mcpbeat Sign in

Agent Orchestration Improve Agent Agent Skill

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.

3k tokens
context cost
the whole folder, loaded on every use
18
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill agent-orchestration-improve-agent

What comes with it

8 398 bytes besides the instruction
sub-skills/11-gather-performance-data.md
sub-skills/12-user-feedback-pattern-analysis.md
sub-skills/13-failure-mode-classification.md
sub-skills/14-baseline-performance-report.md
sub-skills/21-chain-of-thought-enhancement.md
sub-skills/22-few-shot-example-optimization.md
sub-skills/23-role-definition-refinement.md
sub-skills/24-constitutional-ai-integration.md
sub-skills/25-output-format-tuning.md
sub-skills/31-test-suite-development.md
sub-skills/32-ab-testing-framework.md
sub-skills/33-evaluation-metrics.md
sub-skills/34-human-evaluation-protocol.md
sub-skills/41-version-management.md
sub-skills/42-staged-rollout.md
sub-skills/43-rollback-procedures.md
sub-skills/44-continuous-monitoring.md

The instruction itself

24 sections, as written by the author

Agent Performance Optimization Workflow

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.

[Extended thinking: Agent optimization requires a data-driven approach combining performance metrics, user feedback analysis, and advanced prompt engineering techniques. Success depends on systematic evaluation, targeted improvements, and rigorous testing with rollback capabilities for production safety.]

Use this skill when

  • Improving an existing agent's performance or reliability
  • Analyzing failure modes, prompt quality, or tool usage
  • Running structured A/B tests or evaluation suites
  • Designing iterative optimization workflows for agents

Do not use this skill when

  • You are building a brand-new agent from scratch
  • There are no metrics, feedback, or test cases available
  • The task is unrelated to agent performance or prompt quality

Instructions

  • Establish baseline metrics and collect representative examples.
  • Identify failure modes and prioritize high-impact fixes.
  • Apply prompt and workflow improvements with measurable goals.
  • Validate with tests and roll out changes in controlled stages.

Safety

  • Avoid deploying prompt changes without regression testing.
  • Roll back quickly if quality or safety metrics regress.

Phase 1: Performance Analysis and Baseline Metrics

Comprehensive analysis of agent performance using context-manager for historical data collection.

🧠 Knowledge Modules (Fractal Skills)

1. 1.1 Gather Performance Data

2. 1.2 User Feedback Pattern Analysis

3. 1.3 Failure Mode Classification

4. 1.4 Baseline Performance Report

5. 2.1 Chain-of-Thought Enhancement

6. 2.2 Few-Shot Example Optimization

7. 2.3 Role Definition Refinement

8. 2.4 Constitutional AI Integration

9. 2.5 Output Format Tuning

10. 3.1 Test Suite Development

11. 3.2 A/B Testing Framework

12. 3.3 Evaluation Metrics

13. 3.4 Human Evaluation Protocol

14. 4.1 Version Management

15. 4.2 Staged Rollout

16. 4.3 Rollback Procedures

17. 4.4 Continuous Monitoring

Other skills for the same job

different authors, same section of the catalogue
Skill Creator
by anthropics
vendor ×10

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

56k tokens scripts
Skill Creator
by vercel-labs
vendor ×10

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

12k tokens scripts
Skill Creator
by JayZeeDesign
×9

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

10k tokens scripts
Template Skill
by JayZeeDesign
×7

Replace with description of the skill and when Claude should use it.

35 tokens
Dispatching Parallel Agents
by ZhanlinCui
×5

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2k tokens
Skill Development
by anthropics
vendor ×4

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

9k tokens
Find Skills
by sanity-io
vendor ×4

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

1k tokens
Writing Skills
by ZhanlinCui
×4

Use when creating new skills, editing existing skills, or verifying skills work before deployment

26k tokens scripts

How to use it

Copy the folder

Take dokhacgiakhoa/agent-orchestration-improve-agent from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.