Skill146 repo starsupdated 2d ago
example-skill
An example skill for testing diff-skill evaluation.
Install in Claude Code
Copygit 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-skillThen start a new Claude Code session; the skill loads automatically.
Definition
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.