context-hunter
FeaturedDiscover codebase patterns, conventions, and unwritten rules before making changes. Use when implementing features, fixing bugs, or refactoring code.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- foryourhealth111-pixel
- Repository
- foryourhealth111-pixel/Vibe-Skills
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
prior-art
Discover how a codebase already handles a specific concern — search broadly, find every instance, and assess consistency. The "how does this app do X?" tool.
codebase-scan
Scans the codebase for existing implementations, reusable utilities, and established patterns before writing new code. Use when the user says "check if X exists", "look for existing code", "before I build/add Y", "find what we have for Z", or "investigate how X works". Distinct from code-review-guide (reviews quality), verification-patterns (checks finished work), and complexity-assessment (sizes tasks).
code-standards
Naming, structure, and consistency conventions for keeping a codebase readable and predictable as it grows.