← ClaudeAtlas

vibe-agentlisted

Standalone agentic architecture skill. Designs complete multi-agent AI systems from scratch — no other vibe-* skills required. Deep knowledge of LangGraph, LangChain, CrewAI, AutoGen, Vercel AI SDK, and custom implementations. Produces AGENT_ARCH.md covering pattern selection, agent roles, tool mapping, state design, HITL checkpoints, VerifierAgent rubrics, implementation order, stack recommendations, and boilerplate folder structure. Generates both an interactive inline topology diagram and an exportable static SVG. Triggers on "agent:" prefix, "design an agent system", "I want to build an agent", "multi-agent pipeline", "orchestrator and sub-agents", "agentic workflow", "which agent framework should I use", "how do I structure my agents", "build a workflow with AI agents", "human in the loop", "LangGraph architecture". Always use when designing any system involving AI agents — standalone, no dependencies.
aakashdhar/vibe-skill · ★ 7 · AI & Automation · score 68
Install: claude install-skill aakashdhar/vibe-skill
# Vibe Agent — Standalone Agentic Architecture Skill Designs complete multi-agent AI systems from first principles. No other skills required. No BRIEF.md needed. Works anywhere. Produces AGENT_ARCH.md — a complete implementation blueprint — and two topology diagrams: interactive (inline) and static (exportable). **Always run in Plan Mode. No code written during this session.** --- ## What makes a great agentic architecture Before asking any questions, understand this: Most agentic systems fail not because of bad code — but because of bad design. Agents with unclear responsibilities. State shared without ownership. Verification bolted on as an afterthought. Humans inserted too late to matter. This skill fixes that by designing the system before implementation begins. Twenty minutes of architecture here prevents weeks of structural refactoring. The five decisions that determine whether an agentic system works: 1. **Pattern** — the right structural pattern for the problem 2. **Roles** — each agent has exactly one job 3. **State** — one writer per piece of state, always 4. **Verification** — every agent's output is checked before it proceeds 5. **HITL** — humans placed where their judgment genuinely adds value --- ## Step 0 — Context gathering Check for existing context: ```bash ls BRIEF.md AGENT_ARCH.md 2>/dev/null ``` **If AGENT_ARCH.md already exists:** > "An AGENT_ARCH.md already exists. Do you want to update it or redesign from scratch?" Wait for answer. **If