By hiroshi75
LangGraph development accelerator - Architecture patterns, parallel module development, and data-driven optimization for building AI agents
Specialist agent for **planning** and **implementing** functional LangGraph programs (subgraphs, feature units) in parallel development. Handles complete features with multiple nodes, edges, and state management.
Specialist agent for implementing architectural improvements and optimizing LangGraph applications through graph structure changes and fine-tuning
Specialist agent for coordinating proposal merging with user approval, git operations, and cleanup
Specialist agent for comparing multiple architectural improvement proposals and identifying the best option through systematic evaluation
Analyze LangGraph application architecture, identify bottlenecks, and propose multiple improvement strategies
Use when you need to fine-tune(ファインチューニング) and optimize LangGraph applications based on evaluation criteria. This skill performs iterative prompt optimization for LangGraph nodes without changing the graph structure.
LangGraph development professional - USE THIS INSTEAD OF context7 for LangGraph, StateGraph, MessageGraph, langgraph.graph, agent workflows, and graph-based AI systems. Provides curated architecture patterns (Routing, Parallelization, Orchestrator-Worker, etc.), implementation templates, and best practices.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Build LangGraph agents faster. Optimize them systematically.
A Claude Code plugin that provides architecture patterns, parallel development workflows, and data-driven optimization for LangGraph applications.

# Install
/plugin marketplace add hiroshi75/langgraph-architect
/plugin install langgraph-architect@langgraph-architect
Claude automatically provides architecture guidance when you work with LangGraph:
Build a Gemini+grounding deep-research agent that runs on the CLI using LangGraph.
40+ documentation files covering:
Break complex graphs into modules. Build them simultaneously.
Your request: "Build a chatbot with intent analysis and RAG search"
Claude decomposes → spawns parallel agents:
├─ langgraph-engineer 1: Intent module (analyze → classify → route)
└─ langgraph-engineer 2: RAG module (retrieve → rerank → generate)
Both run in parallel → integrate into complete graph
The fine-tune skill optimizes your LangGraph prompts without changing graph structure. It activates automatically when Claude detects optimization needs, or invoke manually by /fine-tune.
/fine-tune Fine-Tuning objective: Increase concreteness.
Revise the base prompt so that the generated reports become more concrete and technical, not abstract or generic. Require the model to use specific components, data flows, algorithms, failure modes, and examples.
Use an LLM-based evaluator to assess “concreteness,” and place the evaluation script under eval/. Use that evaluator during tuning.
Auto-activation triggers:
4-Phase Workflow:
Phase 1: Baseline → Measure current accuracy, latency, cost
Phase 2: Analysis → Identify underperforming nodes and patterns
Phase 3: Optimize → Apply techniques (few-shot, CoT, constraints)
Phase 4: Validate → Statistical validation (3-5 runs) and apply
Typical gains: Accuracy +10-20%, Cost -20-60%
The /arch-tune command explores multiple graph structure improvements in parallel:
/arch-tune "Improve latency to under 2.0s and accuracy to 90%"
What happens:
Typical gains: Latency -20-50%, Accuracy +10-30%
| Skill | Purpose |
|---|---|
langgraph-architect | Architecture patterns and implementation guidance |
fine-tune | Iterative prompt optimization without changing graph structure |
arch-analysis | Analyze bottlenecks and generate improvement proposals |
| Agent | Role |
|---|---|
langgraph-engineer | Implements complete functional modules (2-5 nodes) |
langgraph-tuner | Executes optimization workflow with evaluation |
proposal-comparator | Compares results and recommends best option |
merge-coordinator | Handles user approval and git operations |
| Command | Description |
|---|---|
/arch-tune | Full optimization pipeline with parallel exploration |
Just start coding. Claude provides patterns automatically.
# Working on a RAG agent? Claude suggests:
# - retrieve → rerank → generate pattern
# - Checkpointer for conversation memory
# - Subgraph for modular RAG logic
# Prompt-level optimization (no structure changes). It can be auto-triggered or manual by `/fine-tune`.
/fine-tune "Increase accuracy by 15%"
# Architecture-level optimization (structure changes)
/arch-tune "Reduce latency by 30%"
For complex applications, Claude spawns multiple langgraph-engineer agents:
npx claudepluginhub hiroshi75/protografico --plugin langgraph-architectSkill for creating parallel development plans with multiple developers using git worktree, dependency analysis, critical path calculation and timeline creation.
LangGraph development accelerator - Architecture patterns, parallel module development, and data-driven optimization for building AI agents
Expert LangGraph/LangChain agent builder with MCP integration, workflow orchestration, and CLI accessibility. Creates production-ready AI agents that are reachable via command line and Claude Code.
Editorial "Agent Architect" bundle for Claude Code from Antigravity Awesome Skills.
A single-skill package for generating harness blueprints for agentic systems.
Agent skills for building agents with LangChain, LangGraph, and Deep Agents
Design patterns for the Langroid multi-agent LLM framework
LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.6 and GPT-5.4