Use this skill when you learn one or more design pattern(s) in the Langroid (multi) agent framework, and want to make a note for future reference for yourself. Use this either autonomously, or when asked by the user to record a new pattern.
When you learn a new design pattern in the Langroid framework, this skill automatically records it in a centralized patterns file with a reference document. It triggers when you encounter or are asked to document a pattern, helping you build a personal knowledge base for future problem-solving.
/plugin marketplace add langroid/langroid/plugin install langroid-langroid-plugins-langroid@langroid/langroidThis skill inherits all available tools. When active, it can use any tool Claude has access to.
When you learn a new Langroid design pattern, do the following:
Add an entry in the sibling patterns/SKILL.md file in the appropriate category
section, containing a DESCRIPTION of the goal of the pattern (i.e. what it enables
you to implement), accompanied by a - Reference: pointer to a markdown DOCUMENT
in the patterns/ directory.
IMPORTANT - The DESCRIPTION should be clear enough that future YOU can effectively use it to MATCH design problems you may encounter in future.
In that DOCUMENT, describe the idea of the implementation along with code examples. Follow the format of existing pattern files (Problem, Solution, Complete Code Example, Key Points, When to Use).
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.