ワンクリックで
pkm-framework
Comprehensive Personal Knowledge Management framework for Obsidian with temporal reviews, capture, linking, and analytics
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Comprehensive Personal Knowledge Management framework for Obsidian with temporal reviews, capture, linking, and analytics
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Google Calendar integration for PKM Framework using gcalcli for read/write access
Complete the Daily Review section for end-of-day reflection in Obsidian
Generate or update the Daily Notes section for morning daily note setup in Obsidian
Generate or update the Monthly Summary section by aggregating weekly notes in Obsidian
Generate or update the Weekly Summary section by aggregating daily notes in Obsidian
Systematic framework for contributing to open source projects. Guides through issue discovery, integrated analysis with code exploration, implementation, and PR creation. Use when starting OSS contributions, analyzing issues, or creating pull requests. Includes modular sub-skills for each contribution phase.
| name | pkm-framework |
| description | Comprehensive Personal Knowledge Management framework for Obsidian with temporal reviews, capture, linking, and analytics |
A complete Personal Knowledge Management system for Obsidian vaults with temporal reviews, smart capture, note linking, and analytics. Designed to work seamlessly with Periodic Notes and integrate with your daily workflow.
The PKM Framework provides a structured approach to managing knowledge in Obsidian, with a focus on:
Build a consistent review habit with automated temporal note management:
/pkm:daily-setup) - Morning routine to start your day with yesterday's summary and carried-over tasks/pkm:daily-review) - Evening reflection with tasks completed, time usage, insights, and tomorrow's suggestions/pkm:weekly-review) - Weekly summary aggregating 7 days with KPIs, project status, and next week's priorities/pkm:monthly-review) - Monthly overview aggregating weekly data with goal tracking and long-term patternsCapture information quickly without disrupting your flow:
Build a connected knowledge base:
Keep your vault organized and maintainable:
Understand your PKM system:
Obsidian with required plugins:
Vault structure:
~/Obsidian/Altellus/
├── 00_Inbox/
│ └── Tasks/ (TaskNotes tasks)
├── 20_Notes/
│ └── Journal/
│ └── YYYY/Mnn/
│ ├── YYYY-MM-DD.md (daily notes)
│ ├── YYYY-Www.md (weekly notes)
│ └── YYYY-Mmm.md (monthly notes)
└── 90_Templates/
└── Temporal/
└── Daily.md
gcalcli (optional, for calendar integration):
pip install gcalcli
gcalcli init # OAuth setup
The PKM Framework is available as a plugin in the Claude Code marketplace:
# Install via marketplace (when available)
/skills install pkm-framework
Morning Routine:
/pkm:daily-setup
Evening Routine:
/pkm:daily-review
Weekly Review (Friday or Sunday):
/pkm:weekly-review
Monthly Review (End of month):
/pkm:monthly-review
/pkm - Main PKM menu (displays available commands)/pkm:daily-setup - Generate morning Daily Notes section/pkm:daily-review - Complete evening Daily Review section/pkm:weekly-review - Generate Weekly Summary/pkm:monthly-review - Generate Monthly Summary/pkm:quick-capture - Quick capture to inbox or daily note/pkm:meeting-notes - Create meeting note with calendar sync/pkm:note-linking - Smart linking between related notes/pkm:backlink-analysis - Analyze note connections/pkm:project-notes - Project note management/pkm:zettelkasten - Create atomic note/pkm:periodic-cleanup - Archive old notes/pkm:stats - PKM system statisticsThe default vault path is ~/Obsidian/Altellus. If your vault is located elsewhere, you'll need to update the paths in the command files.
The daily review feature integrates with Google Calendar through the gcal-review skill. Ensure you have calendar access configured.
20_Notes/
Journal/ # Temporal notes (daily, weekly, monthly)
YYYY/
Mnn/
YYYY-MM-DD.md # Daily notes
YYYY-Www.md # Weekly notes
YYYY-Mmm.md # Monthly notes
Projects/ # Project notes (future)
Zettels/ # Atomic notes (future)
Meetings/ # Meeting notes (future)
Inbox/ # Quick capture (future)
90_Templates/
Temporal/ # Temporal note templates
Daily.md # Daily note template
Weekly.md # Weekly note template (future)
Monthly.md # Monthly note template (future)
Morning (5 minutes):
/pkm:daily-setupDuring the day:
Evening (5-10 minutes):
/pkm:daily-reviewFriday or Sunday (20-30 minutes):
/pkm:weekly-reviewEnd of month (30-45 minutes):
/pkm:monthly-review---
para: Note
type: journal
pomodoros:
- id: "1763434005196"
startTime: 2025-11-18T11:46:45.196+09:00
endTime: 2025-11-18T12:02:13.144+09:00
plannedDuration: 25
type: work
taskPath: 00_Inbox/ELEGNT 논문.md
completed: true
---
- [ ] [[Task Name]]- [x] [[Task Name]] ✅ 2025-11-1900_Inbox/Tasks/ELEGNT 논문 - 🍅🍅🍅: 3총 🍅🍅🍅🍅: 4 pomodorospomodoros array in YAMLpomodoros array00_Inbox/Tasks/ as individual markdown files- [ ] [[Task Name]] wikilinks- [x] [[Task Name]] ✅ YYYY-MM-DDpomodoros array length for totals/pkm:gcal-block/pkm:gcal-complete~/Obsidian/Altellus00_Inbox/Tasks/ folder- [ ] [[Task Name]]pip install gcalcligcalcli initpomodoros arraytaskPath field[[Note Name]]Current Version: 1.0.0
This PKM Framework is designed to be extensible. Future skills can be added to enhance the system.
Part of the Collaborator plugin collection.
For issues, questions, or feature requests, please refer to the main documentation in ./docs/pkm/.