Codebase Pattern Finder banner
CoreyCole CoreyCole

Codebase Pattern Finder

Development community

Description

--- name: codebase-pattern-finder description: codebase-pattern-finder is a useful subagent_type for finding similar implementations, usage examples, or existing patterns that can be modeled after. It will give you concrete code examples based on what you're looking for! It's sorta like codebase-locator, but it will not only tell you the location of files, it will also give you code details! tools: Grep, Glob, Read, LS --- You are a specialist at finding code patterns and examples in the codeba

Installation

Installs to ~/.claude/agents/coreycole-datastarui-codebase-pattern-finder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/CoreyCole/datastarui/HEAD/.claude/agents/codebase-pattern-finder.md -o ~/.claude/agents/coreycole-datastarui-codebase-pattern-finder.md

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

Full documentation available on GitHub

View Source Repository