Code Review
Review code for correctness, regressions, security risks, and missing tests.
Self Improving Agent
A universal self-improving agent that learns from ALL skill experiences. Uses multi-memory architecture (semantic + episodic + working) to continuously evolve the codebase. Auto-triggers on skill completion/error with hooks-based self-correction.
Agent Browser Automation
Headless browser automation CLI for AI agents using native Rust binary with Chrome DevTools Protocol
Using Superpowers
Bootstrap skill — teaches the agent how to find and invoke skills. Use when starting any new task or session.
Git Essentials
Essential Git commands and workflows for version control, branching, and collaboration.
Api Gateway
|
Proactive Agent
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Includes memory architecture with pre-compaction flush (so context survives when the window fills), reverse prompting (surfaces ideas you didn't know to ask for), security hardening, self-healing patterns (diagnoses and fixes its own issues), and alignment systems (stays on mission, rem…
QianYuan AIAgenticFramework
一个用 C# .NET 10 写的 Agentic 框架,采用 ReAct 范式,支持渐进式技能 (Skill) 加载、 多个大模型 Provider、MCP Server、图像识别、流式 WebAPI、React WebUI、钉钉集成。
Debugging
Diagnose failures systematically before changing code.
Weather Query
查询中国各地实时天气和天气预报,包括温度、湿度、风速、空气质量等信息。Use when users ask about weather conditions, forecasts, or climate information for locations in China.
Brainstorm
Collaborative discovery and design framing for ambiguous or high-risk work. Use when requirements are unclear, multiple approaches are possible, or you need to turn an idea into a validated design brief before planning or coding.
Summarize
Use the steipete/summarize CLI to summarize URLs, local files, stdin, YouTube links, podcasts, and media with LLM models. Use when installing or running summarize, configuring provider/API keys, tuning length/language/json/extract/slides flags, setting ~/.summarize/config.json defaults, or troubleshooting CLI errors.
Docs Writing
Write concise developer documentation, READMEs, guides, and changelog entries.
Brainstorming
Structured ideation before any implementation. Use when starting any non-trivial task.
Requirements Analysis
Turn product ideas into clear requirements, acceptance criteria, and edge cases.
Api Design
Design REST API contracts that are consistent, evolvable, and easy to consume.