The bundled foundation plugin for YouCoded — safety hooks, a first-run setup wizard, and diagnostic commands for Claude Code.
Status: being phased out.
write-guardis moving into the YouCoded app natively, and the personalization skills that used to live here (journaling, personal encyclopedia, task inbox, text messaging, theme building, output styles) are now independent plugins in the WeCoded marketplace. This repo will be archived once the app no longer bundles it. New features belong in the app or a marketplace plugin, not here.
Looking for the app? See YouCoded — available on Windows, macOS, Linux, and Android.
The YouCoded app installs this plugin automatically. To install it standalone with Claude Code:
git clone https://github.com/itsdestin/youcoded-core.git ~/.claude/plugins/youcoded-core
claude
# then ask Claude to "run the setup wizard"A single Claude Code plugin (one plugin.json at the repo root):
- Hooks —
session-start,write-guard(same-machine write-concurrency guard),worktree-guard(single-branch policy),tool-router, andstatusline - Skills —
setup-wizard(conversational first-run: Claude Pro/Max sign-in + environment bootstrap) andremote-setup(remote-access pairing flow) - Commands —
/update,/health,/diagnose
Journaling, the personal encyclopedia, task inbox processing, text messaging, theme building, and output styles are no longer part of this plugin — install them from the WeCoded marketplace inside the app.
/update— reconcile hooks intosettings.jsonand run migrations/health— diagnostic summary/diagnose— deeper diagnostic output
Report bugs or request features via GitHub Issues. See the Contributing Guide for details.
MIT