structure-create

Create a new project folder with README, .instructions, and SSOT synchronization.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill structure-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: structure-create
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/structure-create
Command: npx skills add https://github.com/oogDZ/2 --skill structure-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of adding a new folder to a project's structure by ensuring a consistent template that includes a README, an .instructions directory, and SSOT synchronization.

Core Features & Use Cases

  • Automatically create a new folder at the specified path with a standardized template.
  • Generate README.md and .instructions scaffolding inside the new folder.
  • Synchronize with SSOT to ensure consistency across modules and documentation.
  • Use Case: when adding a new module or documentation section to a codebase, ensuring standardized scaffolding.

Quick Start

Вызовите /structure-create <путь> [--description <описание>] чтобы создать новую папку с README, .instructions и SSOT.

Frequently Asked Questions about structure-create

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

FAQPage Schema
How do I automate project folder scaffolding with a README and instructions?

Automate project folder scaffolding by specifying a valid path to generate a new directory containing a README, an .instructions folder, and SSOT synchronization for standardized module creation.

What is SSOT synchronization for project structure management?

SSOT synchronization ensures consistency across modules and documentation by integrating newly created folders with existing templates stored in the .structure/.instructions directory.

How do I add a standardized documentation section to an existing codebase?

Add a standardized documentation section by executing the creation command with a target path and optional description, which generates the required README and instruction scaffolding automatically.

Do I need existing SSOT templates before creating new project folders?

Yes, the folder creation process integrates with existing SSOT templates located in the .structure/.instructions directory to ensure the new module matches your project's established documentation standards.

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

Yes, you can include an optional description flag when specifying the path to provide context for the newly created folder, which integrates with the standardized SSOT scaffolding.

What is the best way to ensure consistent scaffolding across multiple project modules?

Ensure consistent scaffolding across multiple modules by using an automated creation tool that enforces a standardized template with README generation and SSOT synchronization for every new folder.