From buttondown-mgmt
Look up Buttondown documentation in the local cache before answering API questions or making API calls. Use grep/read against $CLAUDE_USER_DATA/buttondown-mgmt/cache/docs to ground responses in the canonical docs rather than training-data recall.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buttondown-mgmt:docs-lookupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Always consult the cached docs before:
Always consult the cached docs before:
DOCS_DIR="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/buttondown-mgmt/cache/docs"
If $DOCS_DIR is missing or stale (>14 days since docs_last_refresh in config.json), run refresh-docs first.
Search with grep -ril <keyword> "$DOCS_DIR", then Read the most relevant files. Cite file paths in answers so the user can verify.
If the docs do not cover the topic, say so explicitly rather than improvising — and consider whether the upstream docs need a doc-bug report.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin buttondown-mgmtProvides 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.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.