From oh-my-auggie
Create and manage notes during work. Use for "take note", "remember this", and "save for later".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Capture notes and context during work 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.
Capture notes and context during work sessions.
Temporary notes during a session.
Persistent notes for the project.
External links and resources.
Decisions made and why.
/oma:note save {content}
/oma:note list
/oma:note get {id}
/oma:note delete {id}
/oma:note search {query}
id: {unique-id}
type: {working|project|reference|decision}
content: {the note}
tags: [{tag1}, {tag2}]
created: {timestamp}
modified: {timestamp}
Notes associated with project context.
.oma/notes/{project}/Grouped by note type.
.oma/notes/decisions/.oma/notes/references/Chronological organization.
YYYY-MM-DD-{slug}.md## Note: {id}
**Type:** {type}
**Tags:** {tags}
**Created:** {timestamp}
### Content
{note content}
### Context
{where this was noted}