Search and locate files, code patterns, and project structures quickly. Use when you need to find specific files, functions, classes, or patterns in a codebase.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill find --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Find?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-find)More formats (shields.io, HTML) on the badges page.
---
name: find
description: Search and locate files, code patterns, and project structures quickly. Use when you need to find specific files, functions, classes, or patterns in a codebase.
---
## find
Efficiently locate anything in the codebase.
### Search patterns
- Use glob for file name patterns: *.ts, *.{tsx,jsx}
- Use grep for code content: function names, class names, error messages
- Combine glob + grep for precise results
### Examples
Search by name: **/*.service.ts
Search by content: class.*Repository
Search by type: all test files, all config files
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!