apps/backend/src/swarm/skills/builtins/memory/SKILL.md
Update persistent swarm memory in ${SWARM_MEMORY_FILE} when the user explicitly asks to remember, update, or forget durable information.
npx skillsauth add a-mart/forge memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user explicitly asks to:
Do not write memory for normal one-off requests.
${SWARM_MEMORY_FILE} as the source of truth for the memory file path in this runtime (also shown in your loaded context).${SWARM_DATA_DIR} or agent/session IDs; the runtime resolves the correct memory owner and path.read before changing it.edit for targeted changes,write only for full rewrites.speak_to_user,send_message_to_agent.data-ai
Use when substantial manager-led work needs durable visible progress, worker evidence links, review gates, blocker tracking, or handoff across pauses, stops, compaction, restart, or model changes. Do not use for quick answers or routine one-step work.
tools
Author repo-root .forge project resources, including skills, specialists, reference docs, Project Agent definitions, Forge extensions, and Pi extensions/settings.
tools
Use when creating, refining, or validating reusable global, project, or repository skills, including trigger wording, templates, helper scripts, and validation checks.
tools
Create, update, list, and delete global slash commands.