From cedardb
Stop the running CedarDB dashboard server. Accepts optional arguments: "docker" to also stop the Docker container, "all" to stop everything and delete data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cedardb:stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stop running CedarDB background processes.
Stop running CedarDB background processes.
Arguments (optional, from the user's invocation):
docker — stop dashboard and Docker containerall — stop dashboard, remove Docker container, and delete cedardb-data/Check if .cedardb_work/dashboard/dashboard.pid exists. If so:
kill $(cat .cedardb_work/dashboard/dashboard.pid) 2>/dev/null && rm .cedardb_work/dashboard/dashboard.pid && echo "Dashboard stopped"
all: stop and remove the container, then delete data:
docker rm -f cedardb
rm -rf cedardb-data
docker: stop the container:
docker stop cedardb
List exactly what was stopped (dashboard, Docker container, data).
npx claudepluginhub cedardb/claude-plugin --plugin cedardbProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.