Allowed dirs skill
Agents Skills
npx -y skills add pantheon-org/tekhne --skill allowed-dirs-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
A skill with development directories that require --allow-dirs.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.8 KB, as published. Nobody here has run it
Allowed Dirs Skill
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.
Usage
Follow the instructions in the reference guide to get started.
Run scripts/validate.sh to check your work.
Notes
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.