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-mgmtOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.