BeClaude

langgraph-agent

New
Community RegistryGeneralby Hiroshi Ayukawa

An autonomous agent that utilizes LangGraph to create, manage, and execute complex workflows.

Community PluginView Source

Overview

A collection of plugins for Claude Code.

Available Plugins

PluginDescription
[parallel-dev-plugin](parallel-dev-plugin/)Turn one Claude into a development team. Orchestrates multiple Claude instances working in parallel with automatic coordination and merging.

Installation

bash
/plugin marketplace add hiroshi75/ccplugins
/plugin install <plugin-name>@hiroshi75

Author

Hiroshi Ayukawa

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/langgraph-agent.md https://raw.githubusercontent.com/hiroshi75/ccplugins/main/SKILL.md
3
Invoke in Claude Code
/langgraph-agent
View source on GitHub
agent

Frequently Asked Questions

What is langgraph-agent?

An autonomous agent that utilizes LangGraph to create, manage, and execute complex workflows.

How to install langgraph-agent?

To install langgraph-agent, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /langgraph-agent.

What is langgraph-agent best for?

langgraph-agent is a community categorized under General. It is designed for: agent. Created by Hiroshi Ayukawa.