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
Surgical GitHub Extraction: A Claude Skill to Fetch One Function, Not the Whole Repo
A new open-source Claude Skill named surgical-github-extraction stops Claude Code from cloning entire repos when you only want one function or pattern. It reads the README, pulls 1–3 raw source files, and lifts the smallest useful unit with a provenance comment.

A Pattern for Running Claude Code on Overnight Unattended Sessions Without Drift
A three-piece framework — chain runner, supervisor, and a single handoff contract — solves the feedback-loop drift problem in multi-hour autonomous Claude Code sessions.

cldctrl: Terminal Dashboard for Managing Claude Code Sessions
cldctrl is an npm package that provides a terminal dashboard for launching and managing Claude Code sessions across projects. It reads existing ~/.claude data, auto-discovers projects, and shows token usage with rate limit bars.

Compass Chrome Extension Adds Navigation Tools to Claude and ChatGPT
A developer built a free Chrome extension called Compass that adds a prompt minimap, sticky scroll headers, session checklists, and prompt builder templates to Claude and ChatGPT interfaces to solve navigation problems in long conversations.