Official Factory plugins marketplace
npx skills add https://github.com/factory-ai/factory-plugins --skill browser-navigationCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
Official Factory plugins marketplace containing curated skills, droids, and tools.
Add this marketplace to Factory:
droid plugin marketplace add https://github.com/Factory-AI/factory-plugins
Then install plugins:
droid plugin install security-engineer@factory-plugins
Or browse available plugins via the UI:
/plugins
Core skills for essential functionalities and integrations. Pre-installed by the Droid CLI.
Skills:
review - Review code changes and identify high-confidence, actionable bugs. Includes systematic analysis patterns for null safety, async/await, security, concurrency, API contracts, and more. Used by both the CLI /review command and the CI action.simplify - Parallel code review across reuse, quality, and efficiency axesTerminal, browser, and computer automation for Droids. Record demos, verify behavior claims, and run QA flows.
Commands: /demo, /verify, /qa-test
Skills: droid-control (orchestrator), tuistory, true-input, agent-browser, droid-cli, pty-capture, capture, compose, verify, showcase
See plugins/droid-control/README.md for details.
Security review, threat modeling, vulnerability validation, and patch generation skills.
Skills:
security-review - STRIDE-based security analysisthreat-model-generation - Generate threat models for repositoriescommit-security-scan - Scan commits/PRs for security vulnerabilitiesvulnerability-validation - Validate and confirm security findingsOpinionated TypeScript and React patterns for safer, cleaner code.
Skills:
ban-type-assertions - Ban as casts and replace them with compiler-verified alternatives (zod, control-flow narrowing)no-use-effect - Five replacement patterns for useEffect (derived state, query libraries, event handlers, useMountEffect, key)fix-knip-unused-exports - Fix every category of knip "Unused exports" violationInspect runtime behavior: HTTP interception, traffic capture, and wire-level debugging for CLIs and services.
Skills:
http-toolkit-intercept - Intercept and debug HTTP traffic from any CLI, service, or script via HTTP Toolkit (language/runtime agnostic)Pull request lifecycle skills: open, triage, and follow up on PRs with consistent conventions.
Skills:
create-pr - Open a PR with Conventional Commits title, templated body, and local verification gatesfollow-up-on-pr - Rebase, address reviewer comments, fix CI, and push an existing PR to merge-ready stateSkills for continuous learning and improvement.
Skills:
session-navigation - Search and navigate past Droid sessionshuman-writing - Remove AI writing patterns, make text sound humanskill-creation - Create and improve Droid skillsvisual-design - Image generation (nanobanana CLI) and presentations (Slidev)frontend-design - Build web apps, websites, HTML pages with good designbrowser-navigation - Browser automation with agent-browserAutonomous experiment loop for optimization research. Try an idea, measure it, keep what works, discard what doesn't, repeat. Works standalone or as a mission worker.
Each plugin follows the Factory plugin format:
plugin-name/
├── .factory-plugin/
│ └── plugin.json # Plugin metadata
├── skills/ # Skill definitions
│ └── skill-name/
│ └── SKILL.md
├── droids/ # Droid definitions (optional)
├── commands/ # Custom commands (optional)
├── mcp.json # MCP server config (optional)
└── hooks.json # Hook configurations (optional)
plugins/