three-tier-docs

Synchronize CLAUDE.md, CONTEXT.md, and docs/ai-context files across three tiers.

19|3|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/changoo89/claude-pilot --skill three-tier-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: three-tier-docs
Source: https://github.com/changoo89/claude-pilot/tree/main/.claude/skills/three-tier-docs
Command: npx skills add https://github.com/changoo89/claude-pilot --skill three-tier-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill automatically synchronizes documentation across the three-tier structure to keep CLAUDE.md, CONTEXT.md, and docs/ai-context in lockstep after code changes.

Core Features & Use Cases

  • Auto-syncs Tier 1 entry (CLAUDE.md) with Tier 2 CONTEXT.md and Tier 3 CONTEXTs.
  • Maintains size constraints (≤200 lines per document) and encourages consistent organization.
  • Scenario: after implementing a feature, refactor, or create new components, run the sync to update all relevant docs.

Quick Start

Run the /document command to perform a full 3-tier synchronization of CLAUDE.md, CONTEXT.md, and docs.

Frequently Asked Questions about three-tier-docs

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

FAQPage Schema
How do I automatically sync CLAUDE.md and CONTEXT.md files after code changes?

To automatically sync CLAUDE.md and CONTEXT.md after code changes, you can automate cross-tier documentation synchronization to align these files and docs. This enforces a 3-tier structure and maintains size constraints.

What is a 3-tier documentation structure for AI context?

A 3-tier documentation structure organizes AI context by aligning the Tier 1 entry file (CLAUDE.md) with Tier 2 (CONTEXT.md) and Tier 3 docs. This keeps project documentation in lockstep with code.

How do I keep AI context documentation under 200 lines per file?

To keep AI context documentation under 200 lines per file, use automated cross-tier synchronization to maintain size constraints. This encourages consistent organization across all generated context files.

Does documentation synchronization work for both feature development and refactoring workflows?

Yes, documentation synchronization works for both feature development and refactoring workflows. After implementing features, refactoring code, or creating new components, running a sync updates all relevant docs.

What's the best way to update docs/ai-context files when refactoring components?

The best way to update docs/ai-context files when refactoring components is to run an automated cross-tier documentation synchronization. This aligns all relevant docs and provides automated references to templates.