By crashbytes
7 role-based professional skills for software teams: Scrum Master, Product Owner, Product Manager, UX/UI Developer, InfoSec Engineer, DevOps Engineer, and Software Migration Engineer. Each skill includes MCP integration support for Jira, Azure DevOps, GitHub, GitLab, Linear, and Trello.
Run a WCAG 2.1 AA accessibility audit on a component or page
Prioritize backlog items using RICE, MoSCoW, or WSJF
Plan and document a deployment strategy for a service.
Design or audit a component design system
Audit a legacy system for modernization readiness
Act as a DevOps Engineer to design CI/CD pipelines, manage infrastructure as code, configure monitoring and alerting, implement containerization, and automate deployment workflows. Use when users need help with CI/CD pipeline design (GitHub Actions, GitLab CI, Jenkins), infrastructure as code (Terraform, Pulumi, CloudFormation), containerization (Docker, Kubernetes, ECS), monitoring and observability (Prometheus, Grafana, Datadog), cloud architecture (AWS, GCP, Azure), deployment strategies (blue-green, canary, rolling), or automation scripting. Trigger on mentions of CI/CD, pipeline, Docker, Kubernetes, Terraform, infrastructure as code, monitoring, deployment, cloud infrastructure, or DevOps automation.
Act as an Information Security Engineer to conduct security assessments, threat modeling, vulnerability analysis, compliance reviews, and incident response planning. Use when users need help with security architecture review, threat modeling (STRIDE, DREAD, attack trees), vulnerability assessment, OWASP Top 10 remediation, secure code review, compliance frameworks (SOC 2, ISO 27001, HIPAA, PCI DSS, GDPR), incident response planning, security policy creation, penetration test scoping, or security hardening. Trigger on mentions of security review, threat model, vulnerability, OWASP, compliance, incident response, security policy, penetration testing, hardening, or security architecture.
Act as a strategic Product Manager to drive product strategy, roadmapping, competitive analysis, metrics definition, and go-to-market planning. Use when users need help with product strategy, roadmaps, competitive analysis, market research, KPI definition, OKRs, PRDs, go-to-market plans, feature prioritization, product-market fit analysis, customer segmentation, or pricing strategy. Trigger on mentions of product strategy, roadmap, competitive landscape, product metrics, OKRs, go-to-market, market sizing, TAM/SAM/SOM, or product-market fit.
Act as an experienced Product Owner to manage product backlogs, write user stories, define acceptance criteria, prioritize work, and align stakeholders. Use when users need help with backlog management, user story writing, acceptance criteria, prioritization frameworks (MoSCoW, RICE, WSJF, value vs effort), release planning, stakeholder alignment, product increment planning, or any Product Owner responsibilities. Trigger on mentions of user stories, acceptance criteria, backlog grooming, product backlog, prioritization, MVP, release planning, or stakeholder management.
Act as an experienced Scrum Master to facilitate agile ceremonies, coach teams, remove impediments, and improve delivery. Use when users need help with sprint planning, daily standups, sprint reviews, retrospectives, backlog refinement, velocity tracking, burndown analysis, impediment resolution, stakeholder communication, or any Scrum-related process. Trigger on mentions of sprints, ceremonies, user stories, story points, velocity, retrospectives, standups, sprint goals, Definition of Done, or agile coaching.
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub crashbytes/claude-role-skillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin with 7 role-based professional skills and 14 slash commands for software teams. Each skill teaches Claude how to act as a specific team role with deep domain knowledge, structured workflows, and MCP integration support.
| Skill | Focus Areas |
|---|---|
| scrum-master | Sprint ceremonies, velocity tracking, impediment resolution, retrospective facilitation, burndown analysis |
| product-owner | User stories (INVEST), acceptance criteria, backlog management, prioritization (MoSCoW, RICE, WSJF), release planning |
| product-manager | Product strategy, roadmapping, market analysis (TAM/SAM/SOM), OKRs (AARRR), positioning, GTM |
| ux-ui-developer | Design systems, WCAG 2.1 AA accessibility, Nielsen's heuristics, responsive design, component architecture |
| infosec-engineer | Threat modeling (STRIDE/DREAD), OWASP Top 10, secure code review, incident response, compliance frameworks |
| devops-engineer | CI/CD (GitHub Actions, GitLab CI), Terraform, Docker/K8s, deployment strategies, monitoring (USE/RED), SLO/SLI |
| software-migration-engineer | Legacy assessment, 7 Rs of cloud migration, strangler fig, database migration, monolith decomposition |
| Command | Role | Description |
|---|---|---|
/sprint-plan | Scrum Master | Plan a sprint with capacity, goals, and story selection |
/retro | Scrum Master | Facilitate a sprint retrospective (5 formats) |
/standup | Scrum Master | Run async daily standup and surface blockers |
/user-story | Product Owner | Write user stories with acceptance criteria |
/backlog-prioritize | Product Owner | Prioritize backlog using RICE, MoSCoW, or WSJF |
/prd | Product Manager | Draft a product requirements document |
/roadmap | Product Manager | Build a product roadmap with themes and milestones |
/accessibility-audit | UX/UI Developer | Run a WCAG 2.1 AA accessibility audit |
/design-system | UX/UI Developer | Design, initialize, or audit a component design system |
/threat-model | InfoSec Engineer | Run STRIDE threat analysis with DREAD scoring |
/security-review | InfoSec Engineer | Security review of code changes |
/pipeline | DevOps Engineer | Generate a CI/CD pipeline (GitHub Actions or GitLab CI) |
/deploy-strategy | DevOps Engineer | Plan a deployment strategy (blue-green, canary, rolling) |
/migrate | Migration Engineer | Assess and plan a technology migration |
/legacy-audit | Migration Engineer | Audit a legacy system for modernization readiness |
/plugin install role-based-skills@claude-plugin-directory
Or install directly from this repository:
/plugin install-from https://github.com/CrashBytes/claude-role-skills
Skills activate automatically based on your prompts:
Commands can be invoked directly:
/sprint-plan 5-person team, 2-week sprint
/retro sailboat
/user-story checkout flow with guest checkout support
/threat-model src/auth/
/pipeline github node
/migrate Express.js to Next.js
Every skill supports connecting to project management and DevOps tools via MCP servers. When connected, Claude can read real sprint data, create issues, update boards, and more.
| Platform | MCP Server | Auth |
|---|---|---|
| Jira / Confluence | atlassian/atlassian-mcp-server | OAuth |
| Azure DevOps | microsoft/azure-devops-mcp | PAT |
| GitHub | github/github-mcp-server | PAT |
| GitLab | @modelcontextprotocol/server-gitlab | PAT |
| Linear | @ibraheem4/linear-mcp | API key |
| Trello | @delorenj/mcp-server-trello | API key |
| Pusher Channels | Pusher MCP | App credentials |
See each skill's references/integrations.md for setup commands and role-specific actions.
Product Owner skill for Claude Code. Writes user stories with acceptance criteria, manages backlogs, applies prioritization frameworks (RICE, MoSCoW, WSJF), and plans releases. Includes slash commands: /user-story, /backlog-prioritize.
InfoSec Engineer skill for Claude Code. Runs STRIDE threat modeling with DREAD scoring, performs OWASP Top 10 security reviews, audits code for vulnerabilities, and guides incident response. Includes slash commands: /threat-model, /security-review.
Product Manager skill for Claude Code. Drafts PRDs, builds roadmaps, conducts market analysis (TAM/SAM/SOM), defines OKRs, and plans go-to-market strategy. Includes slash commands: /prd, /roadmap.
Migration Engineer skill for Claude Code. Assesses legacy systems, plans technology migrations using the 7 Rs framework, implements strangler fig patterns, and designs database migration strategies. Includes slash commands: /migrate, /legacy-audit.
UX/UI Developer skill for Claude Code. Designs component systems, runs WCAG 2.1 AA accessibility audits, applies Nielsen's heuristics, implements responsive layouts, and evaluates usability. Includes slash commands: /accessibility-audit, /design-system.
Project management agents — agile coach, delivery manager, progress tracking
🏃 Scrum Master — Technical Scrum Master + Story Preparation Specialist
Cross-functional SDLC workflows that chain skills from 3-5 roles. Phase gates, definitions of ready/done, feature lifecycle, release checklists, incident-to-improvement, and compliance traceability.
Sprint planning with story prioritization and capacity estimation
Engineering & tech skills: Code Review Checklist, Incident Postmortem, API Docs Writer, Architecture Decision Record, Debugging Log Analyser, PR Description Writer, System Design Interview, Changelog Generator, Test Strategy Doc, Runbook Writer, CI/CD Playbook, SLO & Error Budget, Developer Onboarding Doc, On-Call Runbook, Security Threat Model, Performance Budget, Database Schema Design, Database Migration Plan, Technical Debt Register, RFC Writer, Capacity Planning, Load Testing Plan, Disaster Recovery Plan, Feature Flag Guide, Dependency Audit, Service Catalog Entry, Monitoring Setup Guide, Local Dev Setup, API Versioning Strategy, Infra-as-Code Review, Engineering Weekly Report, Tech Radar, Sprint Velocity Analysis, Microservices Decomposition, Engineering Hiring Rubric, Context Mode, Claude Superpowers, Skill Security Auditor, Error Decoder, Regex Builder, Git Troubleshooter, Dependency Conflict Resolver, Code Explainer, Writing Great Skills. 44 structured skills for engineering teams, SREs, technical PMs, and Claude Code power users — including a meta-skill for authoring high-quality SKILL.md files.
Lead engineer skills for sprint planning, architecture reviews, tech debt audits, incident response, PR strategy, and developer onboarding.