一键导入
list-agents
List all agents and their KPIs. Use when the user says "list agents", "show agents", "what agents do we have", "agent listesi", or "mevcut agentlar".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
List all agents and their KPIs. Use when the user says "list agents", "show agents", "what agents do we have", "agent listesi", or "mevcut agentlar".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze accumulated feedback memories and turn recurring patterns into permanent controls (rules, permissions, hooks) or common-mistakes entries. Use when the user says "improve", "iyileştir", "apply feedback", "kurallaştır", or "turn feedback into rules".
Project onboarding and template setup. Use when the user says onboard, setup, initialize, init, configure this project, or first-time setup. Guides through detecting project mode and stack, configuring CLAUDE.md, permissions, hooks, rules, and architecture docs.
Save session learnings, patterns, and corrections to persistent memory. Use when the user says "save learnings", "save memory", "remember this session", or at the end of a productive session.
Add a new Claude Code control following project conventions. Use when the user says "new rule", "add rule", "create rule", "yeni rule ekle", or wants to enforce behavior consistently. Guides through choosing enforcement surfaces, writing effective rule files, and keeping controls consistent.
Create a new Claude Code skill following project conventions. Use when the user says "new skill", "add skill", "create skill", or "yeni skill ekle". Guides through gathering requirements, writing effective SKILL.md files, and structuring skill directories.
Add a new Claude Code hook — shell script wired into settings.json. Use when the user says "new hook", "add hook", "yeni hook ekle", or wants to automate something that runs on every tool use, session start, or stop.
| name | list-agents |
| description | List all agents and their KPIs. Use when the user says "list agents", "show agents", "what agents do we have", "agent listesi", or "mevcut agentlar". |
| allowed-tools | Read, Glob |
| disable-model-invocation | true |
Glob .claude/agents/ for:
*.md files → Type A subagentsFor each Type A agent (.claude/agents/<name>.md):
name, description (first sentence only)For each Type B agent (.claude/agents/<name>/AGENT.md):
AGENT.md, extract:
HEARTBEAT.md, extract: Schedule line onlyIf no agents found in either location → print: "No agents found. Use /new-agent to create one."
=== Type A — Claude Code Subagents ===
• <name>: <description first sentence>
• <name>: <description first sentence>
=== Type B — Autonomous Agents ===
┌─ <agent-name>
│ Mission: <mission>
│ Schedule: <heartbeat schedule>
│ Goals:
│ • <Goal> | KPI: <metric> | <baseline> → <target>
│ • <Goal> | KPI: <metric> | <baseline> → <target>
│ Skills: <skill1>, <skill2>
└─
┌─ <agent-name>
│ ...
└─
If no Type A agents: omit that section. If no Type B agents: omit that section.