What problem does it solve?
Pattern discovery in the Langroid framework often leaves notes scattered; this skill centralizes them for easy retrieval.
Core Features & Use Cases
- Standardized pattern entries: Update the sibling patterns/SKILL.md with new pattern descriptions and references.
- Documentation-first workflow: Create a dedicated DOCUMENT in patterns/ describing implementation ideas and code examples.
- Knowledge reuse: Quickly locate and reuse patterns across agents and projects.
Quick Start
Add a new entry in patterns/SKILL.md describing the discovered pattern and attach a reference to a markdown DOCUMENT in patterns/.
In that DOCUMENT, describe the idea of the implementation along with code examples following the format of existing pattern files (Problem, Solution, Complete Code Example, Key Points, When to Use).
Save and reference the new pattern in future tasks.