πŸ“šAllForClaude
SkillsMCPPluginsCategoriesHow to install
πŸ“š AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • πŸ’» Development & Coding
  • ⚑ Productivity & Automation
  • 🎨 Creative, Design & Art
  • πŸ“„ Documents & Office
  • πŸ’¬ Communication & Messaging
  • πŸ€– AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

Β© 2026 AllForClaude. An independent, community directory β€” not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com & claudedirectory.org.

  1. Home
  2. /Subagents
  3. /Testing & QA
  4. /Workflow Improvement Implementer Agent
πŸ§ͺ

Workflow Improvement Implementer Agent

πŸ€–SubagentπŸ§ͺTesting & QA319

Implements agreed workflow improvements across skills, agents, commands, and hooks while keeping diffs focused, consistent, and test-backed. Use when executing improvement plan from planner agent, applying focused plugin asset edits, adding tests for behavior changes. Do not use when still planning - use workflow-improvement-planner-agent. validating changes - use workflow-improvement-validator-agent. Fourth step in /fix-workflow: applies focused changes following sanctum conventions.

By athola

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/workflow-improvement-implementer-agent
# ...or for all projects
mkdir -p ~/.claude/skills/workflow-improvement-implementer-agent

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize β†’ Skills β†’ β€œ+” β†’ Browse skills β†’ Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder β€” no restart needed.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’

Source

  • Claude Skills Hub

More in Testing & QA

View all β†’
πŸ§ͺ
🧩Skillβ˜… Featured

Systematic Debugging

Identify and resolve the root causes of errors in complex systems using a methodical and documented approach.

πŸ§ͺTesting & QA247,389
Claude DirectorySkillsHub MCP
πŸ§ͺ
🧩Skillβ˜… Featured

Test Driven Development

Use when implementing any feature or bugfix, before writing implementation code

πŸ§ͺTesting & QA247,389
πŸ§ͺ
πŸ“¦Pluginβ˜… Featured

Bun

Bun runtime helper for Claude Code. Run scripts, manage dependencies with bun install, execute tests with bun test, and migrate Node.js projects to Bun with guided codemods.

πŸ§ͺTesting & QA93,599
πŸ§ͺ
πŸ”ŒMCP Serverβ˜… Featured

Playwright Browser Automation

Official Microsoft Playwright MCP server for browser automation, web scraping, testing, and accessibility snapshots

πŸ§ͺTesting & QA34,767

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/workflow-improvement-implementer-agent
# ...or for all projects
mkdir -p ~/.claude/skills/workflow-improvement-implementer-agent

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize β†’ Skills β†’ β€œ+” β†’ Browse skills β†’ Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder β€” no restart needed.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’