What problem does it solve?
This Skill helps developers quickly find, understand, and apply existing, well-tested code patterns (genes) from a local library, accelerating development and promoting code reuse.
Core Features & Use Cases
- Gene Discovery: Search for genes using natural language descriptions or keywords via semantic (embedding) or lexical (BM25) search.
- Gene Application: Read gene documentation and code snippets to adapt and integrate them into your codebase.
- Feedback Loop: Record post-use feedback if a gene was confusing or problematic due to drift.
- Use Case: You need to implement an "idempotent upsert with conflict retry" in your service. Use this skill to search for existing patterns, read the associated notes and code examples, and apply the best match to your project.
Quick Start
Search for a gene that matches the problem "idempotent upsert with conflict retry".