원클릭으로
skill-name
// Use when adapting Droidz framework or creating custom workflows. Guide for customizing droids, skills, and commands for specific project needs.
// Use when adapting Droidz framework or creating custom workflows. Guide for customizing droids, skills, and commands for specific project needs.
Auto-activates when user mentions API documentation, endpoint docs, API reference, or OpenAPI spec. Generates comprehensive API documentation from code.
Auto-activates when user mentions CI/CD, GitHub Actions, pipeline, continuous integration, deployment automation, or workflow files. Creates automated testing and deployment pipelines.
Auto-activates when user mentions Clerk, authentication, user management, or auth flows. Expert in Clerk authentication including Next.js integration, user management, and session handling.
Auto-activates when user mentions Cloudflare Workers, edge functions, or serverless deployment. Expert in Cloudflare Workers including deployment, KV storage, and Durable Objects.
Auto-activates when user mentions code review, reviewing code, PR review, or checking code quality. Provides systematic code review process with TodoWrite checklist.
Auto-activates when user mentions UI design, design systems, or component design. Expert in design principles, accessibility, and component architecture.
| name | ADAPTATION_GUIDE |
| description | Use when adapting Droidz framework or creating custom workflows. Guide for customizing droids, skills, and commands for specific project needs. |
| category | framework |
Adapting 21 workflow skills from obra/superpowers for Factory.ai Droid CLI.
| Aspect | Superpowers (Claude Code) | Factory.ai Droid CLI |
|---|---|---|
| Skill Reference | superpowers:skill-name | Just skill-name (auto-loaded) |
| User Reference | "your human partner" | "the user" |
| Slash Commands | /superpowers:command | /command or native Droid commands |
| Skill Location | ~/.superpowers/skills/ | .factory/skills/ |
| Plan Location | docs/plans/ | .droidz/specs/ or docs/plans/ |
| Worktree | Git worktrees assumed | Optional, document if needed |
| Subagents | superpowers:subagent-* | Task tool with droidz-* droids |
---
name: skill-name
description: When to use this skill
category: workflow # Add this for workflow skills
---
docs/plans/ → .droidz/specs/ (or keep docs/plans)superpowers:subagent-driven-development → Use Task tool with droidz-codegensuperpowers:executing-plans → Use Task tool with droidz-orchestratorFor each skill:
.factory/skills/[name].mdEach adapted skill must:
category: workflow to distinguish from framework skills