원클릭으로
allowed-dirs-skill
A skill with development directories that require --allow-dirs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
A skill with development directories that require --allow-dirs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A skill that uses only shell and config code blocks for testing contamination.
Review a proposed Agent Skill for structural validity and content quality before publishing. Runs the skill-validator CLI to check for structural issues, scores the skill with an LLM judge, and interprets results to advise authors on what to address. Use when a user wants to review, validate, or quality-check an Agent Skill.
A skill using a flat layout with all files at the root level.
A skill that produces warnings but no errors.
A well-formed example skill for testing the validator.
A skill with code blocks and imperative instructions for testing content and contamination analysis.
| name | allowed-dirs-skill |
| description | A skill with development directories that require --allow-dirs. |
| license | MIT |
| compatibility | Works with all major LLM providers. |
| metadata | {"author":"test","version":"1.0"} |
| allowed-tools | Bash, Read, Write |
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.