forge-behavior
Manage dotforge v3 behavior governance — view status, toggle behaviors, adjust strictness. Use when the user asks about active behaviors, wants to disable one for the current session, or adjust escalation thresholds.
npx skills add majiayu000/claude-skill-registry --skill forge-behavior --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /forge behavior Thin wrapper around `scripts/forge-behavior/cli.sh`. Dispatches behavior governance actions. This skill is part of dotforge v3 (Phase 1 of behavior governance) and should only be used inside dotforge itself or projects that have adopted v3 — not on v2.9 projects. ## When to use Invoke this skill when the user asks any of: - "What behaviors are active?" - "What's the counter on search-first?" - "Disable search-first for this session" - "Turn off the nudge on writes" - "Make search-first stricter / more relaxed" Do NOT invoke this skill for v2.9 configuration tasks (use `/forge audit`, `/forge sync`, etc.) or for behaviors that have not yet been catalogued (Phase 1 only ships search-first). ## Actions ```bash scripts/forge-behavior/cli.sh status [--session SESSION_ID] scripts/forge-behavior/cli.sh on <behavior_id> [--project | --session SESSION_ID] scripts/forge-behavior/cli.sh off <behavior_id> [--project | --session SESSION_ID] scripts/forge-behavior/cli.sh strict <behavior_id> scripts/forge-behavior/cli.sh relaxed <behavior_id> ``` **status** — Print the current catalogue (`behaviors/index.yaml`) plus a per-session summary from `.forge/runtime/state.json`: counte
- When to use
- Actions
- Preconditions
- Scope matrix
- Example flows
- Notes
scripts/forge-behavior/cli.sh status [--session SESSION_ID] scripts/forge-behavior/cli.sh on <behavior_id> [--project | --session SESSION_ID] scripts/forge-behavior/cli.sh off <behavior_id> [--project | --session SESSION_ID] scripts/forge-behavior/cli.sh strict <behavior_id> scripts/forge-behavior/cli.sh relaxed <behavior_id>
What does the forge-behavior skill do?
Manage dotforge v3 behavior governance — view status, toggle behaviors, adjust strictness. Use when the user asks about active behaviors, wants to disable one for the current session, or adjust escalation thresholds.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill forge-behavior --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
