crates/skill-validator-rs/tests/golden-corpus/fixtures/testdata/allowed-dirs-skill/SKILL.md
A skill with development directories that require --allow-dirs.
npx skillsauth add pantheon-org/tekhne allowed-dirs-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 demonstrates using non-standard directories alongside the
standard skill structure. The evals/ and testing/ directories are
development artifacts that require --allow-dirs to suppress warnings.
Follow the instructions in the reference guide to get started.
Run scripts/validate.sh to check your work.
The evals/ directory contains evaluation test cases and the testing/ directory contains integration test fixtures. Neither is part of the standard skill structure, but both are useful during development.
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