knowledge-mgmt
Obsidian note-taking, spaced repetition, and vault health checks
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Knowledge MEMO?▼
Run `npx skills add owenliang60-ship-it/knowledge-mgmt --all -g -y` in your terminal to install all six skills globally, then copy SCHEMA.md and AGENTS.md into your Obsidian vault root.
What does Knowledge MEMO do?▼
It turns your reading and conversations into structured Obsidian notes, schedules spaced repetition reviews, answers questions from your saved knowledge, and runs vault health checks.
Does it work with Claude Code and Codex?▼
Yes. The skills install into ~/.claude/skills for Claude Code or ~/.agents/skills for Codex, and both share the same SCHEMA.md and AGENTS.md rules.
How does the spaced repetition review work?▼
The /review skill scans your atomic cards, quizzes you with recall or question modes, scores your answers, and uses the FSRS-6 algorithm to schedule the next review date.
Will the AI modify my notes without permission?▼
No. All writes go through a dual-proposal flow where you confirm every wikilink and card, and AGENTS.md forbids the agent from moving, renaming, or deleting content without your approval.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides