crates/skill-validator-rs/tests/golden-corpus/fixtures/testdata/auxiliary-only-skill/SKILL.md
A skill that uses only shell and config code blocks for testing contamination.
npx skillsauth add pantheon-org/tekhne auxiliary-only-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 uses bash commands and config files but no application languages.
Install the required tools:
brew install jq yq
Create a config file:
server:
host: localhost
port: 8080
Alternatively use JSON:
{
"server": {
"host": "localhost",
"port": 8080
}
}
Start the service:
./start.sh --config config.yaml
tools
A skill that produces warnings but no errors.
testing
A well-formed example skill for testing the validator.
development
A skill with code blocks and imperative instructions for testing content and contamination analysis.
tools