Agent
Reviews a supplied diff for introduced, material performance regressions. Use only when dispatched by the code-review skill.
113 tagged langgraph, measured the same way as everything else here.
Browse within: Autonomous Agents 61bun 59LangChain 22openai 14ai-development 7claude-plugin 7langgraph-alternative 6gitlab 5
Agent
Reviews a supplied diff for introduced, material performance regressions. Use only when dispatched by the code-review skill.
Agent
Reviews a supplied diff for introduced, practically exploitable security vulnerabilities. Use only when dispatched by the code-review skill.
Agent Claude Code
Opus-powered design and planning agent. Use for non-trivial architecture decisions, multi-file refactor planning, hard debugging where the failure mode isn't obvious, prompt engineering reviews on the custom agents (alphaseeker / energytransition / emergingtech), and any task where the main Sonnet agent would benefit…
Agent Claude Code
Fast read-only file and codebase exploration. Use for "find where X is defined", "list files matching Y", "summarize what's in this directory", and similar grep/glob/read tasks. Cheaper than the built-in Explore agent (Sonnet-pinned) so the main agent can delegate liberally without burning Opus tokens.
Agent Claude Code
Use this agent whenever the user wants to install, run, debug, or verify any of the 141 use cases in ks-cookbook (recipes under recipes/, flagships under flagships/). Assume the user is at a novice level — basic Python, may not know what RAG is — and walks through the install → seed → run → verify flow end-to-end.…
Agent
Use this agent to design the LangGraph architecture for converting analyzed n8n workflows. Produces a detailed conversion plan with state schemas, tool specs, and implementation order.
Agent
Use this agent to review an n8n-to-LangGraph conversion for fidelity, test coverage, and code quality. Compares implementation against original workflows.
Agent
Use this agent to deeply analyze n8n workflow JSON files for LangGraph conversion. Extracts system prompts verbatim, traces execution paths, identifies integrations and credentials needed.
Agent
Agent forking creates a new agent instance derived from an existing agent and records lineage for auditability and attribution. It is used as the “reactivation” mechanism for lifecycle-archived agents: archived agents do not execute, but can be forked into active successors.
Agent
Agent "EXTERNAL_PLATFORM_AGENT_OVERRIDE" from EricLortie/laborforge-release, covering external platform agent override (system agents), scope, current system-agent architecture (implemented), system agents live in ecosystem 1 (admin) and current override mechanism (implemented).
Agent
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent
Compare two outputs WITHOUT knowing which skill produced them.
Agent
Evaluate expectations against an execution transcript and outputs.
Codeblockz/langchain-community-plugin
Agent
Use this agent to review LangGraph code for common mistakes and best practice violations. Triggers proactively after writing LangGraph code or when explicitly asked to review. Examples.
Codeblockz/langchain-community-plugin
Agent
Use this agent to review RAG (Retrieval-Augmented Generation) code for common mistakes and best practice violations. Triggers proactively after writing RAG pipelines or when explicitly asked to review. Examples.
Agent
A domain-specialist agent for the GovOn AX platform, using trained models for public administration and law. It is intended to answer questions about administrative procedures, permits, complaints, legislation, and court decisions.
Agent
An agent that selects the most relevant similar cases from a collection of searchable documents. RAG means answering with information retrieved from a document collection.
surajpanwar/advanced-calc-engine
Agent
Analyzes Excel workbooks and creates safe execution plans.
surajpanwar/advanced-calc-engine
Agent
Executes approved calculations and Excel modifications.
surajpanwar/advanced-calc-engine
Agent
Audits the application for security vulnerabilities.