annotate-inline

Map project structure and generate per-layer CLAUDE.md files across brownfield codebases.

581|102|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/juicesharp/rpiv-mono --skill annotate-inline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: annotate-inline
Source: https://github.com/juicesharp/rpiv-mono/tree/main/packages/rpiv-pi/skills/annotate-inline
Command: npx skills add https://github.com/juicesharp/rpiv-mono --skill annotate-inline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLAUDE.md generation across brownfield projects is tedious; annotate-inline maps the project, detects architecture, analyzes layers, and batch-writes concise CLAUDE.md files to guide documentation.

Core Features & Use Cases

  • Auto-detects project architecture and maps its structure.
  • Identifies CLAUDE.md targets per architectural layer and root overview.
  • Batch-writes clean, consistent CLAUDE.md files to enable onboarding and AI-assisted context building.
  • Useful for monorepos and multi-layer projects to document architecture decisions and guidance.

Quick Start

Run the annotate-inline skill against your target directory to generate CLAUDE.md files at the root and relevant subfolders.

Frequently Asked Questions about annotate-inline

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

FAQPage Schema
How do I automatically generate CLAUDE.md files across a brownfield codebase?

Generating CLAUDE.md files across a brownfield codebase involves mapping the project structure, detecting the architecture, and batch-writing concise documentation to the root and relevant subfolders to provide AI-assisted context.

What is the best way to document a monorepo's multi-layer architecture for AI context?

Documenting a monorepo's multi-layer architecture is best handled by auto-detecting the project layers and generating per-layer CLAUDE.md files alongside a compact root overview, ensuring consistent architectural guidance and onboarding context.

Can I detect existing architecture patterns and map them to documentation targets automatically?

Yes, you can map existing architecture patterns by using an agent-based workflow with parallel analyzers and pattern-finders to identify the structure, detect architectural layers, and propose precise CLAUDE.md targets across the codebase.

How do I create per-layer documentation for a complex multi-layer project?

To create per-layer documentation for a complex multi-layer project, you map the project structure, analyze each architectural layer, and batch-write clean, consistent CLAUDE.md files to guide onboarding and architecture decisions.

Do I need any dependencies to automate CLAUDE.md generation for my codebase?

No external dependencies are required to automate CLAUDE.md generation for your codebase; the process relies on an agent-based workflow with parallel analyzers and pattern-finders to map and document the architecture directly.

When should I avoid batch-writing CLAUDE.md files to document code architecture?

You should avoid batch-writing CLAUDE.md files if your project lacks a clear multi-layer architecture or established patterns, as the automated workflow depends on detecting structural layers to generate meaningful per-layer documentation.