github Yeachan-Heo/oh-my-claudecode v2.1.0
v2.1.0 - /deepinit Skill for Hierarchical AGENTS.md

latest releases: v4.13.5, v4.13.4, v4.13.3...
3 months ago

What's New in v2.1.0

New Feature: /deepinit Skill

The /deepinit command recursively indexes your codebase and creates hierarchical AGENTS.md documentation files that help AI agents understand your project structure.

Key Features

  • Recursive indexing: Analyzes every directory in your codebase
  • Hierarchical tagging: Lower-level files reference parents via <!-- Parent: ../AGENTS.md -->
  • Update mode: --update flag refreshes existing docs only
  • Dry-run support: --dry-run shows planned changes without writing
  • Manual preservation: <!-- MANUAL --> sections preserved on regeneration
  • Empty directory handling: Smart skip/minimal docs for empty containers

Usage

/deepinit              # Index current directory
/deepinit ./src        # Index specific path
/deepinit --update     # Update existing AGENTS.md only
/deepinit --dry-run    # Preview changes without writing

AGENTS.md Hierarchy

/AGENTS.md                          ← Root (no parent tag)
├── src/AGENTS.md                   ← <!-- Parent: ../AGENTS.md -->
│   ├── src/components/AGENTS.md    ← <!-- Parent: ../AGENTS.md -->
│   └── src/utils/AGENTS.md         ← <!-- Parent: ../AGENTS.md -->

Files Added

  • commands/deepinit.md - Command entry point with argument parsing
  • skills/deepinit/SKILL.md - Full skill definition with templates
  • docs/CLAUDE.md - Updated with deepinit documentation

Full Changelog

v2.0.6...v2.1.0

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.