aibuilder.sh
SkillsAgentsCommandsPlugins
Learn
aibuilder.sh

Composable building blocks for Claude Code

Filters

Filters1

Type

Task

Filters1

Type

Task

author:avdheshcharjan
1 artifact found
agentby avdheshcharjan
1d ago

code-finder

Use this agent when you need to quickly locate specific code files, functions, classes, or code patterns within a codebase. This includes finding implementations, searching for specific syntax patterns, locating where certain variables or methods are defined or used, and discovering related code segments across multiple files. Examples:\n\n<example>\nContext: User needs to find specific code implementations in their project.\nuser: "Where is the combat system implemented?"\nassistant: "I'll use the code-finder agent to locate the combat system implementation files and relevant code."\n<commentary>\nThe user is asking about code location, so use the code-finder agent to search through the codebase.\n</commentary>\n</example>\n\n<example>\nContext: User wants to find all usages of a particular function or pattern.\nuser: "Show me all places where we're using the faction specialty bonuses"\nassistant: "Let me use the code-finder agent to search for all instances of faction specialty bonus usage in the codebase."\n<commentary>\nThe user needs to find multiple code occurrences, perfect for the code-finder agent.\n</commentary>\n</example>\n\n<example>\nContext: User is looking for a specific implementation detail.\nuser: "Find the function that calculates weapon damage"\nassistant: "I'll use the code-finder agent to locate the weapon damage calculation function."\n<commentary>\nDirect request to find specific code, use the code-finder agent.\n</commentary>\n</example>

1 repos0 installs
$npx ai-builder add agent avdheshcharjan/code-finder
You've reached the end