10x-init

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

Updated May 25, 2026
One-click install
npx skills add https://github.com/bvshi/fodswap --skill 10x-init-bvshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-init
Source: https://github.com/bvshi/fodswap/tree/main/.agents/skills/10x-init
Command: npx skills add https://github.com/bvshi/fodswap --skill 10x-init-bvshi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill initializes the /context directory in a project, setting up the structure needed for change tracking and foundation documentation.

Core Features & Use Cases

  • Directory Scaffold: Automatically creates the /context/{changes,archive,foundation} directories.
  • README.md Creation: Generates README.md files for each directory to provide guidelines and instructions.
  • Idempotent: Re-running the Skill will not alter existing directories or content.
  • Universal: Useful for users who prefer to establish the directory structure upfront before using other skills.

Quick Start

Run the '10x-init' skill to set up the directory structure for your project.

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 a directory structure for project change tracking and documentation?

To set up a directory structure for project change tracking, you can initialize a /context directory containing changes, archive, and foundation subdirectories. This scaffolding automatically generates README files with guidelines to establish structured documentation early in your project setup.

What is the best way to organize foundation documents and change logs in a new project?

Organizing foundation documents and change logs is best handled by scaffolding a dedicated /context directory. This approach separates active changes, archived history, and core foundation files into distinct folders with instructional README files for document organization.

Can I re-run the directory scaffold script without overwriting my existing project context files?

Yes, you can re-run the directory scaffold script without overwriting existing project context files because the initialization process is idempotent. Re-running the skill will not alter existing directories or modify any content you have already added to the structure.

When do I need to initialize a context directory for project setup?

You need to initialize a context directory during early project setup to ensure structured change tracking from the start. It is useful when you prefer to establish the directory structure upfront before integrating other project management skills or workflows.

Does the generated context directory structure require any dependencies to run?

No, the generated context directory structure does not require any dependencies to run. The project setup script works universally to create the changes, archive, and foundation directories without needing external tools or libraries installed.