بنقرة واحدة
project-scaffolder
Deterministically creates the project folder structure defined in the architecture specification.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Deterministically creates the project folder structure defined in the architecture specification.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | project_scaffolder |
| description | Deterministically creates the project folder structure defined in the architecture specification. |
This skill automates the creation of the file system structure mandated by inst.md. Instead of asking the LLM to write repetitive mkdir commands (which burns tokens), use this skill to instantly apply the architecture.
To auto-generate the folder structure for the Portal de Servicios project, adhering to the "Domain-driven stacks" architecture defined in the spec.
scripts/setup_dirs.pyCreates the standard directory tree:
stacks/ (proxy, portal-core, edu-ia, ...)data/ (postgres, backups)Usage:
python3 .agent/skills/project_scaffolder/scripts/setup_dirs.py
When to use: