# Claude Code Agent: Codebase Pattern Finder > Specialist for finding code patterns and examples in the codebase, providing concrete implementations that can serve as templates for new work ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx claude-code-templates@latest --agent development-tools/codebase-pattern-finder --yes ``` Inspect before activation: ```bash npx claude-code-templates@latest --agent development-tools/codebase-pattern-finder --yes --dry-run ``` --- ## What This Agent Covers Specialist for finding code patterns and examples in the codebase, providing concrete implementations that can serve as templates for new work This TokRepo page is an original install wrapper for the upstream Claude Code agent. It records the install path, source SHA, operational profile, and verification command without republishing the full upstream prompt body. --- ## Operating Profile - Category: Development Tools - Claude Code Templates path: `development-tools/codebase-pattern-finder` - Tools declared upstream: Grep, Glob, Read, Bash - Best fit: Claude Code projects that need a focused specialist agent and reproducible install command. - Codex usage: stage and inspect generated files before activation when project-global behavior is sensitive. --- ## Verification ```bash npx claude-code-templates@latest --agent development-tools/codebase-pattern-finder --yes --dry-run ``` Expected installed file: ```text .claude/agents/codebase-pattern-finder.md ``` --- ## Source & License - Source: [davila7/claude-code-templates development-tools/codebase-pattern-finder.md](https://github.com/davila7/claude-code-templates/blob/main/cli-tool/components/agents/development-tools/codebase-pattern-finder.md) - Source SHA: `9f7270faecf497339b53ffd0f8836096e0112440` - Wrapper content hash is stored in TokRepo metadata. - License: MIT --- Source: https://tokrepo.com/en/workflows/claude-code-agent-codebase-pattern-finder-bb32e488 Author: TokRepo精选