Claudemd Install banner
sdsrss sdsrss

Claudemd Install

Testing community

Description

--- name: claudemd-install description: Bootstrap claudemd in the CURRENT Claude Code session (copy spec into ~/.claude/, install hook manifest, evict legacy entries). Use right after `/plugin install claudemd@claudemd` to skip the wait-for-next-session restart. --- Run: `node ${CLAUDE_PLUGIN_ROOT}/scripts/install.js` This wraps `scripts/install.js` exactly the same way `SessionStart` does on the next session — copies `spec/CLAUDE*.md` + `OPERATOR.md` into `~/.claude/`, writes the hook manifes

Installation

Installs to ~/.claude/skills/sdsrss-claudemd-claudemd-install/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sdsrss-claudemd-claudemd-install && curl -fsSL https://raw.githubusercontent.com/sdsrss/claudemd/HEAD/commands/claudemd-install.md -o ~/.claude/skills/sdsrss-claudemd-claudemd-install/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository