← Browse

@kpab/claude-fable-5-skills

A

10 Agent Skills built specifically for Claude Fable 5 — intent, boundaries, and verification hooks instead of the step-by-step micromanagement older-model skills relied on. See skills/ for the individual skill files.

skillclaude

Install

agr install @kpab/claude-fable-5-skills --target claude

Writes 5 files into .claude/skills/, pinned to git-df0a66aa.

  • .claude/skills/claude-fable-5-skills/CONTRIBUTING.md
  • .claude/skills/claude-fable-5-skills/LICENSE
  • .claude/skills/claude-fable-5-skills/README.ja.md
  • .claude/skills/claude-fable-5-skills/README.md
  • .claude/skills/claude-fable-5-skills/SKILL.md

Document


name: claude-fable-5-skills description: 10 Agent Skills built specifically for Claude Fable 5 — intent, boundaries, and verification hooks instead of the step-by-step micromanagement older-model skills relied on. See skills/ for the individual skill files.

claude-fable-5-skills

10 battle-ready Agent Skills for Claude Fable 5 — the first skill collection designed around how Claude Fable 5 actually behaves, not how older models needed to be babysat.

See README.md for the full list and design principles. Each individual skill lives in its own folder: skills/<name>/SKILL.md.

The 10 skills

  • skill-refactorer — audits pre-Fable-5 skills/prompts, deletes capability-compensation scaffolding, keeps real guardrails
  • act-when-ready — stops over-planning and re-deriving settled facts at high effort
  • effort-calibrator — picks the right effort level per workload
  • no-gold-plating — prevents diffs bigger than the ask
  • grounded-progress — ties status reports to tool-result evidence
  • scope-guard — separates diagnosis from unrequested state changes
  • subagent-orchestration — patterns for parallel delegation and fresh-context verifiers
  • markdown-memory — file-based lesson memory with maintenance discipline
  • autonomous-continuation — keeps unattended runs from stalling
  • regrounding-summary — final reports readable by someone who saw none of the work

Install

/plugin marketplace add kpab/claude-fable-5-skills
/plugin install fable5-skills@claude-fable-5-skills

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-df0a66aae4292026-07-31