Agent skill · AI & Agents

claude-gladiator

Continuous learning — hooks observe failures and prompt reflection, sibling synergy deepens analysis with history and tool discovery

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill claude-gladiator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/agent/claude-gladiator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 -

What's inside
Steps it walks through
  1. Hooks
  2. Commands
  3. Workflows
  4. Observe (automatic via hooks)
  5. Reflect (standalone)
  6. Reflect (with siblings)
  7. Batch Review (/review-gladiator)
  8. Sibling Synergy
  9. Observation Templates
  10. Requires
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going