The plugin toolkit that powers YouCoded.
YouCoded is a collection of skills, hooks, commands, and tools for Claude Code. It adds journaling, a living personal encyclopedia, task management, text messaging, cross-device sync, and more — all through plain-English conversation.
Looking for the app? See YouCoded — available on Windows, macOS, Linux, and Android.
The YouCoded app installs this toolkit automatically. If you want to install it standalone with Claude Code:
git clone https://github.com/itsdestin/youcoded-core.git ~/.claude/plugins/youcoded-core
claude
> /setup-wizardThree layers, each a standalone Claude Code plugin. Install what you need:
| Layer | Depends On | What It Adds |
|---|---|---|
| Core | Nothing | Foundation — hooks, specs system, memory templates, commands, theme builder |
| Life | Core | Journaling assistant, personal encyclopedia, Google Drive sync |
| Productivity | Core | Inbox processing (Todoist, Gmail, etc.), text messaging, skill creator |
- Session hooks — auto-sync, statusline, write guards, worktree guard
- Specs system — structured, versioned documentation that persists across conversations
- Memory templates — organized persistent memory for Claude
- Commands —
/setup-wizard,/update,/health,/diagnose,/sync,/toolkit,/theme-builder - Theme builder — build immersive YouCoded theme packs with custom colors, wallpapers, mascots, and effects
- Contribution detector — notices your improvements and offers to share them upstream
- Output styles — Conversational, Academic, and Professional modes that reposition Claude as a general assistant instead of a coding tool. Great for students, professionals, and anyone who uses Claude Code as their primary Claude interface
- Journaling assistant — conversational daily journaling with Socratic prompts
- Encyclopedia system — a living biography built from 8 modular source files
- Personal data sync — automated backup via Google Drive, GitHub, or iCloud
- Claude's Inbox — processes notes and tasks from Todoist, Drive, Gmail, Apple Notes, and more
- Skill creator — build, test, and benchmark new skills
- Text messaging — read and send SMS/RCS through Claude (via Google Messages)
After setup, type /toolkit to see all installed features and available modules:
/toolkit
/update
Report bugs or request features via GitHub Issues. See the Contributing Guide for details, or type /contribute and Claude handles the rest.
MIT