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.