Top 6 Open Source Claude Skills (April 15 – May 3)

A Reddit user compiled six open-source Claude skills posted between April 15 and May 3. Each skill is designed to be used with Claude (likely via the Skills feature in Claude or custom tool integrations). Here's the breakdown of what each does:
1. brand-alchemy
A brand strategy and naming skill. It interrogates your thoughts for branding first, then applies phonosemantics (sound symbolism), category design frameworks, and auto-checks domain availability across any TLD. Useful for founders and marketers who want data-driven brand naming.
2. npm-downloads-to-leads
Give it a list of npm packages. It pulls 12 weeks of download data, scores each package by growth velocity, maps maintainers to GitHub and X (formerly Twitter), and returns a ranked lead brief. The brief includes who built the package, how to reach them, and what to say. Practical for dev tool sales or partnership outreach.
3. hyperframes
Write HTML, render video. Built for AI agents. Handles HTML-to-video rendering using ffmpeg, GSAP animations, and Puppeteer automation. Good for auto-generating video content from code, e.g., animated demos or explainer videos.
4. email-newsletter
Draft and design a complete HTML email newsletter from a topic or content brief. Output is paste-ready for platforms like Loops, Mailchimp, Beehiiv, Resend, and most email platforms. Saves time on email layout and copy.
5. pricing
Helps figure out pricing for a product or service using minimalist entrepreneur principles, based on the book The Minimalist Entrepreneur. Covers cost-based and value-based pricing, plus the principle that you should always charge something.
6. (Sixth skill not detailed in source)
The post mentions six skills but only describes five explicitly. The sixth may be in the comments or listed elsewhere. Check the source for the full list.
📖 Read the full source: r/ClaudeAI
👀 See Also

How I built a 3D scroll website in 2 hours using Claude Code and Veo
A developer built a 3D scroll website in 2 hours using Claude Code, Veo video generation, and a custom 'video to website' skill. Full code and live demo shared.

The Log Is the Agent: Event-Sourced Graphs for Auditable, Forkable AI Systems
ActiveGraph inverts typical agent frameworks: an append-only event log is the source of truth, and a deterministic graph projection reacts to changes and emits events. This enables replay, forking, and full lineage without bolted-on memory.

Red Queen: A Deterministic Orchestrator That Runs Claude Code as a Worker Pool
Red Queen uses a state machine to orchestrate Claude Code subprocesses, eliminating LLM routing errors and token waste from mega-prompts.

Six GitHub Repositories for Claude Code Development
A Reddit user tested and shared six GitHub repositories designed to improve Claude Code projects, including tools for structured development, UI generation, task management, memory, ecosystem exploration, and workflow automation.