Plan Index Manager
Automatically maintains an organized, searchable index of Claude Code planning files with metadata extraction and priority grouping
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 1 AI agent
- Lifetime updates included
Description
# Plan Index Manager > Automatically maintain an organized index of your Claude Code planning files ## Overview Plan Index Manager is a Claude Code hook that automatically scans your `~/.claude/plans/` directory and generates a searchable INDEX.md file. It extracts metadata from each plan file (date, title, priority, status) and organizes them in a clean, sortable table. ## Features - 🔄 **Auto-sync on PlanModeEnd** - INDEX.md updates automatically when you exit Plan Mode - 🌍 **Bilingual Support** - Switch between English and Chinese templates - 📊 **Smart Metadata Extraction** - Automatically detects plan priority and status - 🗂️ **Priority Grouping** - Plans organized by P0/P1/P2 priority levels - 🔍 **Easy Search** - Quickly find plans by keywords - ⚡ **Manual Trigger** - Run `bash ~/.claude/hooks/plans-sync.sh` anytime ## Installation ```bash # Download and install curl -fsSL https://raw.githubusercontent.com/flyzhenghao/plan-index-manager/main/install.sh | bash # Or clone and install manually git clone https://github.com/flyzhenghao/plan-index-manager.git cd plan-index-manager bash install.sh ``` ## Usage ### Automatic (Recommended) The INDEX.md will be automatically updated every time you exit Plan Mode in Claude Code. ### Manual ```bash # Sync plans manually bash ~/.claude/hooks/plans-sync.sh # Switch language to Chinese bash ~/.claude/hooks/plans-sync.sh --lang zh # Switch language to English bash ~/.claude/hooks/plans-sync.sh --lang en ``` ### Querying Plans Once installed, you can ask Claude Code: - "查询 Plan: mobile UI" - Search for plans related to mobile UI - "恢复 Plan: Authentication System" - Restore a specific plan by title ## Configuration Language setting is stored in `~/.claude/hooks/plans-sync-config.sh`: ```bash # Supported: en, zh PLAN_INDEX_LANG="en" ``` ## Metadata Detection The script automatically extracts: - **Date**: File modification time - **Title**: First `# ` heading (strips "Peer Review Report:" prefix) - **Priority**: Searches for P0/P1/P2 in content (defaults to P1) - **Status**: Detects keywords like "completed", "in progress", "planning", "ongoing" ## Requirements - Claude Code installed - Bash 4.0+ - Plans directory at `~/.claude/plans/` ## License MIT ## Contributing Contributions are welcome! Please feel free to submit a Pull Request. ## Author Created by the Claude Code community
Security Status
Unvetted
Not yet security scanned
Related AI Tools
More Career Boost tools you might like
PPT Generator Pro - Claude Code Skill
Free- **Skill 名称**: ppt-generator-pro - **版本**: 2.0.0 - **描述**: 基于 AI 自动生成高质量 PPT 图片和视频,支持智能转场和交互式播放
Humanizer: Remove AI Writing Patterns
FreeTransforms AI-generated text into natural, human-sounding writing by detecting and fixing common AI patterns like inflated symbolism, promotional language, and passive voice
Color Expert
FreeUse when working with color naming, color theory, color spaces, color definitions, or any task involving color knowledge - palettes, ramps, gradients, conversions, accessibility, perceptual matching, pigment mixing, print-vs-screen color, CSS color s
JUnit 5 Testing Skill
FreeGenerates production-grade JUnit 5 unit and integration tests in Java with assertions, parameterized tests, lifecycle hooks, and Mockito mocking
Jest Testing Skill
FreeGenerates Jest unit and integration tests in JavaScript or TypeScript with mocking, snapshots, async testing, and React component testing
Jasmine Testing Skill
FreeGenerates Jasmine BDD-style JavaScript tests with spies, async support, and comprehensive matchers for unit testing