mcpbeat

Example Skill

serpro69/claude-toolbox-after-example-skill

An example skill for testing diff-skill evaluation.

367 tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
147
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/serpro69/claude-toolbox --skill example-skill

What comes with it

715 bytes besides the instruction
example-process.md
shared-conventions.md

The instruction itself

4 sections, as written by the author

<!-- 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.

Required Outputs

  • [ ] Conformance report written to docs/reports/
  • [ ] Inline summary presented to the user

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.

How to use it

Copy the folder

Take serpro69/claude-toolbox-after-example-skill from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.