🎯

scrum-master-agent

🎯Skill

from alirezarezvani/claude-code-skill-factory

VibeIndex|
What it does

Assists software development teams by providing AI-powered guidance on Scrum processes, sprint planning, backlog management, and agile workflow optimization.

scrum-master-agent

Installation

Install skill:
npx skills add https://github.com/alirezarezvani/claude-code-skill-factory --skill scrum-master-agent
4
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Claude Code Skills & Agents Factory

A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale. This repository provides templates, examples, and powerful prompt engineering systems to create custom skills and specialized agents for Claude AI across all platforms.

πŸš€ Quick Start (3 Shortcuts)

Shortcut 1: Interactive Builder (Fastest)

```

I want to build something

```

The factory-guide agent asks what you need and delegates to specialist guides.

Shortcut 2: Use Slash Commands

```bash

/build skill # Interactive skill builder

/build agent # Interactive agent builder

/build prompt # Interactive prompt builder

/build hook # Interactive hook builder

```

Shortcut 3: Use Ready-Made Skills

```bash

# Install Prompt Factory (69 professional presets)

cp -r generated-skills/prompt-factory ~/.claude/skills/

# Ask Claude

"I need a prompt for [role name]"

```

---

πŸ“‹ Built-in Commands

This toolkit includes 10 slash commands and 5 interactive agents to streamline your workflow:

Workflow Commands

| Command | Purpose | Example |

|---------|---------|---------|

| /build | Interactive builder (skill/agent/prompt/hook) | /build skill or /build hook |

| /build-hook | Build Claude Code hooks (Q&A, alias) | /build-hook |

| /validate-output | Validate generated output + auto-ZIP | /validate-output hook [path] |

| /install-skill | Install skills to Claude Code | /install-skill [path] |

| /install-hook | Install hooks to settings | /install-hook [path] [user\|project] |

| /test-factory | Run test examples | /test-factory |

| /factory-status | Check system status (all factories) | /factory-status |

| /sync-agents-md | Generate AGENTS.md from CLAUDE.md | /sync-agents-md |

| /codex-exec | Execute Codex CLI commands | /codex-exec analysis "task" |

| /sync-todos-to-github | Convert TodoWrite tasks to GitHub issues | /sync-todos-to-github "Sprint 12" |

Interactive Guide Agents

| Agent | Purpose | Activation |

|-------|---------|-----------|

| factory-guide | Orchestrator - delegates to specialists | "I want to build something" |

| skills-guide | Build Claude Skills (4-5 questions) | "Build a skill" |

| prompts-guide | Use Prompt Factory (69 presets) | "Generate a prompt" |

| agents-guide | Build Claude Code Agents (5-6 questions) | "Create an agent" |

| hooks-guide | Build Claude Code Hooks (5-7 questions) | "Build a hook" |

See [.claude/agents/README.md](.claude/agents/README.md) and [.claude/commands/README.md](.claude/commands/README.md) for complete documentation.

---

🎯 Main Capabilities

1. Skills Factory

Generate complete, production-ready Claude Skills with:

  • Properly formatted SKILL.md with YAML frontmatter
  • Python implementation files (when needed)
  • Sample input/output data
  • Complete documentation and usage guides
  • ZIP packages for easy distribution

Template: [SKILLS_FACTORY_PROMPT.md](documentation/templates/SKILLS_FACTORY_PROMPT.md)

Shortcut: /build skill or "I want to build a skill"

2. Agents Factory

Create specialized Claude Code Agents with:

  • Enhanced YAML frontmatter (name, description, tools, model, color, field, expertise)
  • MCP integration support
  • Auto-invocation capabilities
  • Tool access configuration

Template: [AGENTS_FACTORY_PROMPT.md](documentation/templates/AGENTS_FACTORY_PROMPT.md)

Shortcut: /build agent or "I want to create an agent"

3. Prompt Factory

Generate mega-prompts for any role with:

  • 69 professional presets across 15 domains
  • Multiple output formats (XML, Claude, ChatGPT, Gemini)
  • 7-point quality validation
  • Core & Advanced modes

Ready-to-use Skill: [generated-skills/prompt-factory/](generated-skills/prompt-factory/)

Shortcut: Install skill, then "I need a prompt for [role]"

4. Hooks Factory

Generate Claude Code hooks for workflow automation with:

  • 7 e