$npx -y skills add agent-ecosystem/skill-validator --skill allowed-dirs-skillA skill with development directories that require --allow-dirs.
| 1 | # Allowed Dirs Skill |
| 2 | |
| 3 | This skill demonstrates using non-standard directories alongside the |
| 4 | standard skill structure. The `evals/` and `testing/` directories are |
| 5 | development artifacts that require `--allow-dirs` to suppress warnings. |
| 6 | |
| 7 | ## Usage |
| 8 | |
| 9 | Follow the instructions in the [reference guide](references/guide.md) |
| 10 | to get started. |
| 11 | |
| 12 | Run scripts/validate.sh to check your work. |
| 13 | |
| 14 | ## Notes |
| 15 | |
| 16 | The evals/ directory contains evaluation test cases and the testing/ |
| 17 | directory contains integration test fixtures. Neither is part of the |
| 18 | standard skill structure, but both are useful during development. |