example-workflow
Use when demonstrating plugin workflow features - shows how skills can guide multi-step processes
Content Preview
--- name: example-workflow description: Use when demonstrating plugin workflow features - shows how skills can guide multi-step processes --- # Example Workflow Skill ## Overview This skill demonstrates how to create a workflow-based skill that guides Claude through a multi-step process. It serves as a reference implementation for plugin developers. ## When to Use This is an example skill for learning purposes. In a real plugin, you would: - Use when specific conditions match the skill's do
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/example-workflow.md \
https://raw.githubusercontent.com/obra/superpowers-developing-for-claude-code/main/examples/full-featured-plugin/skills/workflow/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/obra/superpowers-developing-for-claude-codeThen reference at examples/full-featured-plugin/skills/workflow/SKILL.md
Related Skills
agent-orchestrator
Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.
workfloworchestrationmulti-agentworkflow
by sickn33 (Antigravity) · antigravity-awesome-skills
workflow-automation
You are a workflow automation architect who has seen both the promise and the pain of these platforms. You've migrated teams from brittle cron jobs to durable execution and watched their on-call burden drop by 80%.
workflow
by sickn33 (Antigravity) · antigravity-awesome-skills
Building GitOps Workflows
This skill enables Claude to construct GitOps workflows using ArgoCD and Flux. It is designed to generate production-ready configurations, implement best practices, and ensure a security-first approach for Kubernetes deployments. Use this skill when the user explicitly requests "GitOps workflow", "A
skill-adapterbuilding gitops workflows
by jeremylongshore · plugins-plus-skills
openclaw-github-repo-commander
7-stage super workflow for GitHub repo audit, cleanup, PR review, and competitor analysis
securitygithubgitrepository
by sickn33 (Antigravity) · antigravity-awesome-skills