بنقرة واحدة
memo
Append a timestamped memo to today's Obsidian daily note (daily/ folder).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Append a timestamped memo to today's Obsidian daily note (daily/ folder).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate PR description and automatically create pull request on GitHub
Helps discover, evaluate, and install agent skills using the `gh skill` command (GitHub CLI). Use when the user asks "is there a skill for X", "find a skill that does Y", "how do I do X" where X might already exist as a skill, or expresses interest in extending agent capabilities.
Prepare topics for the next 1on1 session based on past logs and pending items.
Create a new 1on1 session note in Obsidian vault with person selection.
Summarize recent 1on1 sessions for a specific person from Obsidian vault.
Creates git commits with well-formatted messages. Checks for .gitmessage template in project root and follows its format, otherwise uses conventional commits. Analyzes existing commit history to match tone and style.
| name | memo |
| description | Append a timestamped memo to today's Obsidian daily note (daily/ folder). |
| model | haiku |
| allowedTools | ["Read"] |
Quickly append a memo entry to today's daily note.
/memo <content>VAULT_DIR="$HOME/repo/github.com/Takayyz/obsidian-vaults/vaults"
TODAY=$(date +%Y-%m-%d)
DAILY_FILE="$VAULT_DIR/daily/$TODAY.md"
If the file does not exist:
$VAULT_DIR/_templates/daily-template.md{{date}} with today's date$DAILY_FILEGet the current time:
TIME=$(date +%H:%M)
Append the following line to the end of the ## Memo section (just before the next ## heading):
- HH:MM content
Use the Edit tool to append. Never overwrite the entire file.
Display the appended line:
Appended: - 14:30 content here
## Memo section is missing, report an error (template may be corrupted).