langgraph-master-plugin

An langraph specialist.

View on GitHub
Author Hiroshi Ayukawa
Namespace @hiroshi75/hiroshi75
Category general
Version 1.0.0
Stars 1
Downloads 4
self.md verified
Table of content

An langraph specialist.

Installation

npx claude-plugins install @hiroshi75/hiroshi75/langgraph-master-plugin

Contents

Folders: agents, commands, skills

Included Skills

This plugin includes 3 skill definitions:

arch-analysis

Analyze LangGraph application architecture, identify bottlenecks, and propose multiple improvement strategies

View skill definition

LangGraph Architecture Analysis Skill

A skill for analyzing LangGraph application architecture, identifying bottlenecks, and proposing multiple improvement strategies.

πŸ“‹ Overview

This skill analyzes existing LangGraph applications and proposes graph structure improvements:

  1. Current State Analysis: Performance measurement and graph structure understanding
  2. Problem Identification: Organizing bottlenecks and architectural issues
  3. Improvement Proposals: Generate 3-5 diverse improvement proposals (all candidates for parallel exploration)

Important:

🎯 When to Use

Use this skill in the following situations:

  1. When performance improvement of existing applications is needed

    • Latency exceeds targets
    • Cost is too high
    • Accuracy is insufficient
  2. When considering architecture-level improvements

    • Prompt optimization (fine-tune) has limitations
    • Graph structure changes are needed
    • Considering introduction of new patterns
  3. When you want to compare multiple improvement options

    • Unclear which architecture is optimal
    • Want to understand trade-offs

πŸ“– Analysis and Proposal Workflow

Step 1: Verify Evaluation Environment

Purpose: Prepare for performance measurement

Actions:

  1. Verify existence of ev

…(truncated)

fine-tune

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.

View skill definition

LangGraph Application Fine-Tuning Skill

A skill for iteratively optimizing prompts and processing logic in each node of a LangGraph application based on evaluation criteria.

πŸ“‹ Overview

This skill executes the following process to improve the performance of existing LangGraph applications:

  1. Load Objectives: Retrieve optimization goals and evaluation criteria from .langgraph-master/fine-tune.md (if this file doesn’t exist, help the user create it based on their requirements)
  2. Identify Optimization Targets: Extract nodes containing LLM prompts using Serena MCP (if Serena MCP is unavailable, investigate the codebase using ls, read, etc.)
  3. Baseline Evaluation: Measure current performance through multiple runs
  4. Implement Improvements: Identify the most effective improvement areas and optimize prompts and processing logic
  5. Re-evaluation: Measure performance after improvements
  6. Iteration: Repeat steps 4-5 until goals are achieved

Important Constraint: Only optimize prompts and processing logic within each node without modifying the graph structure (nodes, edges configuration).

🎯 When to Use This Skill

Use this skill in the following situations:

  1. When performance improvement of existing applications is needed

    • Want to improve LLM output quality
    • Want to improve response speed
    • Want to reduce error rate
  2. When evaluation criteria are clear

    • Optimization goals are defined in `.langgraph-master/fine

…(truncated)

langgraph-master

Use when specifying or implementing LangGraph applications - from architecture planning and specification writing to actual code implementation. Also use for designing agent workflows or learning LangGraph patterns. This is a comprehensive guide for building AI agents with LangGraph, covering core concepts, architecture patterns, memory management, tool integration, and advanced features.

View skill definition

LangGraph Agent Construction Skill

A comprehensive guide for building AI agents using LangGraph.

πŸ“š Learning Content

01. Core Concepts

Understanding the three core elements of LangGraph

02. Graph Architecture

Six major graph patterns and agent design

03. Memory Management

Persistence and checkpoint functionality

04. Tool Integration

External tool integration and execution control

…(truncated)

Source

View on GitHub

Tags: general