From buttondown-mgmt
List recent Buttondown emails (drafts, scheduled, sent) for a specific newsletter via the Buttondown API. Grounds the request shape in the locally cached docs before calling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buttondown-mgmt:list-emailsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Pick newsletter.** If the user named one, look up that slug in `config.json`. Otherwise use the default newsletter. If multiple are configured and no default is set, ask.
config.json. Otherwise use the default newsletter. If multiple are configured and no default is set, ask.docs-lookup for the emails endpoint to confirm current path, query params, and response shape.api_key_ref (op read "$ref").curl the emails endpoint with Authorization: Token <key>.For filters (drafts only, sent in last N days, etc.), translate to documented query params — don't invent params.
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.