10x-init

Create /context directories and README.md files for project setup.

Updated May 26, 2026
One-click install
npx skills add https://github.com/ValueMedia/10xcards-td --skill 10x-init-valuemedia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-init
Source: https://github.com/ValueMedia/10xcards-td/tree/main/.opencode/skills/10x-init
Command: npx skills add https://github.com/ValueMedia/10xcards-td --skill 10x-init-valuemedia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for an organized project directory structure by initializing the /context directory, which includes directories for changes, archive, and foundation documentation, along with a universal README.md.

Core Features & Use Cases

  • Directory Scaffold: Sets up the necessary directories within the project's /context to facilitate structured change tracking and document management.
  • README.md Files: Provides README.md files for each directory to document their purpose and use.
  • Idempotent Setup: Ensures that running the skill multiple times does not overwrite existing directories and files.

Quick Start

Run the skill to initialize your project's /context directory: /10x-init.

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 context directory structure for project documentation?

To set up a context directory structure, you need to initialize the project's /context directory by creating changes, archive, and foundation subdirectories along with README.md files for structured change tracking and documentation.

What is the best way to initialize foundational project directories for change tracking?

The best way to initialize foundational project directories is by creating a structured /context directory with dedicated subdirectories for changes, archive, and foundation documentation, each populated with a README.md file.

Can I run directory setup scripts multiple times without overwriting existing files?

Yes, you can run directory setup scripts multiple times without overwriting existing files because the initialization process is idempotent, ensuring existing directories and README.md files remain intact during repeated executions.

When do I need to scaffold a context directory with archive and foundation folders?

You need to scaffold a context directory with archive and foundation folders during initial project setup to establish an organized directory structure for managing change tracking and foundational documentation.

What files are generated when initializing a project organization directory?

When initializing a project organization directory, the generated files include a universal README.md in the /context root and individual README.md files within the changes, archive, and foundation subdirectories to document their specific purposes.

Does 10x-init require any dependencies to create the context directory?

No, 10x-init does not require any dependencies to create the context directory, as it operates independently using basic file system manipulation to scaffold the necessary directories and README.md files.