content/skills/developer-tools-integrations/claude-code-companion/SKILL.md
Coordinate Claude Code companion-style workflows for multi-step implementation, bounded review, follow-up execution, and session-to-session continuation inside Claude Code. Use this skill when the user explicitly wants a Claude Code-native companion workflow, wants help structuring background or follow-up work in Claude Code, or needs clear guidance on when to use direct Claude Code actions versus a persistent companion-style process. Prefer this over generic advice whenever the task is specifically about Claude Code orchestration, review-first execution, or continuing a previous Claude Code task safely.
npx skillsauth add bahayonghang/my-claude-code-settings claude-code-companionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user wants a Claude Code-native companion workflow rather than a one-off command.
Reach for claude-code-companion when the user wants one or more of these outcomes:
| Skill | Best for |
|---|---|
| claude-code-companion | Companion-style orchestration inside Claude Code itself |
| codex-companion | Codex-specific background jobs, resumable Codex task threads, and runtime lifecycle commands |
| direct Claude Code usage | Simple one-shot reads, edits, tests, and short implementation loops |
Claude Code does not automatically guarantee the same runtime model as Codex app-server threads. Treat this skill as a workflow contract, not a promise of Codex-style background infrastructure.
When using this skill:
Use this when the user wants validation before edits.
Use this when the user already approved a direction.
Use this when the user says “continue”, “pick up where we left off”, or similar.
status / result / cancel, route them to codex-companion instead.If the task needs deeper Claude Code usage guidance, also inspect nearby repository guidance and the project’s Claude-related docs before deciding on the workflow.
development
Turn vague or complex Codex tasks into strong `/goal` commands with outcome, verification, constraints, boundaries, iteration policy, completion evidence, and pause/block conditions. Use when the user asks for Codex goal instructions, Goal 指令, 目标指令, `/goal` prompts, 中文 Goal 模板, plan-to-goal interviews, success criteria, verification commands, or bounded agent work definitions.
tools
Write, debug, and validate ast-grep structural code search rules. Use this skill when the user needs syntax-aware code search, AST pattern matching, structural refactor discovery, language-construct queries, or searches that plain text tools like rg can miss, such as finding functions with particular descendants, calls inside specific contexts, missing error handling, React hook shapes, decorators, or other Tree-sitter-backed code structures.
development
Use when the user asks to ground an ambitious proposal, avoid over-grand designs, make a bold direction executable, pressure-test feasibility, prevent "too much vision and too little landing", or turn a strategy/refactor/product idea into the smallest verifiable first move with stop rules. Trigger for requests such as 落地, 先落地, 别太飘, 收一收, 可执行, 可验证, 止损, and for follow-ups after geju-style big-picture thinking. Do not trigger for ordinary code review or implementation unless the user explicitly asks to ground or shrink the plan first.
development
Use when the user explicitly asks to think bigger, open up the design space, challenge conservative design, avoid over-indexing on backward compatibility, escape local-detail fixation, or make a bold high-level product or architecture direction call. Use for strategic reframing, not for ordinary code review, PRD writing, implementation planning, or adversarial risk review.