10x-init

Create context/changes, context/archive, and context/foundation directories with README files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Skaz7/10xDevs --skill 10x-init-skaz7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-init
Source: https://github.com/Skaz7/10xDevs/tree/main/10xdevs3-artifacts-m1/claude-code/m1l1/skills/10x-init
Command: npx skills add https://github.com/Skaz7/10xDevs --skill 10x-init-skaz7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates the standard context directory structure a project needs for change tracking, archival records, and long-lived foundation documents, without overwriting anything that already exists.

Core Features & Use Cases

  • Idempotent context setup: Creates context/changes, context/archive, and context/foundation only when missing, along with their README files.
  • Workflow-ready conventions: Installs the canonical directory guidance so other project skills have a predictable place to read from and write to.
  • Use Case: Start a fresh project and prepare the documentation skeleton before creating your first tracked change, so future planning, reviews, and archive steps follow a consistent structure.

Quick Start

Run the 10x-init skill in your project to scaffold the context folders and README files for changes, archive, and foundation docs.

Frequently Asked Questions about 10x-init

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

FAQPage Schema
How do I set up project context directories for change tracking without overwriting existing files?

To set up project context directories without overwriting files, use an idempotent scaffolding process that creates missing folders like context/changes, context/archive, and context/foundation only when they do not already exist.

What is the standard directory structure for foundation documentation and archival storage?

The standard directory structure for foundation documentation and archival storage uses a context/ parent folder containing changes, archive, and foundation subdirectories, each initialized with canonical README files to guide structured workflows.

Can I add context scaffolding to a partially configured repository?

Yes, you can add context scaffolding to a partially configured repository by applying create-if-absent behavior, which generates missing directories and parent paths while strictly preserving any existing configuration files.

How do I generate README files for new project scaffolding folders?

You can generate README files for new project scaffolding folders by running an initialization process that automatically creates canonical guidance documents inside context/changes, context/archive, and context/foundation directories during setup.

Why do I need a context directory structure before executing structured workflows?

You need a context directory structure before executing structured workflows because it establishes predictable read and write locations for change tracking, archival records, and foundation documents, ensuring workflow skills operate consistently.

What is the best way to ensure idempotent project scaffolding across multiple runs?

The best way to ensure idempotent project scaffolding across multiple runs is to use a setup process that checks for missing directories, creates parent paths as needed, and reports status without modifying existing files.