oke-sds
v0.3.1
Published
One-shot bootstrapper for the chanshin0/oke-sds Claude Code marketplace.
Maintainers
Readme
oke-sds
Claude Code marketplace bootstrapper for chanshin0/oke-sds.
Quick install
cd my-project
npx oke-sdsThen, inside Claude Code:
/plugin install sds-workflow@oke-sds
/reload-plugins
/sds-workflow:initApply machine-wide
npx oke-sds --global # writes to ~/.claude/settings.jsonCommit only if the repo is team-shared
git add .claude/settings.json
git commit -m "chore: register oke-sds marketplace"Future cloners skip the npx step. For personal/solo repos, leave the file uncommitted (or add it to .gitignore).
Uninstall
npx oke-sds --uninstall # remove from project scope
npx oke-sds --uninstall --global # remove from user-global scopeThis removes only the marketplace entry. Already-installed plugins stay — remove them inside Claude Code:
/plugin uninstall sds-workflow@oke-sds
/plugin uninstall weekly-report@oke-sdsBehavior
- Idempotent — safe to run multiple times.
- Migrates legacy
okestro-sdskey automatically. - Zero dependencies. Node 18+.
