首页/AI 技能平台与生态/write-agentmemory-skill
W

write-agentmemory-skill

by @rohitg00v
4.4(120)

此技能定义了编写或更新 agentmemory 技能的规范和格式。它确保所有技能贡献的一致性和高质量,使技能开发更加结构化和易于维护。在添加新技能、重构现有技能或审查技能贡献时,可利用此技能来确保符合标准。

skill-developmentstandardizationconsistencyagent-frameworksGitHub
安装方式
npx skills add https://github.com/rohitg00/agentmemory --skill write-agentmemory-skill
compare_arrows

Before / After 效果对比

1
使用前

在没有此技能之前,开发者在编写或更新 agentmemory 技能时,缺乏统一的格式和规范指导,导致技能质量参差不齐,审查人员需要花费大量时间手动检查一致性,且新成员难以快速理解和遵循开发标准。

使用后

此技能提供了明确的格式和规则,显著减少了技能审查所需的时间,提高了技能贡献的质量和一致性。新开发者可以更快地掌握开发标准,团队协作效率也得到提升,确保了技能生态的健康发展。

SKILL.md

agentmemory skills follow one tiered format so they stay skimmable, accurate, and current. Match it exactly.

Directory layout

plugin/skills/<name>/
  SKILL.md      (required, under 100 lines)
  REFERENCE.md  (optional, dense facts; auto-generate data tables)
  EXAMPLES.md   (optional, worked transcripts)

SKILL.md rules

  • Frontmatter: name, description, optional argument-hint, and user-invocable. Set user-invocable: true only for skills the user runs as a slash command; reference and knowledge skills are false.
  • Description is two sentences and the only thing the agent sees when deciding to load the skill. Sentence one states the capability. Sentence two starts "Use when" and lists concrete triggers. Keep it distinct from sibling skills, under 1024 chars, third person.
  • Body order: Quick start (one concrete example), Why (the governing principle), Workflow (numbered steps with decision gates), Anti-patterns (a WRONG vs RIGHT callout for the top mistake), Checklist, See also (cross-link siblings), Reference or Troubleshooting pointer.
  • Stay under 100 lines. Move dense facts to REFERENCE.md and examples to EXAMPLES.md.
  • Cross-references link one level deep only. Shared recovery steps live in ../_shared/TROUBLESHOOTING.md, never inlined.

Keep it current

Facts that exist in source (tool names and parameters, REST endpoints, env vars, connect adapters, hook events) are generated, never hand-typed. Edit the source, then run npm run skills:gen. CI runs npm run skills:check and fails on drift, so generated tables cannot fall behind the code.

Style

No external or competitor product names. No emojis. No em-dashes. No filler. State the thing and stop.

Checklist

  • Description has a "Use when" sentence with real triggers.
  • SKILL.md is under 100 lines.
  • No time-sensitive claims and no duplicated troubleshooting block.
  • Concrete example present; generated facts come from the generator.
  • Cross-links resolve and go one level deep.

用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价

统计数据

安装量6.0K
评分4.4 / 5.0
版本
更新日期2026年8月1日
对比案例1 组

用户评分

4.4(120)
5
37%
4
43%
3
13%
2
5%
1
2%

为此 Skill 评分

0.0

兼容平台

🤖claude-code

时间线

创建2026年6月25日
最后更新2026年8月1日
🎁 Agent 知识卡片
调研问卷