Skills (new): - skills/obsidian-markdown/ — full Obsidian Flavored Markdown syntax reference (wikilinks, embeds, callouts, properties, math, Mermaid) - skills/obsidian-bases/ — Obsidian Bases (.base files) with correct filters/views/ formulas syntax (sourced from kepano/obsidian-skills authoritative spec) - skills/defuddle/ — web page cleaner; strips ads/nav before URL ingestion, saves 40-60% tokens on web articles wiki-ingest upgrades: - URL ingestion: pass https:// directly, auto-fetches + runs defuddle if available - Image/vision ingestion: .png/.jpg/.gif etc → Claude reads → description saved to .raw/ → standard ingest pipeline - Delta tracking: .raw/.manifest.json tracks hash per source, skips unchanged files wiki-query upgrades: - Quick mode (query quick:) — hot.md + index only, ~1500 tokens - Standard mode — existing behaviour, 3-5 pages - Deep mode (query deep:) — full wiki + optional web search supplement hooks: - PostToolUse auto-commit: every Write/Edit to wiki/ or .raw/ triggers git add + commit automatically, vault always versioned fixes: - Removed invalid allowed-tools field from all 10 SKILL.md files (not a valid skill frontmatter attribute per spec; was silently ignored) - Canvas SKILL.md now references json-canvas open standard and kepano/obsidian-skills wiki research: - Ecosystem research: 16+ Claude+Obsidian projects mapped and filed - New pages: comparisons/claude-obsidian-ecosystem, concepts/cherry-picks, entities/ (6 new), sources/claude-obsidian-ecosystem-research - Cherry-picks roadmap filed at wiki/concepts/cherry-picks.md Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2.3 KiB
type, title, created, updated, tags, status, related, sources
| type | title | created | updated | tags | status | related | sources | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| entity | ballred/obsidian-claude-pkm | 2026-04-08 | 2026-04-08 |
|
current |
|
|
ballred/obsidian-claude-pkm
Type: Claude Code plugin (skill-based PKM system) URL: https://github.com/ballred/obsidian-claude-pkm Version: 3.1 Tagline: "Not another PKM starter kit. An execution system."
What It Does
Connects a 3-year vision cascade to daily task execution, using Claude as an accountability partner. Every layer is linked — daily notes surface the weekly ONE Big Thing, which links to active projects, which link to yearly goals.
Goal Cascade
3-Year Vision → Yearly Goals → Projects → Monthly Goals → Weekly Review → Daily Tasks
Each layer has a dedicated skill: /goal-tracking, /project, /monthly, /weekly, /daily, /review.
Key Innovations
Auto-Commit via PostToolUse Hook
Every Write/Edit tool call triggers git add -A && git commit automatically. Vault is always versioned.
/adopt Command
Scans an existing Obsidian vault, detects its organization method (PARA, Zettelkasten, LYT, plain folders), maps folders interactively to the PKM layers, generates config files. Non-destructive.
4 Specialized Agents with Memory
goal-aligner— audits activity vs. stated goals, flags misalignmentweekly-reviewer— facilitates 3-phase weekly review, learns reflection stylenote-organizer— fixes broken links, consolidates duplicatesinbox-processor— GTD-style inbox processing
Uses memory: project so agents remember patterns across sessions.
Productivity Coach Output Style
/output-style coach transforms Claude into an accountability partner — challenges assumptions, asks powerful questions, points out goal-action misalignment.
Architecture
Zero dependencies (bash + markdown only). Path-specific rules loaded contextually. Session init surfaces ONE Big Thing, active project count, days since last review.