layer-new

Scaffold bounded concern layers with directories, history logs, and principle placeholders.

140|23|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/AnastasiyaW/codex-claude-code-config --skill layer-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: layer-new
Source: https://github.com/AnastasiyaW/codex-claude-code-config/tree/main/skills/architecture/layer-new
Command: npx skills add https://github.com/AnastasiyaW/codex-claude-code-config --skill layer-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of architectural drift and inconsistent documentation by providing a standardized, repeatable way to scaffold new bounded concerns within a project.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates a complete directory structure for new layers, including knowledge bases, history, and feature templates.
  • Governance Enforcement: Integrates governing principles directly into the layer documentation to ensure architectural consistency.
  • Use Case: When a project grows to include a new domain like security or observability, use this skill to instantly create the required documentation and structural foundation without manual setup.

Quick Start

Invoke the layer-new skill with the name of your new concern and its purpose to generate the full architectural scaffolding.

Frequently Asked Questions about layer-new

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

FAQPage Schema
How do I scaffold a new architecture layer for project documentation?

To scaffold a new architecture layer, provide the concern name and purpose to generate a standardized directory tree, history logs, and governing principle placeholders following the feature-layer pattern.

What is the best way to standardize project structure and prevent architectural drift?

Standardizing project structure is achieved by enforcing idempotent file creation and standardized naming conventions across the repository, directly integrating governing principles into the layer documentation.

How do I add a new bounded concern to an existing kb-skeleton structure?

To add a bounded concern to a kb-skeleton structure, invoke the scaffolding process with the domain name to instantly create the required documentation and structural foundation without manual setup.

Does this scaffolding process work for any new domain like security or observability?

Yes, the scaffolding process works for any new domain like security or observability by generating a complete directory structure for new layers, including knowledge bases, history, and feature templates.

What happens if I run the layer generation process on an existing directory?

Running the layer generation process on an existing directory is safe because it enforces idempotent file creation, ensuring architectural consistency without overwriting previously established documentation.