بنقرة واحدة
note
Create and manage notes during work. Use for "take note", "remember this", and "save for later".
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create and manage notes during work. Use for "take note", "remember this", and "save for later".
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage OMA skills — list, add, remove, search, and edit skills
Socratic deep interview with mathematical ambiguity gating before autonomous execution
Remove AI slop - low-quality, generic, or verbose content. Use for "clean up", "remove fluff", and "make concise".
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
N coordinated agents on shared task list using Claude Code native teams, with git worktree isolation per executor
| name | note |
| description | Create and manage notes during work. Use for "take note", "remember this", and "save for later". |
| trigger | /oma:note |
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}