From langgraph-architect
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/langgraph-architect:skills/fine-tuneThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A skill for iteratively optimizing prompts and processing logic in each node of a LangGraph application based on evaluation criteria.
README.mdevaluation.mdevaluation_metrics.mdevaluation_practices.mdevaluation_statistics.mdevaluation_testcases.mdexamples.mdexamples_phase1.mdexamples_phase2.mdexamples_phase3.mdexamples_phase4.mdprompt_optimization.mdprompt_principles.mdprompt_priorities.mdprompt_techniques.mdworkflow.mdworkflow_phase1.mdworkflow_phase2.mdworkflow_phase3.mdworkflow_phase4.mdA skill for iteratively optimizing prompts and processing logic in each node of a LangGraph application based on evaluation criteria.
This skill executes the following process to improve the performance of existing LangGraph applications:
.langgraph-architect/fine-tune.md (if this file doesn't exist, help the user create it based on their requirements)Important Constraint: Only optimize prompts and processing logic within each node without modifying the graph structure (nodes, edges configuration).
Use this skill in the following situations:
When performance improvement of existing applications is needed
When evaluation criteria are clear
.langgraph-architect/fine-tune.mdWhen improvements through prompt engineering are expected
Purpose: Understand optimization targets and current state
Main Steps:
.langgraph-architect/fine-tune.md)→ See workflow.md for details
Purpose: Quantitatively measure current performance
Main Steps: 4. Prepare evaluation environment (test cases, evaluation scripts) 5. Baseline measurement (recommended: 3-5 runs) 6. Analyze baseline results (identify problems)
Important: When evaluation programs are needed, create evaluation code in a specific subdirectory (users may specify the directory).
→ See workflow.md and evaluation.md for details
Purpose: Data-driven incremental improvement
Main Steps: 7. Prioritization (select the most impactful improvement area) 8. Implement improvements (prompt optimization, parameter tuning) 9. Post-improvement evaluation (re-evaluate under the same conditions) 10. Compare and analyze results (measure improvement effects) 11. Decide whether to continue iteration (repeat until goals are achieved)
→ See workflow.md and prompt_optimization.md for details
Purpose: Record achievements and provide future recommendations
Main Steps: 12. Create final evaluation report (improvement content, results, recommendations) 13. Code commit and documentation update
→ See workflow.md for details
Serena MCP: Codebase analysis and optimization target identification
find_symbol: Search for LLM clientsfind_referencing_symbols: Identify prompt construction locationsget_symbols_overview: Understand node structureSequential MCP: Complex analysis and decision making
→ See prompt_optimization.md for details
Detailed guidelines and best practices:
Preserve Graph Structure
Evaluation Consistency
Cost Management
Version Control
npx claudepluginhub hiroshi75/protografico --plugin langgraph-architectBuilds production-grade stateful multi-actor AI agents with LangGraph, covering graph construction, state management, persistence, cycles, branches, human-in-the-loop, and ReAct patterns.
Builds production-grade AI agents with LangGraph: graph construction, state management, persistence, human-in-the-loop, and the ReAct agent pattern.
Guides architectural decisions for LangGraph applications. Use when choosing between LangGraph vs alternatives, designing state schemas with reducers, structuring graphs with subgraphs, or selecting persistence and streaming approaches.