tests/fixtures/skills/small-skill/SKILL.md
Small skill with basic content for token testing
npx skillsauth add feiskyer/koder small-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill describes a compact but realistic set of code formatting guidelines. It is used in tests that measure token counts for skill metadata versus full content. The text is intentionally longer than the template skill so that the savings from progressive disclosure are obvious when only the lightweight metadata is injected into the system prompt.
black and ruff to do most of the work.When formatting is predictable, reviewers can focus on the substance of a change instead of spending time commenting on indentation, line length, or import ordering. A good rule of thumb is that humans should spend their attention on naming, structure, and correctness, while automated tools enforce the small mechanical rules.
Most developers experience formatting rules through their editor or IDE. To keep friction low:
.editorconfig) in the repository.The important part is that everyone on the team runs the same tools with
the same configuration. If a project uses black, developers should not
disable it locally or override its defaults in surprising ways.
In real projects there is almost always some legacy code that does not match the current formatting rules. A practical approach is:
This incremental strategy allows teams to converge toward a consistent style without breaking every open feature branch. The tests in this repository treat this document as a "small" skill that still contains enough natural language to produce a meaningful token count.
testing
A minimal template skill for testing
testing
Medium-sized skill for comprehensive token testing
content-media
Large skill with extensive content and supplementary files
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".