From buttondown-mgmt
List all email templates in the local template store — name, subject, scope (global or newsletter slug), tags, last updated. Read-only.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin buttondown-mgmtThis skill uses the workspace's default tool permissions.
```bash
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Provides 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.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Share bugs, ideas, or general feedback.
DATA_ROOT="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/buttondown-mgmt"
ls "$DATA_ROOT/templates/"*.md 2>/dev/null
For each file, parse the YAML frontmatter and render a compact table: name, subject, scope, tags, updated.
Optional filter: by scope (global only, or a specific newsletter slug). When invoked from inside send-email, filter to global plus the active newsletter.
If the templates directory is empty, tell the user to run add-template.