Skip to content

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.

💡
brainstorming
Before starting any creative work, lock in your intent. Explore context, ask clarifying questions, propose approaches with trade-offs, and get approval before coding.
帮我用 brainstorming 想想这个功能怎么做
📝
writing-plans
Turn requirements into executable plans. Analyze requirements, break into sequential steps, identify dependencies, and output a detailed plan document.
用 writing-plans 把这个需求拆成步骤

🐛 Debugging & Verification

Skills for fixing bugs and ensuring quality with evidence, not guesswork.

🔍
systematic-debugging
Fix bugs with evidence. Gather symptoms and error messages, form hypothesis, test systematically, and verify the fix works.
遇到 bug 了,用 systematic-debugging
verification-before-completion
Never claim work is done without evidence. Run verification commands, confirm output matches expectations, and require concrete evidence before success claims.
完成前用 verification-before-completion 验证一下

⚡ Efficiency & Collaboration

Skills for running faster and working together at scale.

dispatching-parallel-agents
Run multiple independent tasks at once. Identify independent workstreams, launch parallel agents, aggregate results, and handle failures gracefully.
用 dispatching-parallel-agents 并行处理这个
👥
team-ops
Monitor and manage multi-agent collaborations with HUD and Team status tools. View real-time session status, track outcomes, and discover skill improvement candidates.
查看 team-ops 监控面板

🔒 Security & Compliance

Skills for keeping your automation safe.

🔒
security-scan
Check your config for security issues before automation. Scan skills, hooks, MCP settings, identify exposed secrets, and suggest fixes.
运行 security-scan 检查配置安全

How to Use

  1. When you need a superpower, just ask naturally — the AI will recognize the intent and invoke the skill.
  2. The skill guides you through the proven workflow automatically.
  3. 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