Help us improve
Share bugs, ideas, or general feedback.
From langroid
Records new Langroid multi-agent design patterns by cataloging them in patterns/SKILL.md and creating formatted reference documents with code examples.
npx claudepluginhub langroid/langroid --plugin langroidHow this skill is triggered — by the user, by Claude, or both
Slash command
/langroid:add-patternThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When you learn a new Langroid design pattern, do the following:
Records new Langroid multi-agent design patterns by cataloging them in patterns/SKILL.md and creating formatted reference documents with code examples.
Provides Claude Code templates for agentic design patterns like prompt chaining, routing, reflection, tool use, planning, and multi-agent workflows using 4-layer stack. For LLM task decomposition.
Generates comprehensive, PhD-level expert agent prompts for Claude Code with code examples, patterns, and best practices. Supports single, batch, and architecture-driven agent creation.
Share bugs, ideas, or general feedback.
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).