📖 The AI Tool Bible

Agent Skills vs LangGraph

A side-by-side look at pricing, capabilities, pros, cons, and our editorial scores.

 
Agent Skills
Agents
LangGraph
Agents
TaglineOpen format for packaging procedural knowledge and workflows that AI coding agents load on demand.Stateful, graph-based agent orchestration from LangChain.
CategoryAgentsAgents
PricingFree· Free open standardFreemium· Free open-source; LangGraph Platform paid
ModelModel-agnosticBYO (Claude / GPT / open)
Editorial score8.8 / 10
Use cases
agent-extensionscoding-agentsworkflow-automationdomain-knowledgeprompt-engineering
stateful agentshuman-in-loopproduction
Pros
  • Open standard with broad adoption across major coding agents (Claude, Cursor, Copilot, Codex, Gemini CLI, etc.)
  • Progressive disclosure keeps agent context lean while supporting many skills
  • Skills are just folders with a SKILL.md — trivial to author, version, and share via git
  • Write once, run across any skills-compatible client — no per-tool rewrites
  • Backed by Anthropic but governed as an open ecosystem on GitHub
  • Reliable, debuggable agent graphs
  • Built-in persistence + HITL
  • Production-grade
  • Tight LangSmith integration
Cons
  • Not a product — you still need a compatible agent to actually run skills
  • Standard is young; conventions and tooling are still evolving
  • No built-in marketplace or discovery beyond what each client provides
  • Steeper learning curve than CrewAI
  • Verbose to set up
Websiteagentskills.iowww.langchain.com
Pick Agent Skills if
  • Open standard with broad adoption across major coding agents (Claude, Cursor, Copilot, Codex, Gemini CLI, etc.)
  • Progressive disclosure keeps agent context lean while supporting many skills
  • Skills are just folders with a SKILL.md — trivial to author, version, and share via git
  • Write once, run across any skills-compatible client — no per-tool rewrites
Pick LangGraph if
  • Reliable, debuggable agent graphs
  • Built-in persistence + HITL
  • Production-grade
  • Tight LangSmith integration