Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", "ponytail-audit", or "/ponytail-audit". One-shot report, does not apply fixes.
Best Claude Code skills
Claude Code is Anthropic’s agentic coding tool, and the place the SKILL.md format started. A skill is a folder with a SKILL.md file: a name and description in the frontmatter, and instructions in the body. Claude sees every installed skill’s description and loads the full instructions only when a task matches, so you can install many skills without filling the context window.
Skills are how you teach Claude Code your conventions once — how your team structures React components, runs migrations or writes commit messages — instead of repeating them in every prompt. Many repositories also ship a Claude Code plugin marketplace, which installs a whole set of skills with one command.
How to install Claude Code skills
~/.claude/skills/<skill-name>/SKILL.md.claude/skills/<skill-name>/SKILL.md- For a repository that ships a plugin marketplace, run /plugin marketplace add owner/repo inside Claude Code and install the plugin it lists.
- Otherwise, copy (or git clone) the skill folder into ~/.claude/skills/ for all projects, or .claude/skills/ inside a repository to share it with your team.
- Claude Code picks up new skills automatically. Ask it what skills it has, or invoke one directly with /skill-name.
Source: Anthropic’s official documentation ↗. Each skill page shows the exact install command from its repository.
Popular Claude Code skills
Ranked by quality and GitHub popularity.
Harvest every `ponytail:` comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail ledger", or "what did we mark to do later". One-shot report, changes nothing.
Show ponytail's measured impact as a compact scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /ponytail-gain, "ponytail gain", "what does ponytail save", "show ponytail impact", "ponytail scoreboard".
Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".
Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or invokes /ponytail-review. Complements correctness-focused review, this one only hunts complexity.
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
Trending Claude Code skills
Gaining the most GitHub stars since we started tracking them.
Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".
Rewrite AI-sounding text so it reads like the writer without changing what it says. Use when editing or reviewing prose for AI tells: not-X-but-Y contrasts, one-line closers, staged openers, forced triads, dashes everywhere, inflated claims, sales language, stock AI words, bold labels, or filler. Based on Wikipedia's "Signs of AI writing."
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
Guides systematic root-cause debugging. Use when tests fail, builds break, something that worked yesterday broke, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need to figure out what broke and why — a systematic approach to finding and fixing the root cause rather than guessing.
Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when migrating a database schema in production, such as renaming or dropping a column without downtime (expand/contract). Use when deciding whether to maintain or sunset existing code.
New Claude Code skills
Instrument AI agents with tracing, token metrics, latency, and cost visibility. Use for reliability and debugging.
Build automated evaluation suites for AI agents using golden datasets, rubrics, and regression gates. Use when shipping agent features, validating prompt changes, or gating deployments on quality.
Conduct periodic access reviews and certifications. Implement access governance and recertification workflows. Use when managing access compliance.
Derive new Office files from structural selections without touching the original. Use when the user points at part of a spreadsheet, Word document, PDF, or PowerPoint deck (a worksheet range, paragraph, page, slide, shape, or a pasted selection-ref block) and wants it extracted, converted, or edited — the result is always a NEW file; the source file is never modified. Covers xlsx range extraction to csv/markdown/xlsx, docx paragraph extraction and text replacement, pdf page extraction, pptx slide/shape/table-cell extraction and editing, and targeted xlsx cell edits.
Interact with the user's visible Agent browser in Cherry Studio. Use for page navigation, authenticated websites, screenshots, forms, clicks, and browser debugging. Check live browser tools first; browser control requires the Browser setting and an available Agent pane.
Runs MiniMax Code headlessly for repository analysis and coding tasks. Use when the user asks to delegate work to MiniMax Code or obtain a MiniMax-based coding-agent result.
Claude Code skills by category
Guides
Custom skills
Need a Claude Code skill for your own workflow?
Tell us what you want your AI agent to do. We’ll help turn your workflow, standards or internal tools into a production-ready skill for Claude Code, Codex, Cursor or Gemini.
Frequently asked questions
- Where are Claude Code skills installed?
- Personal skills live in ~/.claude/skills/<skill-name>/ and are available in every project. Project skills live in .claude/skills/ inside a repository, so they can be committed and shared. Skills installed from a plugin are namespaced as /plugin-name:skill-name.
- How does Claude Code decide when to use a skill?
- It reads the description in each skill’s frontmatter and loads the skill when a request matches it. You can also invoke a skill directly with /skill-name.
- What is the difference between a skill and a plugin?
- A skill is one SKILL.md folder. A plugin is a package that can bundle several skills along with commands, agents, hooks or MCP servers, installed through a plugin marketplace.
- How many Claude Code skills are there?
- AISkillsify lists 1,103 skills with evidence of Claude Code support: the skill’s SKILL.md names Claude Code, the repository ships a Claude Code plugin marketplace, or the author tagged the repository for it. The count is refreshed weekly from GitHub.