Index Codebase banner
cdeust cdeust

Index Codebase

AI community

Description

--- name: index-codebase description: Index a codebase directory for RAG-enhanced PRD generation allowed-tools: Bash, Read, Write, Glob, Grep, WebFetch argument-hint: "[directory-path-or-github-url]" --- # Index Codebase ## Step 1 — Detect mode Check your available tools list. If a tool named `mcp__ai-prd-generator__check_health` exists, you are in **Cowork mode**. Otherwise you are in **CLI Terminal mode**. **Cowork mode:** Call `check_health` MCP tool. Note the `environment` field: - `env

Installation

Installs to ~/.claude/skills/cdeust-ai-prd-generator-plugin-index-codebase/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cdeust-ai-prd-generator-plugin-index-codebase && curl -fsSL https://raw.githubusercontent.com/cdeust/ai-prd-generator-plugin/HEAD/commands/index-codebase.md -o ~/.claude/skills/cdeust-ai-prd-generator-plugin-index-codebase/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository