W

write-agentmemory-skill

by @rohitg00v
4.4(120)

この Skill は、agentmemory スキルの作成・更新に関する標準フォーマットとルールを定義します。これにより、スキル開発の一貫性と品質が向上し、構造化された保守しやすい環境が実現します。新しいスキルの追加、既存スキルの再構築、またはスキル貢献のレビュー時に、この Skill を活用して標準への準拠を確実にします。

skill-developmentstandardizationconsistencyagent-frameworksGitHub
インストール方法
npx skills add https://github.com/rohitg00/agentmemory --skill write-agentmemory-skill
compare_arrows

Before / After 効果比較

1
使用前

この Skill がない場合、開発者は agentmemory スキルの作成や更新において統一されたフォーマットやガイドラインを欠き、スキル品質にばらつきが生じていました。レビュー担当者は一貫性の手動チェックに多くの時間を費やし、新メンバーは開発標準を迅速に理解し遵守することが困難でした。

使用後

この Skill は明確なフォーマットとルールを提供し、スキルレビューにかかる時間を大幅に削減し、スキル貢献の品質と一貫性を向上させます。新しい開発者は標準をより迅速に習得でき、チームのコラボレーション効率も向上し、健全なスキルエコシステムを確保します。

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 知識カード
アンケート