util-metamodel-scaffold

Generate a canonical docs folder tree and live index.md navigation hub.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/VictorHueni/homemade-claude-kit --skill util-metamodel-scaffold
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: util-metamodel-scaffold
Source: https://github.com/VictorHueni/homemade-claude-kit/tree/main/skills/util-metamodel-scaffold
Command: npx skills add https://github.com/VictorHueni/homemade-claude-kit --skill util-metamodel-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of a project's documentation structure, including business, domain, product, and architecture layers, reducing manual setup time and ensuring consistency.

Core Features & Use Cases

  • Automated Documentation Structure: Generates the full canonical docs/ folder tree for a new project.
  • Live Index Navigation: Creates a live docs/index.md navigation hub.
  • Stack Pointer Integration: Integrates a stack pointer into CLAUDE.md.
  • Mode Selection: Offers three modes: full scaffold, folders only, and index.md refresh.
  • Use Case: When starting a new project, use this Skill to automatically set up the documentation structure and integrate it with the project's documentation hub.

Quick Start

Run the 'util-metamodel-scaffold' skill to automatically set up the documentation structure for your new project.

Frequently Asked Questions about util-metamodel-scaffold

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

FAQPage Schema
How do I automate project documentation setup for a new software project?▼

Automating project documentation setup involves generating a canonical `docs/` folder tree and a live `docs/index.md` navigation hub. This Skill initializes business, domain, product, and architecture layers, integrating a stack pointer into `CLAUDE.md` to ensure structured documentation.

Can I generate a folder structure for business, domain, and architecture layers in an existing project?▼

Yes, you can generate a folder structure for business, domain, and architecture layers in an existing project. The Skill operates on both new and existing projects, offering a full scaffold mode or a folders-only mode to establish the canonical `docs/` tree.

What is the best way to create a live index navigation hub for project documentation?▼

Creating a live index navigation hub is best handled by generating and refreshing the `docs/index.md` file. The Skill offers an index.md refresh mode that updates the navigation hub to accurately reflect the current project documentation structure.

Does this documentation scaffolding tool integrate with CLAUDE.md?▼

Yes, the documentation scaffolding tool integrates directly with `CLAUDE.md`. During the setup process, it injects a stack pointer into `CLAUDE.md`, ensuring the project's documentation hub remains connected to its architectural layers.

What are the limitations of using a standardized docs folder tree for project management?▼

The standardized `docs/` folder tree is limited to business, domain, product, and architecture layers. If your project requires a non-standard documentation hierarchy, you will need to manually adjust the generated folders and the `docs/index.md` navigation hub after the initial scaffold.