Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rohitg00 avatar

Write Agentmemory Skill

  • 6.3k installs
  • 26.6k repo stars
  • Updated August 3, 2026
  • rohitg00/agentmemory

write-agentmemory-skill is an agent skill: The house format and rules for writing or updating an agentmemory skill. Use when adding a new skill, restructuring an existing one, or revi

About

The write-agentmemory-skill skill The house format and rules for writing or updating an agentmemory skill. Use when adding a new skill, restructuring an existing one, or reviewing a skill contribution for consistency.. agentmemory skills follow one tiered format so they stay skimmable, accurate, and current. Match it exactly. Directory layout 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. Agents should read SKILL.md quick start steps, verify required binaries and environment variables, and follow reference files for exact parameters before calling tools.

  • Covers write-agentmemory-skill quick start, workflow steps, and reference pointers from SKILL.md.
  • Tagged for stage build and subphase docs in the closed Skillselion taxonomy.
  • Documents prerequisites, permissions filesystem, and compatible agents.
  • Includes AEO tagMeta with task queries, keywords, and evidence quotes for discovery.
  • Cross-links related skills and generated REFERENCE.md tables where the repo provides them.

Write Agentmemory Skill by the numbers

  • 6,280 all-time installs (skills.sh)
  • +658 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #19 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

write-agentmemory-skill capabilities & compatibility

Capabilities
write agentmemory skill documented workflow · quick start examples · reference parameter lookup · taxonomy aligned metadata · aeo discovery fields
Use cases
documentation
From the docs

What write-agentmemory-skill says it does

The house format and rules for writing or updating an agentmemory skill. Use when adding a new skill
SKILL.md
npx skills add https://github.com/rohitg00/agentmemory --skill write-agentmemory-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6.3k
repo stars26.6k
Last updatedAugust 3, 2026
Repositoryrohitg00/agentmemory

How do I run write-agentmemory-skill correctly without guessing steps, tools, or parameters?

The house format and rules for writing or updating an agentmemory skill. Use when adding a new skill, restructuring an existing one, or reviewing a skill contribution for consistency.

Who is it for?

Teams using write-agentmemory-skill when SKILL.md triggers match the user request.

Skip if: Skip when the task is outside write-agentmemory-skill documented triggers or sibling skill scope.

When should I use this skill?

User mentions write-agentmemory-skill, related trigger phrases, or asks to follow this SKILL.md workflow.

What you get

Completed write-agentmemory-skill workflow with outputs and checks defined in SKILL.md.

  • write-agentmemory-skill output per SKILL.md

By the numbers

  • Stage build/docs
  • Category Skill Development
  • Complexity intermediate

Files

SKILL.mdMarkdownGitHub ↗

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.

Related skills

How it compares

write-agentmemory-skill implements its own SKILL.md workflow rather than a generic substitute skill.

FAQ

Who is write-agentmemory-skill for?

Agents and developers following the write-agentmemory-skill SKILL.md guidance.

When should I use write-agentmemory-skill?

When user intent matches description triggers and quick start scenarios.

Is write-agentmemory-skill safe to install?

Review the Security Audits panel before production shell or network use.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.