From coding-agent
Building AI agents with LangChain, LangGraph, deepagents, OpenAI Agents SDK, Claude Agent SDK, Strands, CrewAI, AutoGen, Mastra. Covers architecture, tool use, multi-agent orchestration, memory, observability, deployment.
npx claudepluginhub devjarus/coding-agentThis skill uses the workspace's default tool permissions.
- Building AI agents or multi-agent systems
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
| Framework | Priority | Best For |
|---|---|---|
| Claude Agent SDK | CRITICAL | Claude-native agents, subagents, custom tools |
| OpenAI Agents SDK | CRITICAL | Multi-agent handoffs, guardrails, tool search |
| LangGraph | HIGH | Stateful graphs, conditional routing |
| Deep Agents (deepagents) | HIGH | Planning + subagents + virtual filesystem on top of LangGraph |
| Strands | HIGH | Model-agnostic, lightweight, AWS/Bedrock |
| CrewAI | MEDIUM | Role-based multi-agent teams |
| Mastra | MEDIUM | TypeScript-first, observational memory |
For detailed code examples, read from rules/:
rules/claude-sdk.md -- agentic loop, query(), subagents, custom toolsrules/openai-sdk.md -- agents, handoffs, tool search, guardrailsrules/langgraph.md -- StateGraph, Functional API, conditional routingrules/deepagents.md -- createDeepAgent, subagents, virtual filesystem, tool factory patternrules/strands.md -- model providers, memory, MCP supportrules/patterns.md -- architecture (ARCH-01-05), wiring, CrewAI, Mastratemperature: 0 for reproducibility.defer_loading / ToolSearchTool.