claude-only-skill
Fixture whose body contains Agent() to trigger Codex exclusion
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fixture whose body contains Agent() to trigger Codex exclusion
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Start or resume session - loads state and continues work
First-run guided onboarding (teach the register → hunt → rest loop + a consented first hunt) OR reconfigure an existing install (shells `igris configure`). Branches on `igris onboarding status`. Usage: /setup
Guided project handoff — export a project's brain slice to a portable bundle, or import one with a preview/confirm ceremony. Usage: /handoff export <project> | /handoff import <bundle>
Release preparation - changelog generation, version bumps, release notes
Show system status report - briefs, session, blockers, git status
Search the brain's learnings with hybrid BM25+vector recall - filter by project or global, show ranked results (ID/title/snippet/score), and pull a learning into context. Usage: /search <query> [--project <slug> | --global] [--pull <id>] [--limit <N>]
| name | claude-only-skill |
| description | Fixture whose body contains Agent() to trigger Codex exclusion |
| disable-model-invocation | false |
| allowed-tools | ["Task","Read"] |
| triggers | ["CLAUDE-ONLY"] |
This skill orchestrates subagents via Agent(forger) and Agent(sentinel).
The is_claude_only heuristic should match \bAgent\( in the body and
exclude this skill from the Codex AGENTS.md output.
Skill(rest) style invocations and Agent() calls are Claude-native APIs that make no sense when surfaced to plain markdown consumers like Codex.