AD

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.zip

Installs 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 the
66 chars✓ has a “when” trigger
Intermediate

Key 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

You give it
Pattern goal and implementation documentation
You get back
Updated pattern reference files

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:

  1. 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.

  2. 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.

SkillInstallsUpdatedSafetyDifficulty
add-pattern (this skill)17moNo flagsIntermediate
llama-cpp218moReviewIntermediate
mcp-builder1363moReviewAdvanced
deepwiki-rs259moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

21471

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).

136215

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.

25170

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

9180

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.

26138

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

15112

Search skills

Search the agent skills registry