npx claudepluginhub langroid/langroid --plugin langroidThis skill uses the workspace's default tool permissions.
When you learn a new Langroid design pattern, do the following:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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).