Skill146 estrellas del repoactualizado 3d ago
example-skill
An example skill for testing diff-skill evaluation.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/serpro69/claude-toolbox /tmp/example-skill && cp -r /tmp/example-skill/kodex-plugin/skills/diff-skill/evals/known-degradation/test-files/before ~/.claude/skills/example-skillDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
<!-- codex: tool-name mapping applied. See .codex/scripts/session-start.sh --> # Example Skill **Goal: Validate input data and produce a conformance report.** ## Conventions Read shared conventions at [shared-conventions.md](shared-conventions.md). ## Required Outputs - [ ] Conformance report written to `docs/reports/` - [ ] Inline summary presented to the user - [ ] Failures indexed under `kk:review-findings` ## Workflow **Mandatory order — load instructions before acting.** The phases below are strictly sequential. You MUST read all referenced process files before examining any input data. Do not skip verification steps. See [example-process.md](example-process.md) for the detailed steps.