# Auto Memory

> Configure AIWG automatic-memory seed templates for project overview, testing, debugging, and architecture knowledge, with provider compatibility guidance.

- Skill: `jmagly/auto-memory` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jmagly/auto-memory`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jmagly/auto-memory/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jmagly (https://skillmd.com/u/jmagly)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jmagly/auto-memory

---


# Auto Memory

Use this driver when an operator wants the `auto-memory` seed bundle.

For new projects, prefer the canonical scaffolding path:

```bash
aiwg new
```

For an existing project, deploy the addon through AIWG:

```bash
aiwg use auto-memory --provider <provider>
```

Claude supports the native automatic-memory layout. Cursor and OpenCode
require provider-specific adaptation; other providers should use workspace
context or semantic-memory capabilities instead of pretending native automatic
memory exists.

The seeds cover project overview, testing, debugging, and architecture. Never
put secrets, credentials, tokens, or sensitive personal data in memory files.

## References

- @$AIWG_ROOT/agentic/code/addons/auto-memory/docs/overview.md
- @$AIWG_ROOT/agentic/code/addons/semantic-memory/skills/memory-ingest/SKILL.md

