Agent Claude Code
Audit, update, and maintain Claude Code configuration files (CLAUDE.md, agents, skills, rules, settings.json). Use when adding new agents/skills/rules or when CLAUDE.md needs auditing for staleness.
Agent Claude Code
Audit, update, and maintain Claude Code configuration files (CLAUDE.md, agents, skills, rules, settings.json). Use when adding new agents/skills/rules or when CLAUDE.md needs auditing for staleness.
Agent Claude Code
Debug Tree-sitter parsing, SQLite schema, embedding pipeline, and incremental indexing issues. Use when indexer returns wrong chunk counts, parse errors, embedding failures, or incremental update bugs.
Agent Claude Code
Build MCP server tools with proper annotations, outputSchema, Zod validation, error handling, and token-budget awareness. Use when implementing new Semdex tools or refactoring existing ones.
Agent Claude Code
Research-driven PRD refinement agent. Uses Context7 to validate technical claims, fetch current API/docs for every technology mentioned, and suggest improvements. For use BEFORE any product development starts.
Agent Claude Code
Code review specialist for the Semdex MCP server project. Reviews TypeScript code for correctness, adherence to project conventions, SQL injection risks, MCP tool compliance, and performance issues.
Agent Claude Code
Design and review SQLite schemas, migrations, queries, and performance for the Semdex project. Use when creating new tables, writing migrations, optimizing slow queries, or debugging SQLITEBUSY/CORRUPT errors.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From raghavwahi/semdex-mcp-server.
Hook Claude Code
Runs before the agent uses a tool for Bash(git push *) tool calls, running echo 'Push requested — verify target branch'. From raghavwahi/semdex-mcp-server.
Hook Claude Code
Runs when the agent finishes a response, running echo 'Session complete. Run sdx bench --sla before committin. From raghavwahi/semdex-mcp-server.
Settings file Claude Code
Agent settings declaring 3 hook events (PostToolUse, PreToolUse, Stop) and 26 allowed tools.
Skill Claude CodeCodex
Run the Semdex benchmark suite and compare against SLA targets. Use before committing performance-sensitive changes.
Skill Claude CodeCodex
Initialize Semdex in the current repository. Indexes the codebase, downloads the embedding model, and sets up the .repoidentity directory. Run once per repo, or after git clone.
Skill Claude CodeCodex
Inspect the Semdex index state — chunk counts, parse failures, model status, database health. Use to diagnose indexing issues.
Instructions file
Claude Code instructions for raghavwahi/semdex-mcp-server, covering semdex — project instructions, project overview, technology stack, architecture and code conventions.
MCP server Claude CodeCodexCursor +2
MCP server "semdex-mcp-server" as configured in raghavwahi/semdex-mcp-server. Runs locally from the semdex-mcp-server npm package.