claude-gladiator
Continuous learning — hooks observe failures and prompt reflection, sibling synergy deepens analysis with history and tool discovery
npx skills add majiayu000/claude-skill-registry --skill claude-gladiator --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.
# Gladiator Plugin Continuous learning. Observes tool failures and prompts reflection at session end to evolve rules, hooks, and skills. ## Hooks | Hook | When | Action | |------|------|--------| | **PostToolUse(Bash\|Edit\|Write)** | After tool failure | Observes the error pattern (silent on success) | | **Stop** | Session ending | Prompts reflection if unprocessed observations exist | ## Commands | Command | Description | |---------|-------------| | `/review-gladiator [topic]` | Batch learn from accumulated observations and session history | ## Workflows ### Observe (automatic via hooks) Tool failures trigger observation automatically: ``` gladiator_observe( summary: "<what failed and how it was fixed>", context: {error, tool, before, after}, tags: ["error", "<tool_name>"] ) ``` ### Reflect (standalone) 1. `gladiator_reflect()` — cluster observations into recommendations 2. For each recommendation: read the existing artifact (if overlap detected) 3. Propose UPDATE to existing artifact, not a new duplicate 4. Present to user with reasoning 5. Apply changes one at a time after approval ### Reflect (with siblings) 1. If **historian** active: enrich reflection with broader context -
- Hooks
- Commands
- Workflows
- Observe (automatic via hooks)
- Reflect (standalone)
- Reflect (with siblings)
- Batch Review (/review-gladiator)
- Sibling Synergy
- Observation Templates
- Requires
What does the claude-gladiator skill do?
Continuous learning — hooks observe failures and prompt reflection, sibling synergy deepens analysis with history and tool discovery
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill claude-gladiator --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.
