Check if the current project has been indexed and is ready to use. Use when the user asks about project status, whether the codebase is indexed, how many chunks are stored, or wants to verify the agent is ready.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codebase-agent-plugin:statusWhen to use
When user says "check status", "is this indexed", "project status", "is the agent ready", "check if indexed"
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call the `project_status` MCP tool from codebase-agent and report back to the user with:
Call the project_status MCP tool from codebase-agent and report back to the user with:
Be concise. If not indexed, tell them to say "index this project" to get started.
npx claudepluginhub enviees/codebase-agent --plugin codebase-agentCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.