Before
Skill serpro69/claude-toolbox/klaude-plugin/skills/diff-skill/evals/known-degradation/test-files/before
Minimal by design, explicitly multi-lang, production-ready and battle-tested collection of configs and plugins for your Claude Code agentic development workflows: mcp, configs, skills, agents and more.
npx -y skills add serpro69/claude-toolbox --skill beforeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
An example skill for testing diff-skill evaluation.
SKILL.md
0.7 KB, as published. Nobody here has run it
Example Skill
Goal: Validate input data and produce a conformance report.
Conventions
Read shared conventions at 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 for the detailed steps.