From buttondown-mgmt
Register an additional Buttondown newsletter alongside any already configured. Captures slug, display name, API key reference, user directory, and optional default flag. Use when the user has a new newsletter to manage from the same Claude Code setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buttondown-mgmt:add-newsletterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Adds one entry to `newsletters` in `$DATA_ROOT/config.json`.
Adds one entry to newsletters in $DATA_ROOT/config.json.
$DATA_ROOT/config.json. If missing, run onboard instead.newsletters.op://...).~/Documents/Buttondown/<slug>/); create if missing.default to false.config.json atomically (write to config.json.tmp, then mv).[default] marker.Validate the API key reference resolves (op read "$ref" >/dev/null) before saving — fail fast on a typo.
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.