Skip to content

IDEs

Factory engineering works across seven major AI IDEs. Each IDE implements the same core concepts — skills, commands, agents, and workflows — but with different folder locations, invocation patterns, and levels of support.

Choose your IDE below for a dedicated guide covering everything you need to set up and use factory engineering with that tool.


IDESkillsCommandsAgentsWorkflowsGuide
Claude Code✅ Native/command✅ Sub-agents✅ Full orchestration→ Guide
GitHub Copilot✅ Native/command✅ Custom agents⚠️ Partial (Fleet mode)→ Guide
Cursor✅ Native/command✅ Subagents⚠️ Partial (subagent delegation)→ Guide
Windsurf✅ Via symlink/workflow❌ No❌ No→ Guide
Kilo Code✅ Native/workflow✅ Modes✅ Orchestrator Mode→ Guide
Google Antigravity✅ Via symlink/workflow✅ AgentKit 2.0⚠️ Partial (Manager View)→ Guide
OpenAI Codex✅ Via symlink⚠️ Needs investigation ($skill-name)⚠️ Custom agents (TOML)⚠️ Partial (sub-agent delegation)→ Guide

Each IDE guide is structured with the same sections:

  • Overview — what the IDE is and how it fits into factory engineering
  • Skills — folder locations, setup, symlink needs
  • Commands — folder location, invocation pattern, format notes
  • Agents — support status, feature name, storage, memory capability
  • Workflows — orchestration support and notes
  • External docs — links to official documentation

For conceptual background on each factory component, see the dedicated pages:

  • Skills — what skills are, how to create and manage them
  • Commands — what commands are, how to write and invoke them
  • Agents — what agents are, how persistent memory works
  • Workflows — what workflows are, how orchestration works