AI AGENT ADDONS

Write Agentmemory Skill

rohitg00/agentmemory
Skill Development
4,993installs

A clear format helps you write agent memory skills that are easy to scan and update. One tiered structure keeps everything consistent. This guide shows you the exact layout and rules to follow.

Each skill has a SKILL.md file under 100 lines. You add a frontmatter block with the skill name and a short description. The description must include a "Use when" sentence with real triggers. The body follows a fixed order from quick start to checklist.

Dense facts go into a REFERENCE.md file and are generated from code. Examples live in EXAMPLES.md. Cross-links only go one level deep. Shared recovery steps belong in a shared troubleshooting file. No emojis, no competitor names, no filler.

Add Write Agentmemory Skill skill to your workflow

Global

mkdir -p ~/.claude/skills/write-agentmemory-skill

Project

mkdir -p .claude/skills/write-agentmemory-skill

Source Repository

Stars
24,204
Forks
1,988
Watchers
24,204
License
Apache-2.0
Last Push
24 days ago
Created
4 months ago