Back to Marketplace

Run this helper free

Answer 3 questions. Get a result in 2 minutes. Preview free.

Start free →
FREE
Unvetted
Career Boost

Plan Index Manager

Auto-indexed plans, always organized, instantly searchable

Planning files scattered across directories with no searchable index makes it difficult to track and retrieve past plans.

Automatically maintain a searchable INDEX.md that organizes all your plans by priority, date, and status for instant retrieval.

  • Automatic INDEX.md generation on plan mode exit
  • Smart metadata extraction from plan file headers
  • Priority-based grouping for P0, P1, P2 levels
  • Bilingual support for English and Chinese templates
  • Manual trigger command for on-demand indexing

👁 2 views · 📦 0 installs

Install in one line

mfkvault install flyzhenghao-plan-index-manager

Requires the MFKVault CLI. Prefer MCP?

No reviews yet
🤖 Claude Code
FREE

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
SecureBe the first
Ready to run

Run this helper

Answer a few questions and let this helper do the work.

Advanced: use with your AI agent

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

Preview in:

Security Status

Unvetted

Not yet security scanned

Time saved
How much time did this skill save you?

Related AI Tools

More Career Boost tools you might like