structure-create

Create standardized project folder structures with README and .instructions directory.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill structure-create-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: structure-create
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/structure-create
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill structure-create-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Создание новой папки в структуре проекта с README, .instructions/ и синхронизацией SSOT упрощает добавление новых модулей, сервисов или разделов документации и обеспечивает единый шаблон и правила внедрения.

Core Features & Use Cases

  • Автоматически создает папку с стандартной структурой и необходимыми файлами.
  • Поддерживает синхронизацию SSOT при добавлении новых компонентов проекта.
  • Упрощает повторное использование и ускоряет внедрение новых модулей, сервисов или разделов документации в репозитории.

Quick Start

Выполните /structure-create <путь> [--description "Описание"] для генерации новой папки с общей структурой SSOT.

Frequently Asked Questions about structure-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a standardized project folder structure for new modules?

This Skill creates a standardized project folder structure by generating a new directory with a required README and a .instructions directory, applying SSOT synchronization rules to streamline onboarding and repository organization.

What is SSOT synchronization in repository folder creation?

SSOT synchronization in repository folder creation maintains a single source of truth across newly added modules, services, or documentation sections by enforcing consistent folder hierarchies and template rules during the scaffolding process.

How do I scaffold consistent folder hierarchies for new documentation sections?

You can scaffold consistent folder hierarchies for new documentation sections by running the structure creation command, which automatically generates the required README and .instructions directory while maintaining SSOT synchronization across the new folder.

Do I need a README and .instructions directory to use automated folder scaffolding?

Yes, automated folder scaffolding requires a README and a .instructions directory to be created within the new path, ensuring the standardized template and SSOT synchronization rules are properly applied to the new module or service.

Can I add a description when generating a new project module folder?

Yes, you can add a description when generating a new project module folder by passing the description argument in the command line, which integrates the contextual information into the newly created standardized folder structure.

What are the limitations of using template folder creation for repository onboarding?

The limitation of using template folder creation is that it strictly enforces a predefined structure with mandatory README and .instructions directories, meaning it is designed for SSOT-aligned scaffolding rather than generating highly customized or arbitrary folder hierarchies.