By the-focus-ai
Buttondown newsletter management - create drafts, schedule emails, view analytics
npx claudepluginhub the-focus-ai/claude-marketplace --plugin buttondown-skillA Claude Code plugin skill for managing Buttondown newsletters. Create drafts, schedule emails, view analytics, and manage your newsletter directly through Claude.
# Add the Focus marketplace (if not already added)
/plugin marketplace add The-Focus-AI/claude-marketplace
# Install the plugin
/plugin install buttondown-skill@focus-marketplace
Then restart Claude Code.
claude --plugin-dir /path/to/buttondown-skill
Set your Buttondown API key as an environment variable:
export BUTTONDOWN_API_KEY=your_api_key
Once installed, Claude will automatically use this skill when you ask about newsletter management. Examples:
buttondown-skill/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── buttondown/
│ ├── SKILL.md
│ ├── scripts/
│ │ └── buttondown.ts
│ ├── references/
│ │ └── api-types.md
│ └── examples/
│ └── workflow.md
└── README.md
ISC
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.