Superpowers¶
Superpowers are reusable skills that automate common workflows. They hook into Claude Code, Codex, Gemini CLI, and OpenCode to handle repetitive tasks automatically.
Instead of repeating the same commands or prompts, invoke a skill that guides the AI through a proven workflow, enforces best practices, and validates results before completion.
🚀 Getting Started¶
Skills for kicking off new work with clarity and structure.
🐛 Debugging & Verification¶
Skills for fixing bugs and ensuring quality with evidence, not guesswork.
⚡ Efficiency & Collaboration¶
Skills for running faster and working together at scale.
🔒 Security & Compliance¶
Skills for keeping your automation safe.
How to Use¶
- When you need a superpower, just ask naturally — the AI will recognize the intent and invoke the skill.
- The skill guides you through the proven workflow automatically.
- Results are saved to your project memory for future reference.
Example Commands¶
"帮我用 brainstorming 想想这个功能怎么做"
"用 writing-plans 把这个需求拆成步骤"
"遇到 bug 了,用 systematic-debugging"
"完成前用 verification-before-completion 验证一下"
"用 dispatching-parallel-agents 并行处理这个"
"运行 security-scan 检查配置安全"
RL Training System¶
AIOS includes a multi-environment reinforcement learning system. It trains a shared student policy across shell, browser, and orchestrator tasks using a unified control plane.
See the Architecture page for details.
Read More¶
- Case Library - Real-world usage examples
- ContextDB - How memory persists across sessions
- Agent Team & HUD - Multi-agent collaboration details