# Allowed Dirs Skill

> A skill with development directories that require --allow-dirs.

- Skill: `pantheon-org/allowed-dirs-skill` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add pantheon-org/allowed-dirs-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pantheon-org/allowed-dirs-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: pantheon-org (https://skillmd.com/u/pantheon-org)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pantheon-org/allowed-dirs-skill

---

# 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](references/guide.md)
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.

