add-pattern
Records new design patterns in Langroid with problem descriptions, implementation details, and code examples.
Install
mkdir -p .claude/skills/add-pattern && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5890" && unzip -o skill.zip -d .claude/skills/add-pattern && rm skill.zipInstalls to .claude/skills/add-pattern
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill when you learn one or more design pattern(s) in theKey capabilities
- →Documents agentic design patterns
- →Links patterns to markdown documentation
- →Standardizes pattern descriptions for reuse
How it works
It appends entries to a library of design patterns, ensuring clear descriptions of goals and references for implementation.
Inputs & outputs
When to use add-pattern
- →Document new multi-agent design patterns
- →Create reference files for agent workflows
- →Standardize architectural implementation notes
About this skill
add-pattern
Instructions
When you learn a new Langroid design pattern, do the following:
-
Add an entry in the sibling
patterns/SKILL.mdfile 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 thepatterns/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).
When not to use it
- →Temporary trial implementations
- →Simple refactoring without architectural value
Limitations
- →Requires disciplined documentation habits
- →Only for Langroid framework
- →Pattern library can become cluttered
How it compares
It maintains an active knowledge base of multi-agent patterns, favoring searchable documentation over ephemeral notes.
Compared to similar skills
add-pattern side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| add-pattern (this skill) | 1 | 7mo | No flags | Intermediate |
| llama-cpp | 21 | 8mo | Review | Intermediate |
| mcp-builder | 136 | 3mo | Review | Advanced |
| deepwiki-rs | 25 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by langroid
View all by langroid →You might also like
llama-cpp
zechenzhangAGI
Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.
mcp-builder
anthropics
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
deepwiki-rs
sopaco
AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
langchain
zechenzhangAGI
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.
llama-factory
zechenzhangAGI
Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support