agentic-skeleton-dir-structure
Installation
SKILL.md
Agentic Skeleton Directory Structure Skill v2.0
Scaffolds production-ready agentic AI project structures that integrate with Agent-OS v3 by Builder Methods.
This skill follows the Spec-Driven Development (SDD) methodology: ~95% planning, ~5% building. You shape detailed specifications before the AI writes any code.
When This Skill Activates
On activation, follow this sequence:
- Check for arguments. If
$ARGUMENTSis provided, parse it for the repo pattern (single,mono, ormulti-lang) and skip that question in Step 0. - Detect the current directory. Run
lsto check if the current directory already has files (existing project) or is empty/new. If existing:- Warn the user: "This directory already has files. I can scaffold around them or
Related skills