file-search
<search_modes> This skill handles all search types automatically based on input:
| Input Pattern | Search Mode | What Happens |
|---|---|---|
| File name or glob pattern | File search | Finds files by name/pattern across the project |
| Text string or regex | Content search | Greps file contents for matches |
| Function/class/type name | Definition search | Finds where something is defined + its signature |
| "usages of X" / "who calls X" | Usage search | Finds all imports and call sites |
| "imports of X" | Import search | Finds all files that import a module |
| Directory path or "structure" | Structure exploration | Maps directory layout and key files |
| "related to X" | Related files | Finds dependencies and dependents of a file |
The agent runs multiple search strategies in parallel and cross-references results for completeness. </search_modes>
More from cfircoo/claude-code-toolkit
sqlalchemy-postgres
Expert guidance for SQLAlchemy 2.0 + Pydantic + PostgreSQL. Use when setting up database layers, defining models, creating migrations, or any database-related work. Automatically activated for DB tasks.
221generate-prd
Generates Product Requirements Documents for new features through guided discovery. Use when starting a new feature, creating specifications, or when user needs help defining requirements with clarifying questions.
28pytest-best-practices
Expert guidance for writing high-quality pytest tests. Use when writing tests, setting up fixtures, parametrizing, mocking, or reviewing test code.
17ralph-orchestrator
Orchestrates the full Ralph autonomous agent pipeline from requirements gathering to execution. Use when building new features, platforms, or complex tasks that need structured development through spec-interview, PRD generation, and autonomous implementation.
16git
Git operations for committing, pushing, and opening PRs using gh CLI. Use when performing version control tasks. This skill should be used when the user asks to "commit", "push", "create a PR", "ship code", "git status", or mentions git workflow, version control, or pull requests.
15create-plans
Create hierarchical project plans optimized for solo agentic development. Use when planning projects, phases, or tasks that Claude will execute. Produces Claude-executable plans with verification criteria, not enterprise documentation. Handles briefs, roadmaps, phase plans, and context handoffs.
15