initialize-repo

Configure a project-wide context knowledge base in new repositories.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/maestria-co/ai-playbook --skill initialize-repo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: initialize-repo
Source: https://github.com/maestria-co/ai-playbook/tree/main/skills/initialize-repo
Command: npx skills add https://github.com/maestria-co/ai-playbook --skill initialize-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup of a project-wide context knowledge base for a new repository, bootstrapping AI-ready context so teams can start tasks with informed agents.

Core Features & Use Cases

  • Context bootstrap: detect project characteristics and copy the context_template into .context/, populating decisions, retrospectives, and contextual docs.
  • Integration setup: configure AI tool integration files (CLAUDE.md and .github/copilot-instructions.md) and ensure readme coherence with project context.
  • Safe operation: preserves existing .context/ content and performs verification to confirm required files exist and are non-empty.

Quick Start

Run the initialize-repo skill on a new project to generate the .context/ skeleton and integrate AI tool configurations.

Frequently Asked Questions about initialize-repo

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

FAQPage Schema
How do I set up project context for AI agents in a new repository?▼

To set up project context for AI agents in a new repository, you can automate the creation of a .context/ directory. This populates decisions, retrospectives, and contextual docs so teams can start tasks with informed agents.

Can I automatically generate AI integration files like CLAUDE.md and copilot-instructions.md?▼

Yes, you can automatically generate AI integration files like CLAUDE.md and .github/copilot-instructions.md. The setup configures these tool integration files and ensures readme coherence with the newly established project context.

How do I initialize a context knowledge base without overwriting existing content?▼

To initialize a context knowledge base without overwriting existing content, the process safely preserves any pre-existing .context/ files. It copies the context template into the directory while protecting your current artifacts during the bootstrap.

What is the best way to bootstrap AI-ready context for project onboarding?▼

The best way to bootstrap AI-ready context for project onboarding is to run an automated initialization skill on a new project. It detects project characteristics, generates the .context/ skeleton, and verifies required files exist and are non-empty.

Does the context bootstrap process work on repositories without a populated .context/ directory?▼

Yes, the context bootstrap process specifically applies when onboarding projects without a populated .context/ directory or during initial AI integration. It configures the context template and verifies required artifacts are successfully created.

Why does my AI assistant lack project context during initial repository setup?▼

Your AI assistant lacks project context during initial repository setup because a knowledge base is missing. Automating the .context/ directory initialization bootstraps informed agents by populating decisions, retrospectives, and contextual docs.