By namho-hong
Multi-model collaboration tools — Claude + Codex for fact verification, plan review, and code review
Claude-Codex 계획 토론. 기존 플랜 파일을 Codex가 리뷰, Claude가 수정/반박. 합의까지 반복 (최대 10회).
Cross-model fact verification using Claude + Codex in parallel with convergence loop. Trigger: "/dual:search", "dual search", "교차 검증", "cross verify", "팩트체크", "fact check", "이거 맞아?", "진짜야?", "두 모델로 확인해줘", "codex랑 비교해줘"
Claude Code plugins maintained by Team Offlight.
| Plugin | Commands | Description |
|---|---|---|
dual | /dual:search, /dual:plan, --agent dual:code | Multi-model collaboration — Claude + Codex for fact verification, plan review, and code review |
manage-skill | /manage-skill | Manage Claude Code extensions (skills, hooks, agents) — create, modify, rename, delete with deployment pipeline |
my-knowledge-base | /my-knowledge-base:explain, /my-knowledge-base:update | Compound your knowledge across sessions — tracks what you know, what you're learning, with verified assessments |
session-commit | /session-commit | Commit only files changed in the current session — no git diff/status needed |
spawn | /spawn | Spawn a new Claude Code session in a Warp terminal tab |
tasklist | /tasklist:create, /tasklist:list, /tasklist:load | Browse and load saved Claude Code Task Lists |
ulp | /ulp | Ultimate Loop Planning — 6-stage critique-based planning loop |
Add marketplace to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"team-offlight": {
"source": {
"source": "github",
"repo": "namho-hong/team-offlight-claude-code-plugins"
}
}
}
}
Then install individual plugins:
claude plugin install dual@team-offlight --scope project
claude plugin install manage-skill@team-offlight --scope project
claude plugin install my-knowledge-base@team-offlight --scope project
claude plugin install session-commit@team-offlight --scope project
claude plugin install spawn@team-offlight --scope project
claude plugin install tasklist@team-offlight --scope project
claude plugin install ulp@team-offlight --scope project
MIT
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub namho-hong/team-offlight-claude-code-plugins --plugin dualCommit only files changed in the current session — no git diff/status needed
Browse and load saved Claude Code Task Lists
Injects CLAUDE_CODE_SESSION_ID environment variable on SessionStart for session isolation in plugins like ralph-loop
Ultimate Loop Planning - 6-stage critique-based loop for thorough plan generation
Manage Claude Code extensions (skills, hooks, agents) — create, modify, rename, delete with deployment pipeline
Describe your goal, approve the spec, then step away — Claude and Codex loop together until it's right.
Delegate plan execution to Codex CLI via ASP. Part of cc-multi-cli-plugin. Requires the `multi` plugin.
A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
Give Claude Code a second opinion using OpenAI Codex - automatic plan review via hooks
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration