From oh-my-auggie
Agentic memory for writers. Use for "remember this", "write from memory", and "context preservation".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Maintain persistent context and memory across writing sessions.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Maintain persistent context and memory across writing sessions.
/oma:writer-memory save {key} {content}
/oma:writer-memory get {key}
/oma:writer-memory list
/oma:writer-memory search {query}
/oma:writer-memory clear {key}
.oma/writer-memory/{project}/
├── project.yaml
├── characters/
├── world/
├── plot/
└── sessions/
project/ — Project-level infocharacters/ — Character profilesworld/ — World-buildingplot/ — Plot elementssessions/ — Session noteskey: {identifier}
type: {project|character|world|plot|note}
project: {project-name}
content: |
{detailed content}
tags: [{tag1}, {tag2}]
created: {timestamp}
modified: {timestamp}
references:
- {file}
- {URL}
## Writer Memory: {project}
### Memory Keys
| Key | Type | Modified |
|-----|------|----------|
| {key} | {type} | {date} |
| {key} | {type} | {date} |
### Project Overview
{from project.yaml}
### Recent Memories
- **{key}** ({type}) — {summary}
- **{key}** ({type}) — {summary}
### Active Session
**Last session:** {date}
**Position:** {where we were}
**Next:** {what comes next}
### Memory Search: "{query}"
| Key | Type | Relevance |
|-----|------|-----------|
| {key} | {type} | {score} |