Writing Plans
Use when you have a spec or requirements for a multi-step task, before touching code
Memory Manager
Proactively remember and recall useful information
Creating Skills
Use when the user asks to create, add, or write a new bot skill, or wants to teach the bot a new behavior, capability, or workflow.
News Fetcher
Fetches AI news from Gmail Google Alerts; invoke via invoke_agent only. Returns date-prioritized list of title and url.
Codebase Gap Analysis
Analyze a user''s codebase against a reference architecture to identify gaps and provide prioritized enhancement recommendations.
Using Superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Creating Agents
Teaches how to create new agents in the agents/ directory — isolated agentic loops with their own model, tool whitelist, and AGENT.md instructions.
Coding Assistant
Help users write, review, and debug code
Code Interpreter
Execute code snippets and scripts in the sandbox. Supports Python 3 and Node.js. Use for calculations, data processing, file generation, and scripting tasks.