project-context-bootstrap

Generate architecture.md, conventions.md, and a CLAUDE.md router for .NET projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/amodelandme/skill-tree-dotnet --skill project-context-bootstrap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-context-bootstrap
Source: https://github.com/amodelandme/skill-tree-dotnet/tree/main/.claude/skills/project-context-bootstrap
Command: npx skills add https://github.com/amodelandme/skill-tree-dotnet --skill project-context-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrapping and maintaining the foundational project context for .NET projects, ensuring architecture and conventions stay in sync with code.

Core Features & Use Cases

  • Generate and audit durable foundation docs (architecture.md, conventions.md) from the codebase.
  • Set up a lightweight CLAUDE.md router and references to guide AI-assisted onboarding and maintenance.
  • Detect drift between code and documentation and surface actionable updates via refresh mode.

Quick Start

Bootstraps the living project-context system by generating architecture.md, conventions.md, and a CLAUDE.md router, then surfaces drift in refresh mode.

Frequently Asked Questions about project-context-bootstrap

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

FAQPage Schema
How do I bootstrap living project context for .NET architecture and conventions?▼

To bootstrap living project context, generate durable architecture.md and conventions.md files directly from your .NET codebase. This creates a code-aligned foundation that stays in sync and supports AI-assisted onboarding workflows.

How do I detect documentation drift between my .NET code and architecture docs?▼

Detect documentation drift by running a refresh workflow via the /review command. This surfaces actionable updates by comparing your current codebase against your existing architecture.md and conventions.md files.

What is a CLAUDE.md router and how does it guide AI-assisted development?▼

A CLAUDE.md router is a lightweight file that references foundation docs like architecture.md and conventions.md. It guides AI-assisted development by directing the AI to the correct project context for onboarding and maintenance tasks.

Does project-context-bootstrap work for non-.NET codebases?▼

Project-context-bootstrap specifically targets .NET projects to generate foundation docs and detect drift. It is designed for AI-assisted development workflows requiring durable, code-aligned foundations within the .NET ecosystem.

What's the best way to maintain architecture documentation alongside code changes?▼

Maintain architecture documentation by establishing a refresh workflow that audits your foundation docs. Use the /review mode to surface documentation drift and generate actionable updates after your code changes.

Why does my AI assistant lack project context during .NET onboarding?▼

Your AI assistant lacks project context without a CLAUDE.md router pointing to foundation docs. Bootstrapping architecture.md and conventions.md provides the durable, code-aligned context required for accurate AI-assisted onboarding.