Claude-Code-KnowCraft
Local knowledge management with spaced repetition and smart quizzes
All Skills in This Repository (3)
Pure Emerald Level Indicatorsknowledge-manager
Analyze knowledge entries to propose tags, classifications, and related links.
suggestion-engine
Deliver context-aware recommendations after knowledge management actions.
nlp-interface
Route natural language intents to slash commands with context history.
Frequently Asked Questions
FAQPage SchemaHow to install Claude-Code-KnowCraft?▼
Run `npx skills add huifer/Claude-Code-KnowCraft --all -g -y` in your terminal to install all skills and agents globally.
How to manage notes with plain language?▼
Just type requests like "save a React note" or "quiz me on Hooks" and the natural language interface maps your words to the right knowledge command automatically.
Does it support spaced repetition learning?▼
Yes. It uses the SM-2 algorithm to schedule reviews based on your recall scores and sends daily reminders for items you are about to forget.
Can it import PDFs and web pages?▼
Yes. Dedicated commands extract content from PDFs, images via OCR, and URLs, then auto-tag and file them into your local knowledge base.
Is my knowledge data stored privately?▼
Yes. Everything is stored as local Markdown and JSON files on your machine with no database or cloud upload required.
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