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.
Optimizes LangGraph application performance through iterative prompt tuning. Triggers when you need to improve LLM outputs, speed, or accuracy with defined evaluation criteria in `.langgraph-architect/fine-tune.md`.
/plugin marketplace add hiroshi75/langgraph-master/plugin install langgraph-architect@langgraph-architectThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.