Plugin Claude Code
Plugin marketplace listing 1 plugin: grepika.
Plugin Claude Code
Plugin marketplace listing 1 plugin: grepika.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check. From adamthewilliam/grepika.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Instructions file CodexOpenCode
Instructions for adamthewilliam/grepika, covering agents.md, project overview, build & run commands, build and run mcp server — single workspace mode.
Instructions file
Instructions for adamthewilliam/grepika, covering claude.md, project overview, build & run commands, build and run mcp server — single workspace mode.
Plugin Claude Code
Token-efficient codebase exploration using the grepika MCP server with FTS5, ripgrep-backed regex search, sparse n-gram prefiltering, AST structural search, and code-graph navigation.
Agent
Use this agent for complex, multi-step codebase explorations that require strong reasoning — call graph building, multi-file architectural analysis, and deep investigations across many files. This agent uses a more capable model than the standard explorer. Use the standard grepika:explorer agent for quick lookups…
Agent
Use this agent when you need to explore a codebase efficiently using the grepika MCP server. This agent specializes in token-efficient code search, file discovery, structural analysis, and code-graph navigation. It should be used instead of the generic Explore agent when grepika tools are available. Context: User asks…
Command
Build or refresh the grepika code search index for the current project. Supports full rebuild (default) or incremental updates.
Command
Find all references to a symbol using grepika's word-boundary matching and automatic reference classification (definition, import, typeusage, usage).
Command
Search the codebase using grepika's ranked, token-efficient search. Combines FTS5, ripgrep-backed regex search, and sparse n-gram prefiltering for relevance-ranked results.
Skill Claude CodeCodex
This skill should be used when the user asks to "apply a pattern", "use a blueprint", "implement [pattern] from [source]", "what blueprints do I have", "list patterns", "adapt this pattern", or mentions keywords related to applying previously extracted architectural patterns to their current project.
Skill Claude CodeCodex
This skill should be used when the user asks to "map the architecture", "show module dependencies", "analyze coupling", "dependency graph", "how are modules connected", "module boundaries", or mentions keywords related to architectural analysis and dependency mapping.
Skill Claude CodeCodex
This skill should be used when the user asks to "compare files", "diff these files", "what changed between", "show differences between", "compare versions", or mentions keywords related to file comparison and difference analysis.
Skill Claude CodeCodex
This skill should be used when the user asks to "find usages of", "where is this used", "what calls this function", "trace symbol usage", "find all references", "who uses this", or mentions keywords related to symbol reference tracing and call hierarchy analysis.
Skill Claude CodeCodex
This skill should be used when the user asks to "analyze impact of changes", "check blast radius", "what would break if I change this", "refactoring safety analysis", or mentions keywords related to change impact assessment and dependency tracing.
Skill Claude CodeCodex
This skill should be used when the user asks to "check index status", "is the index healthy", "index diagnostics", "search index health", or mentions keywords related to verifying grepika search index state.
Skill Claude CodeCodex
This skill should be used when the user asks to "investigate a bug", "trace an error", "debug this issue", "find where this error comes from", or mentions keywords related to error tracing and bug investigation.
Skill Claude CodeCodex
This skill should be used when the user asks to "learn this codebase", "give me a codebase overview", "onboard me to this project", "explain the architecture", or mentions keywords related to understanding codebase structure and architecture.
Skill Claude CodeCodex
This skill should be used when the user asks to "study this codebase", "extract patterns from this project", "create a blueprint", "learn the architecture for building my own version", "what patterns can I reuse from this codebase", or mentions keywords related to extracting reusable architectural patterns for use in…