using-droidz

Use when starting any conversation - establishes mandatory workflows for finding and using skills in the Droidz/Factory.ai system, including reading skills before usage, following brainstorming before coding, and creating TodoWrite todos for checklists

16 stars

Best use case

using-droidz is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Use when starting any conversation - establishes mandatory workflows for finding and using skills in the Droidz/Factory.ai system, including reading skills before usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Teams using using-droidz should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/using-droidz/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/using-droidz/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/using-droidz/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How using-droidz Compares

Feature / Agentusing-droidzStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use when starting any conversation - establishes mandatory workflows for finding and using skills in the Droidz/Factory.ai system, including reading skills before usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

<EXTREMELY-IMPORTANT>
If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST read the skill.

IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.

This is not negotiable. This is not optional. You cannot rationalize your way out of this.
</EXTREMELY-IMPORTANT>

# Getting Started with Droidz Skills

## MANDATORY FIRST RESPONSE PROTOCOL

Before responding to ANY user message, you MUST complete this checklist:

1. ☐ List available skills in `.factory/skills/`
2. ☐ Ask yourself: "Does ANY skill match this request?"
3. ☐ If yes → Read the skill file from `.factory/skills/`
4. ☐ Announce which skill you're using
5. ☐ Follow the skill exactly

**Responding WITHOUT completing this checklist = automatic failure.**

## Critical Rules

1. **Follow mandatory workflows.** Brainstorming before coding. Check for relevant skills before ANY task.

2. **Skills auto-load based on code context.** Factory.ai automatically loads production-ready guidance when you work with specific technologies:
   - Writing Next.js code → Next.js 16 skill (1,053 lines)
   - Supabase queries → Supabase skill (963 lines of RLS, Auth)
   - Tailwind classes → Tailwind v4 skill (963 lines)
   - TypeScript → TypeScript skill (871 lines)
   - React components → React skill (2,232 lines)
   - Prisma/Drizzle → Database skills (2,072 / 1,992 lines)
   - And 15+ more comprehensive skills (31,296 lines total)

3. **Use Droidz features for complex work:**
   - `/droidz-build` - AI-powered spec generator (vague ideas → production specs)
   - `/auto-parallel` - Parallel execution with specialist droids (3-5x faster)
   - `droidz-orchestrator` - Task decomposition and coordination

## Common Rationalizations That Mean You're About To Fail

If you catch yourself thinking ANY of these thoughts, STOP. You are rationalizing. Check for and use the skill.

- "This is just a simple question" → WRONG. Questions are tasks. Check for skills.
- "I can check git/files quickly" → WRONG. Files don't have conversation context. Check for skills.
- "Let me gather information first" → WRONG. Skills tell you HOW to gather information. Check for skills.
- "This doesn't need a formal skill" → WRONG. If a skill exists for it, use it.
- "I remember this skill" → WRONG. Skills evolve. Read the current version from `.factory/skills/`.
- "This doesn't count as a task" → WRONG. If you're taking action, it's a task. Check for skills.
- "The skill is overkill for this" → WRONG. Skills exist because simple things become complex. Use it.
- "I'll just do this one thing first" → WRONG. Check for skills BEFORE doing anything.

**Why:** Skills document proven techniques that save time and prevent mistakes. Not using available skills means repeating solved problems and making known errors.

If a skill for your task exists, you must use it or you will fail at your task.

## Skills with Checklists

If a skill has a checklist, YOU MUST create TodoWrite todos for EACH item.

**Don't:**
- Work through checklist mentally
- Skip creating todos "to save time"
- Batch multiple items into one todo
- Mark complete without doing them

**Why:** Checklists without TodoWrite tracking = steps get skipped. Every time. The overhead of TodoWrite is tiny compared to the cost of missing steps.

## Announcing Skill Usage

Before using a skill, announce that you are using it.
"I'm using [Skill Name] to [what you're doing]."

**Examples:**
- "I'm using the brainstorming skill to refine your idea into a design."
- "I'm using the test-driven-development skill to implement this feature."
- "I'm using the React skill to ensure proper hooks usage and component patterns."

**Why:** Transparency helps your human partner understand your process and catch errors early. It also confirms you actually read the skill.

# About Droidz Skills

**Many skills contain rigid rules (TDD, debugging, verification).** Follow them exactly. Don't adapt away the discipline.

**Some skills are flexible patterns (architecture, naming).** Adapt core principles to your context.

The skill itself tells you which type it is.

## How Factory.ai Loads Skills

Factory.ai automatically detects which skills apply based on:
- **Code context**: Files you're reading/editing trigger relevant tech skills
- **File types**: `.tsx` → React skill, `schema.prisma` → Prisma skill
- **Imports**: `import { useQuery }` → Tanstack Query skill
- **Task type**: Bug fixing → systematic-debugging, feature work → brainstorming

You don't configure this - it just works. Focus on following the loaded skills.

## Instructions ≠ Permission to Skip Workflows

Your human partner's specific instructions describe WHAT to do, not HOW.

"Add X", "Fix Y" = the goal, NOT permission to skip brainstorming, TDD, or RED-GREEN-REFACTOR.

**Red flags:** "Instruction was specific" • "Seems simple" • "Workflow is overkill"

**Why:** Specific instructions mean clear requirements, which is when workflows matter MOST. Skipping process on "simple" tasks is how simple tasks become complex problems.

## Specialist Droid Routing System

**CRITICAL:** Droidz has 10+ specialized AI agents for different domains. **Always delegate to specialists** instead of handling tasks directly.

### Routing Decision Process

Before responding to ANY development request:

1. ☐ Check: Does this involve UI/components/styling? → Use **Task tool** with `droidz-ui-designer`
2. ☐ Check: Does this involve UX/user flows/journeys? → Use **Task tool** with `droidz-ux-designer`
3. ☐ Check: Does this involve database/schema/queries? → Use **Task tool** with `droidz-database-architect`
4. ☐ Check: Does this involve API design/endpoints? → Use **Task tool** with `droidz-api-designer`
5. ☐ Check: Does this involve external integrations? → Use **Task tool** with `droidz-integration`
6. ☐ Check: Does this involve testing/coverage? → Use **Task tool** with `droidz-test`
7. ☐ Check: Does this involve refactoring/cleanup? → Use **Task tool** with `droidz-refactor`
8. ☐ Check: Does this involve security/auditing? → Use **Task tool** with `droidz-security-auditor`
9. ☐ Check: Does this involve performance tuning? → Use **Task tool** with `droidz-performance-optimizer`
10. ☐ Check: Does this involve accessibility? → Use **Task tool** with `droidz-accessibility-specialist`
11. ☐ Check: Does this involve CI/CD/deployment? → Use **Task tool** with `droidz-infra`
12. ☐ Check: Is this complex with 3+ components? → Use **Task tool** with `droidz-orchestrator`

**The routing system is configured in `.factory/settings.json` and automatically reminds you to check specialists on every request.**

### Available Specialist Droids

| Specialist | Use For | Keywords |
|------------|---------|----------|
| **droidz-ui-designer** | UI components, styling, design systems | UI, button, form, modal, card, component, design system, CSS, Tailwind |
| **droidz-ux-designer** | User flows, journeys, experience design | UX, user flow, user journey, onboarding, usability |
| **droidz-database-architect** | Database schemas, queries, optimization | database, schema, SQL, query, migration, index, Prisma |
| **droidz-api-designer** | API endpoints, REST/GraphQL design | API design, endpoint, REST, GraphQL, route, OpenAPI |
| **droidz-integration** | External APIs, webhooks, OAuth | integrate, Stripe, Twilio, webhook, OAuth, API key |
| **droidz-test** | Tests, coverage, QA | test, coverage, unit test, E2E, Jest, Vitest, Playwright |
| **droidz-refactor** | Code quality, tech debt | refactor, cleanup, tech debt, DRY, restructure |
| **droidz-security-auditor** | Security reviews, vulnerability scanning | security, audit, vulnerability, XSS, SQL injection, OWASP |
| **droidz-performance-optimizer** | Performance tuning, profiling | optimize, slow query, bundle size, profile, cache |
| **droidz-accessibility-specialist** | Accessibility, WCAG compliance | accessibility, a11y, WCAG, screen reader, ARIA |
| **droidz-infra** | CI/CD, deployment, Docker | CI/CD, GitHub Actions, Docker, deploy, build pipeline |
| **droidz-orchestrator** | Complex features (3+ parallel components) | build auth system, add payments (API + UI + tests) |
| **droidz-codegen** | Feature implementation, bug fixes | implement, bugfix, add endpoint, build feature |
| **droidz-generalist** | Unclear/mixed domains | unclear scope, exploratory work |

**Why Specialists Matter:**
- ✅ **Optimized prompts** - Domain-specific expertise and patterns
- ✅ **Better results** - Deep knowledge vs generalist approach
- ✅ **Faster execution** - Specialists can work in parallel
- ✅ **Consistent quality** - Same specialist = same standards

**How to Delegate:**
```typescript
// Example: UI work
Task({
  subagent_type: "droidz-ui-designer",
  description: "Build login form",
  prompt: `Build a React login form with email/password inputs, 
validation, submit handler, and error messages. 
Follow project standards in .factory/standards/.`
});
```

## When to Use Droidz Features

### `/droidz-build` - AI-Powered Spec Generation

**Use when:**
- Vague requirements → need comprehensive spec
- User says "add authentication" without details
- Building complex features that need scoping

**Process:**
1. Asks clarifying questions (OAuth vs email/password? JWT vs sessions?)
2. Generates production-ready spec in `.droidz/specs/`
3. Covers: acceptance criteria, edge cases, testing, security

### `/auto-parallel` - Parallel Execution

**Use when:**
- Multiple independent tasks (3-5 tasks)
- Each task can run in parallel
- Want 3-5x faster execution

**How it works:**
- Spawns specialist droids: `droidz-codegen`, `droidz-test`, `droidz-refactor`
- Each works independently on assigned task
- Coordinator synthesizes results

### Specialist Routing via Task Tool

**Use when:**
- Domain-specific work (UI, database, API, security, etc.)
- Want expert-level implementation
- Need consistent patterns and quality

**How it works:**
- Check routing decision tree above
- Use Task tool with appropriate specialist
- Specialist has optimized prompt, tools, and patterns for their domain

### Workflow Skills

Available in `.factory/skills/`:
- `brainstorming.md` - Ideas → designs before coding
- `test-driven-development.md` - RED-GREEN-REFACTOR workflow
- `systematic-debugging.md` - Root cause analysis
- `subagent-driven-development.md` - When to spawn specialists
- `verification-before-completion.md` - Quality gates
- `finishing-a-development-branch.md` - PR checklist

## Summary

**Starting any task:**
1. If relevant skill exists in `.factory/skills/` → Read the skill
2. Announce you're using it
3. Follow what it says

**Skill has checklist?** TodoWrite for every item.

**Complex multi-step work?** Consider `/droidz-build` or `/auto-parallel`.

**Finding a relevant skill = mandatory to read and use it. Not optional.**

Related Skills

using-superantigravity

16
from diegosouzapw/awesome-omni-skill

Use when starting any conversation — establishes how to find and use skills, requiring skill check before ANY response including clarifying questions

using-neon

16
from diegosouzapw/awesome-omni-skill

Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/...

using-live-documentation

16
from diegosouzapw/awesome-omni-skill

Use BEFORE implementing, writing, configuring, or setting up ANY feature involving libraries, frameworks, or complex APIs - even before reading existing code. Fetches current documentation to ensure correct usage. Triggers on third-party libraries (such as react-query, FastAPI, Django, pytest), complex standard library modules (such as subprocess, streams, pathlib, logging), and "how to" questions about library usage. Do NOT use for trivial built-ins (such as dict.get, Array.map) or pure algorithms. Load this skill first to receive guidance on finding current documentation when implementing features, exploring code, or answering library-related questions.

using-dbt-for-analytics-engineering

16
from diegosouzapw/awesome-omni-skill

Builds and modifies dbt models, writes SQL transformations using ref() and source(), creates tests, and validates results with dbt show. Use when doing any dbt work - building or modifying models, debugging errors, exploring unfamiliar data sources, writing tests, or evaluating impact of changes.

using-context7-for-docs

16
from diegosouzapw/awesome-omni-skill

Use when researching library documentation with Context7 MCP tools for official patterns and best practices

using-chdb

16
from diegosouzapw/awesome-omni-skill

Guide for using chdb, an in-process SQL OLAP engine powered by ClickHouse. Covers pandas-compatible DataStore API, 16+ data sources (MySQL, PostgreSQL, S3, ClickHouse, MongoDB, Iceberg, Delta Lake, etc.), 10+ file formats, and cross-source joins. Use when the user wants to analyze data, query files, join multiple data sources, or build data integration pipelines.

using-skillpack-maintenance

16
from diegosouzapw/awesome-omni-skill

Use when maintaining, enhancing, or modifying existing Claude Code plugins - handles skills, commands, agents, hooks, and reference sheets through systematic domain analysis, structure review, behavioral testing, and quality improvements

using-xcode-cli

16
from diegosouzapw/awesome-omni-skill

Builds and manages iOS/macOS apps using xcodebuild and xcrun simctl CLI tools. Use when working with Xcode projects, running apps in simulators, managing simulator instances, taking screenshots, capturing logs, running tests, or automating builds.

using-git-worktrees

16
from diegosouzapw/awesome-omni-skill

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verifi...

using-openai-platform

16
from diegosouzapw/awesome-omni-skill

OpenAI SDK development with GPT-5 family, Chat Completions, Responses API, embeddings, and tool calling. Use for AI-powered applications, chatbots, agents, and semantic search.

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

websocket-engineer

16
from diegosouzapw/awesome-omni-skill

Real-time communication specialist implementing scalable WebSocket architectures. Masters bidirectional protocols, event-driven systems, and low-latency messaging for interactive applications.