Skip to content
View hongdangmoo49's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report hongdangmoo49

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hongdangmoo49/README.md

I build developer tools around AI agents, shared context, and long-term project memory.

My current focus is making AI coding workflows less isolated and less forgetful: agents should be able to collaborate, remember decisions, recover context, and work inside real development processes.

Featured Projects

Three minds, one context.

Trinity is a multi-agent AI orchestrator that brings Claude Code, Codex, and Antigravity CLI into one collaborative workflow.
Instead of relying on a single AI agent, Trinity coordinates structured deliberation between specialized agents:

  • Claude as the architect
  • Codex as the implementer
  • Antigravity as the reviewer

It supports shared context, round-based discussion, consensus building, persisted workflow state, task distribution, peer review, retry flows, and an interactive Textual-based TUI.

The goal is simple: make AI-assisted development more reliable by combining multiple perspectives before execution.

A second brain for your AI.

oh-my-obsidian connects AI coding agents with an Obsidian vault so they can remember project decisions across sessions.
It helps Claude Code and Codex workflows preserve context through guided setup, recall, session saving, vault management, and project-local memory hooks.

Key ideas behind the project:

  • reduce repeated context-pasting
  • save architectural decisions as Markdown
  • retrieve past work with recall
  • organize project knowledge as the codebase evolves
  • make AI agents work with a persistent project memory

What I Like Building

  • AI agent orchestration
  • developer productivity tools
  • context-aware coding workflows
  • knowledge management systems
  • CLI and TUI-based automation

Pinned Loading

  1. oh-my-obsidian oh-my-obsidian Public

    JavaScript 28

  2. Trinity Trinity Public

    Three minds, one context. Multi-agent AI orchestrator that unifies Claude Code, Codex, and Gemini through shared context, round-based deliberation, consensus building, and autonomous task distribut…

    Python 19