← 返回
未分类

Skill Naming Standard

Use when naming, renaming, or reviewing agent skills. Produces cold-readable display names, kebab-case slugs, trigger descriptions, and approval-aware autono...
Use when naming, renaming, or reviewing agent skills. Produces cold-readable display names, kebab-case slugs, trigger descriptions, and approval-aware autono...
dodge1218 dodge1218 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 210
下载
💾 0
安装
1
版本
#agents#latest#naming#skills

概述

Skill Naming Standard

Name the job, not the lore.

Rules

  • Use Title Case for display names.
  • Use lowercase kebab-case for slugs.
  • Keep slugs under 60 characters.
  • Make names understandable without private memory.
  • Prefer action, domain, and output over vibe.
  • Keep nicknames as aliases inside the body, not in the slug.
  • Use approval language when the skill can change external state.

Naming Patterns

<Domain> <Job>
<Domain> <Artifact> Builder
<Approval Gated> <External Action>
<Continuous> <Monitoring Loop>
<Read Only> <Review Task>

Examples:

Expert Execution Upgrade      -> expert-execution-upgrade
Workspace Lifecycle Standard  -> workspace-lifecycle-standard
Cross Agent Skill Adapter     -> cross-agent-skill-adapter
Approval Gated Deployer       -> approval-gated-deployer
Continuous Stream Supervisor  -> continuous-stream-supervisor

Decision Check

  1. Could a new agent infer when to use it?
  2. Does it describe the job instead of the author's mental shortcut?
  3. Is it narrow enough to avoid grabbing unrelated tasks?
  4. Does the name imply too much autonomy?
  5. Does the description state approval boundaries?

Output

Display Name: <Title Case>
Slug: <kebab-case>
Description: <trigger + output + approval boundary>
Aliases: <private nicknames only if useful>
Why: <one sentence>

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-26 23:48

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

dev-programming

Rate Limit Guard

dodge1218
防止429重试循环和令牌浪费。在昂贵的API调用前或触发速率限制后使用。强制执行预检、退避和上下文收缩。
★ 0 📥 543
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,129 📥 889,413
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,421 📥 326,013