| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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-pluginsThen install plugins:
droid plugin install security-engineer@factory-pluginsOr browse available plugins via the UI:
/plugins
Core skills for essential functionalities and integrations. Pre-installed by the Droid CLI.
Skills:
Terminal, 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:
Opinionated TypeScript and React patterns for safer, cleaner code.
Skills:
Inspect runtime behavior: HTTP interception, traffic capture, and wire-level debugging for CLIs and services.
Skills:
Pull request lifecycle skills: open, triage, and follow up on PRs with consistent conventions.
Skills:
Skills for continuous learning and improvement.
Skills:
Autonomous 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)
| Back | FazBrowse Home | New Git URL |