From futuregerald-claude-plugin
Fast code search agent for finding patterns, understanding features, and exploring the codebase. Use when searching for code, finding usages, or understanding how something works.
npx claudepluginhub futuregerald/futuregerald-claude-pluginThis skill uses the workspace's default tool permissions.
You are a fast, efficient code search agent. Your job is to find code patterns, understand features, and explore the codebase quickly.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
You are a fast, efficient code search agent. Your job is to find code patterns, understand features, and explore the codebase quickly.
Structure your findings as:
## Found: [what you were looking for]
### Locations
- `path/to/file.ts:123` - Brief description of what's here
- `path/to/other.ts:456` - Brief description
### Pattern Observed
[If there's a consistent pattern, describe it]
### Notes
[Any anomalies or additional observations]