init-deep

Create and pair AGENTS.md and CLAUDE.md documentation across monorepos.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Fldicoahkiin/SYNCHRONICITY_Route_Planner --skill init-deep-fldicoahkiin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-deep
Source: https://github.com/Fldicoahkiin/SYNCHRONICITY_Route_Planner/tree/main/.agents/skills/init-deep
Command: npx skills add https://github.com/Fldicoahkiin/SYNCHRONICITY_Route_Planner --skill init-deep-fldicoahkiin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates root and subdirectory AGENTS.md documentation and ensures a paired CLAUDE.md for every qualifying directory, delivering a coherent, deeply-nested knowledge base across a codebase.

Core Features & Use Cases

  • Auto-create and update AGENTS.md at root and selected subdirectories.
  • Guarantee a paired CLAUDE.md via symlinks (or file merges) to maintain alignment.
  • Support update mode by default or full regeneration with --create-new for fresh baselines on monorepos and multi-package projects.

Quick Start

Run /init-deep to update existing AGENTS.md/CLAUDE.md, or run /init-deep --create-new to regenerate all documentation from scratch.

Frequently Asked Questions about init-deep

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

FAQPage Schema
How do I generate AGENTS.md and CLAUDE.md files across a monorepo?

To generate AGENTS.md and CLAUDE.md across a monorepo, automate directory discovery and content templating to create a deeply-nested knowledge base. Run an initialization command to auto-create root and subdirectory documentation with paired symlinks.

What is the best way to keep CLAUDE.md paired with AGENTS.md in a multi-package project?

Keeping CLAUDE.md paired with AGENTS.md in a multi-package project is best handled via symlink pairing or file merges. This maintains alignment across root, package, and subdirectory knowledge bases without duplicating content manually.

How do I update existing codebase documentation without overwriting my custom files?

To update existing codebase documentation without overwriting custom files, use the default update mode which applies safeguards. This modifies root and subdirectory AGENTS.md files while protecting your existing content from being overwritten.

Can I fully regenerate AGENTS.md files for all subdirectories from scratch?

Yes, you can fully regenerate AGENTS.md files for all subdirectories from scratch by running the initialization command with the create-new flag. This provides a fresh baseline for monorepos and multi-package projects, replacing existing documentation.

Does generating hierarchical AGENTS.md documentation work for deeply nested codebases?

Generating hierarchical AGENTS.md documentation does work for deeply nested codebases. The process supports root, package, and subdirectory knowledge bases, applying directory discovery to map the entire structure efficiently.

When should I not use symlinks to pair CLAUDE.md files?

You should not use symlinks to pair CLAUDE.md files if your environment restricts symlink creation or requires distinct file content. In such cases, file merges serve as an alternative to maintain alignment without relying on symlinks.