22 Claude Code Skills Worth Installing for Build, Design, Research and Marketing

Agent Skills give coding assistants reusable workflows instead of forcing you to repeat the same instructions in every session. The four supplied carousel images group 22 repositories into Build, Design, Research, and Marketing.
I transcribed every entry, resolved the repository behind each label, and corrected ambiguous names. The popularity figures below are the approximate values printed in the source images; they are snapshots rather than live GitHub counts.
The source carousel mixes several artifact types: portable Agent Skills, Claude Code plugins, skill collections, command-line tools, and complete frameworks. Review the repository and installation method before treating every entry as a one-command skill.
Build skills
These projects change how an agent plans, implements, reviews, and communicates during software development.
superpowers
Repository: obra/superpowers
Type: Skill framework and development methodology
Source figure: 260k
A structured software-development workflow for coding agents, covering planning, TDD, debugging, code review, verification, and branch completion.
/plugin install superpowers@claude-plugins-official
gstack
Repository: garrytan/gstack
Type: Multi-skill development stack
Source figure: 124k
A collection of 23 opinionated roles and tools for product planning, design, engineering management, implementation, QA, documentation, and releases.
Follow the repository setup instructions.
caveman
Repository: JuliusBrussee/caveman
Type: Output-style skill and plugin
Source figure: 93k
Reduces filler and compresses prose while preserving code, commands, paths, and error messages.
npx skills add JuliusBrussee/caveman
ponytail
Repository: DietrichGebert/ponytail
Type: Minimal-implementation skill distribution
Source figure: 89k
Pushes an agent toward the smallest implementation that works, emphasizing reuse, YAGNI, and avoiding unnecessary code.
Follow the repository setup instructions.
codex
Repository: openai/codex-plugin-cc
Type: Claude Code plugin
Source figure: 30k
Runs OpenAI Codex from inside Claude Code for code reviews, adversarial reviews, task delegation, and session transfer.
/plugin marketplace add openai/codex-plugin-cc; /plugin install codex@openai-codex
i-have-adhd
Repository: ayghri/i-have-adhd
Type: Output-structure skill
Source figure: 9.4k
Formats responses around the next action, bounded steps, visible progress, and minimal digressions.
npx skills add ayghri/i-have-adhd
Design skills
These repositories add design systems, interface judgment, animation expertise, and programmatic visual production.
ui-ux-pro-max
Repository: nextlevelbuilder/ui-ux-pro-max-skill
Type: UI/UX design intelligence skill
Source figure: 110k
Provides searchable guidance for design systems, layouts, palettes, typography, accessibility, charts, and multiple frontend or mobile stacks.
npm install -g uipro-cli && uipro init --ai claude
taste-skill
Repository: leonxlnx/taste-skill
Type: Frontend design skill collection
Source figure: 67k
Counters generic AI-generated interfaces with stronger layout, typography, spacing, motion, and visual direction.
npx skills add leonxlnx/taste-skill
impeccable
Repository: pbakaus/impeccable
Type: Frontend design skill and audit toolkit
Source figure: 49k
Adds design vocabulary, polish and audit commands, reference material, and deterministic anti-pattern checks.
npx impeccable skills install
hyperframes
Repository: heygen-com/hyperframes
Type: Agent-friendly video framework and skill collection
Source figure: 37k
Turns HTML, CSS, media, and seekable animations into deterministic video renders and includes skills for agent-operated production workflows.
npx skills add heygen-com/hyperframes
emil
Repository: emilkowalski/skills
Type: Interface design and animation skills
Source figure: 20k
Packages practical interface-design and animation judgment for reviewing, improving, and identifying useful motion.
npx skills@latest add emilkowalski/skills
gsap
Repository: greensock/gsap-skills
Type: Official GSAP agent skills
Source figure: 12k
Teaches correct GSAP usage, including timelines, ScrollTrigger, plugins, frameworks, cleanup, and animation performance.
npx skills add https://github.com/greensock/gsap-skills
Research skills
These tools and skills improve information gathering, knowledge mapping, browser access, skill discovery, and session visibility.
skill-creator
Repository: anthropics/skills / skill-creator
Type: Official Agent Skill
Source figure: 164k
Creates, edits, evaluates, and improves Agent Skills, including trigger descriptions and performance testing.
npx skills add anthropics/skills --skill skill-creator
graphify
Repository: Graphify-Labs/graphify
Type: Knowledge-graph tool and agent skill
Source figure: 95k
Converts codebases, documentation, schemas, configurations, and supported documents into a queryable knowledge graph.
Install Graphify, then run: graphify install --platform agents
last30days
Repository: mvanhorn/last30days-skill
Type: Cross-source research skill
Source figure: 53k
Researches recent discussion across sources such as Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then produces a grounded synthesis.
npx skills add mvanhorn/last30days-skill -g
agent-browser
Repository: vercel-labs/agent-browser
Type: Browser automation CLI with an agent skill
Source figure: 39k
Provides a fast browser-automation CLI for agents to navigate pages, inspect accessibility snapshots, interact with controls, and capture screenshots.
npm install -g agent-browser && agent-browser install
find-skills
Repository: vercel-labs/skills / find-skills
Type: Skill-discovery skill and CLI ecosystem
Source figure: 27k
Finds and installs relevant skills from the open Agent Skills ecosystem.
npx skills add vercel-labs/skills --skill find-skills
claude-hud
Repository: jarrodwatts/claude-hud
Type: Claude Code status-line plugin
Source figure: 27k
Shows context usage, tool activity, running agents, model information, repository state, and todo progress below the Claude Code input.
/plugin marketplace add jarrodwatts/claude-hud; /plugin install claude-hud
Marketing skills
These repositories support repeatable video production, marketing workflows, human-sounding writing, and social-media content.
remotion
Repository: remotion-dev/remotion
Type: Programmatic video framework
Source figure: 54k
Creates repeatable videos in React and renders them through a code-based production workflow.
Follow the Remotion project setup instructions.
marketingskills
Repository: coreyhaines31/marketingskills
Type: Marketing skill collection
Source figure: 41k
Bundles marketing workflows for conversion optimization, copywriting, SEO, analytics, growth, launches, pricing, and lifecycle communication.
npx skills add coreyhaines31/marketingskills
humanizer
Repository: blader/humanizer
Type: Writing-editing skill
Source figure: 31k
Detects and removes common signs of AI-generated prose to make writing more direct, varied, and natural.
npx skills add blader/humanizer
social-media-skills
Repository: charlie947/social-media-skills
Type: Social-media content skill collection
Source figure: Creator’s repository
Provides workflows for hooks, post formatting, content matrices, niche research, carousels, infographics, comments, and analytics.
npx skills add charlie947/social-media-skills
Installation patterns
Many repositories that follow the Agent Skills convention can be installed through the open skills CLI:
npx skills add owner/repository
Use the repository-specific command shown above when a project ships its own installer, requires a Claude Code marketplace plugin, or is a standalone framework or command-line application.
- Plugin repositories may include hooks, status-line integration, subagents, or commands that a simple file copy does not install.
- Frameworks such as Remotion and HyperFrames are runtime dependencies, not just prompts.
- CLI tools such as agent-browser may require browser binaries or system packages.
- Skill collections may install many skills; list available entries first when you only need one.
Important corrections and caveats
- The research image labels one project
claude-hub. The verified repository is claude-hud. - The image describes Graphify as turning notes into a visual map. The current project is broader: it converts codebases and related documents into a queryable knowledge graph.
- The
skill-creatorentry is a skill inside Anthropic’s publicanthropics/skillsrepository. - The
find-skillsentry is part of thevercel-labs/skillsrepository, which also provides thenpx skillsCLI. - Star counts and installation instructions change. Check the linked repository before installing.
Security checklist before installing third-party skills
- Read the full
SKILL.md, plugin manifest, hooks, and executable scripts. - Check which shell commands, network endpoints, environment variables, and file paths the project accesses.
- Pin or review versions for production use instead of blindly updating from the default branch.
- Install project-locally first when testing an unfamiliar skill.
- Remove duplicate installations; the same skill installed through both a marketplace and
npx skillsmay appear twice.
Github Repositories
| Category | Project | GitHub repository | Shown in source |
|---|---|---|---|
| Build | superpowers | obra/superpowers | 260k |
| Build | gstack | garrytan/gstack | 124k |
| Build | caveman | JuliusBrussee/caveman | 93k |
| Build | ponytail | DietrichGebert/ponytail | 89k |
| Build | codex | openai/codex-plugin-cc | 30k |
| Build | i-have-adhd | ayghri/i-have-adhd | 9.4k |
| Design | ui-ux-pro-max | nextlevelbuilder/ui-ux-pro-max-skill | 110k |
| Design | taste-skill | leonxlnx/taste-skill | 67k |
| Design | impeccable | pbakaus/impeccable | 49k |
| Design | hyperframes | heygen-com/hyperframes | 37k |
| Design | emil | emilkowalski/skills | 20k |
| Design | gsap | greensock/gsap-skills | 12k |
| Research | skill-creator | anthropics/skills / skill-creator | 164k |
| Research | graphify | Graphify-Labs/graphify | 95k |
| Research | last30days | mvanhorn/last30days-skill | 53k |
| Research | agent-browser | vercel-labs/agent-browser | 39k |
| Research | find-skills | vercel-labs/skills / find-skills | 27k |
| Research | claude-hud | jarrodwatts/claude-hud | 27k |
| Marketing | remotion | remotion-dev/remotion | 54k |
| Marketing | marketingskills | coreyhaines31/marketingskills | 41k |
| Marketing | humanizer | blader/humanizer | 31k |
| Marketing | social-media-skills | charlie947/social-media-skills | Creator’s repository |