From productivity
Format an Obsidian note with tags and link it from today's daily note
How this skill is triggered — by the user, by Claude, or both
Slash command
/productivity:format-noteThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Format an existing Obsidian note with appropriate tags and link it from today's daily note.
Format an existing Obsidian note with appropriate tags and link it from today's daily note.
- [[Note Title]] - Brief description #typeDefault: $OBSIDIAN_VAULT (set via environment variable)
obsidian/
├── periodic/
│ └── YYYY-MM-DD.md (daily notes)
├── unpublished/
│ └── your-notes-here.md
└── published/
IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.
npx claudepluginhub seabbs/skills --plugin productivityManages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.
Creates and edits Obsidian Markdown with wikilinks, embeds for notes/images/PDFs/audio/video, callouts, YAML frontmatter/properties, tags, and block references. For .md files in Obsidian vaults.
Executes Obsidian CLI commands to read/write/append notes, search vaults, list/count files, manage tasks, move/rename notes, and find orphans/broken links.