What problem does it solve?
This Skill provides developers with efficient patterns and tools to quickly find files, code snippets, and understand common verification sequences within the beep-effect codebase, significantly speeding up development and debugging.
Core Features & Use Cases
- File Discovery: Quickly locate packages, configuration files, documentation, and test files using glob patterns.
- Content Search: Find specific code patterns, import statements, and entity ID definitions using grep.
- Verification Sequences: Understand and apply common patterns for verifying package existence, exports, type definitions, service availability, and test coverage.
- Anti-Pattern Guidance: Learn what to avoid, such as using Bash for file discovery or
cat for reading files, and instead opt for optimized tools.
- Use Case: A developer needs to find all
tsconfig.json files across the entire repository to ensure consistent build configurations. They can use the glob patterns provided by this skill to locate them instantly.
Quick Start
Use the discovery kit skill to find all package.json files within the packages/iam directory.