evolve-session-review
Automatically triggered by Stop hook. Reviews session for evolution learnings.
Browse reusable Agent Skills, each with a clear purpose and practical guidance.
Automatically triggered by Stop hook. Reviews session for evolution learnings.
Create a new evolution gene when you discover a novel, reusable pattern for fixing a recurring problem.
Capture this session's repeatable process into a reusable skill. Use when: user says "make this a skill", "capture this workflow", "skillify", "save this as a skill", "turn this into a skill", "create skill from session", "把这个流程变成技能", "提炼成skill", "保存为技能"
Expert guidance for improving customer service assistants. Use when optimizing UX, response time, tone, wording, conversation flow, or evaluating customer service quality.
Sub-agent routing table — which agent handles diagnostics, machine health, infrastructure, GitHub, billing, and notifications. Load when the current task is not a direct deployment.
MCP server discovery, tool invocation, and provider catalog integration. Load when a task involves external services, third-party tools, or when the user asks about MCP servers.
Philosophy, decision-making framework, and technical skills for delivering visual, interactive, and educational AI responses.
List the Claude Code plugins currently enabled for the agent, read straight from settings.json.
List the agent's current skills, memory files, plugins, subagents, hooks, and a settings summary plus dashboard URLs. The user-facing discovery path for everything the operator can edit.
Delegate analysis- and context-heavy work to Fractal, an agentic CLI powered by a self-harnessed Recursive Language Model (predict-rlm), by running it non-interactively (fractal -p). Reach for it when a task needs reasoning over a large or deep codebase, synthesizing an answer across many files, auditing, or open-ended investigation — work that would otherwise flood your own context. The RLM reasons over context programmatically (no context rot) and returns a distilled answer. Use when asked to run Fractal headless, script it, call it from CI or another agent, or offload a heavy analysis/large-context task. Less suited to trivial single-file edits you can do directly.