# Top Agent Skills — full skill catalog with install snippets > 79 skills ranked by composite score. Each entry includes per-agent install snippets. > Canonical: https://top-agent-skills.com/llms-full.txt --- --- name: frontend-design slug: frontend-design score: 95 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/frontend-design --- # frontend-design Escape generic AI-generated UIs. Forces a bold, distinctive design direction before any code is written. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill frontend-design ``` ### Cursor ```bash npx skills add github.com/anthropics/skills --skill frontend-design --target cursor ``` ### Codex CLI ```bash codex skills add github.com/anthropics/skills/skills/frontend-design ``` ### Gemini CLI ```bash gemini skills add github.com/anthropics/skills --skill frontend-design ``` ### Antigravity IDE ```bash antigravity-awesome-skills install --skill frontend-design ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from anthropics/skills repo) ### Claude API POST /v1/skills with the frontend-design.zip payload ## Best for Greenfield landing pages, marketing sites, and any UI that should feel intentional rather than templated. ## Not ideal for Ports of an existing design system — frontend-design pushes a bold direction that may overwrite established tokens. ## About Forces Claude to commit to a bold, distinctive design direction before generating code. Avoids the generic AI aesthetic with cohesive typography, color, motion, and spatial composition. ## Compatibility claude-code, claude-ai, claude-api, cursor, codex, gemini-cli, antigravity ## Metadata - Categories: frontend-design - Tags: React, Tailwind, Design - Setup time: 1 min - Complexity: Low - Last update: 2026-04-22 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/frontend-design - Docs: https://github.com/anthropics/skills/blob/main/skills/frontend-design/SKILL.md --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: antigravity-awesome-skills slug: antigravity-awesome-skills score: 69 rubric: 1.0 provenance: community publisher: Antigravity license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/antigravity-awesome-skills --- # antigravity-awesome-skills 1,234+ skills in one bundle. Single install across AI coding assistants. ## Install ### Claude Code ```bash npx antigravity-awesome-skills --claude ``` ### Cursor ```bash npx antigravity-awesome-skills --cursor ``` ### Codex CLI ```bash npx antigravity-awesome-skills --codex ``` ### Gemini CLI ```bash npx antigravity-awesome-skills --gemini ``` ### Antigravity IDE Pre-installed in Antigravity IDE. ## Best for Teams that want a comprehensive starting set rather than picking 30 individually. ## Not ideal for Lean setups — you will install many skills you never use. ## About 1,234+ agentic skills bundled across AI coding assistants. One install covers nearly every engineering task. ## Compatibility claude-code, cursor, codex, gemini-cli, antigravity ## Metadata - Categories: workflow-orchestration, ai-ml-agent-tooling - Tags: Bundle, Mega-pack - Setup time: 2 min - Complexity: Low - Last update: 2026-04-23 - Verified: 2026-04-29 - Source: https://github.com/antigravity/awesome-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: remotion-best-practices slug: remotion-best-practices score: 67 rubric: 1.0 provenance: verified-org publisher: Remotion license: Proprietary capability: read-only canonical: https://top-agent-skills.com/skill/remotion-best-practices --- # remotion-best-practices Programmatic video done right. Idiomatic Remotion patterns auto-activate when detected. ## Install ### Claude Code ```bash npx skills add github.com/remotion-dev/skills --skill remotion-best-practices ``` ### Cursor ```bash npx skills add remotion-dev/skills --skill remotion-best-practices --target cursor ``` ### Codex CLI ```bash codex skills add remotion-dev/skills/skills/remotion-best-practices ``` ## Best for Video demos, release announcements, explainer videos written in React. ## About Programmatic React-based video. Idiomatic patterns for animations, audio sync, and 3D — auto-activates when Remotion is detected. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: video-media - Tags: React, Video, Animation - Setup time: 2 min - Complexity: Low - Last update: 2026-04-25 - Verified: 2026-04-29 - Source: https://github.com/remotion-dev/skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: superpowers slug: superpowers score: 62 rubric: 1.0 provenance: community publisher: obra license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/superpowers --- # superpowers Structured multi-step development. Brainstorm → spec → plan → build → review → merge — TDD baked in. ## Install ### Claude Code ```bash npx skills add obra/superpowers ``` ### Cursor ```bash npx skills add obra/superpowers --target cursor ``` ### Codex CLI ```bash codex skills add obra/superpowers/skills/superpowers ``` ## Best for Long-running engineering tasks where you want each phase to handoff cleanly. ## Not ideal for Quick one-shot tasks — the orchestration overhead is not worth it. ## About Brainstorm → spec → plan → build → review → merge. A 20+ skill library for structured multi-step development with TDD baked in. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: workflow-orchestration, code-quality-review - Tags: TDD, Multi-agent, Plans - Setup time: 5 min - Complexity: Medium - Last update: 2026-04-19 - Verified: 2026-04-29 - Source: https://github.com/obra/superpowers --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: composio slug: composio score: 59 rubric: 1.0 provenance: verified-org publisher: Composio license: Apache-2.0 capability: action-taking canonical: https://top-agent-skills.com/skill/composio --- # composio 1,000+ SaaS integrations as one skill. OAuth lifecycle, scoped credentials, structured actions. ## Install ### Claude Code ```bash npx skills add composiohq/skills ``` ### Cursor ```bash npx skills add composiohq/skills --target cursor ``` ### Codex CLI ```bash codex skills add composiohq/skills ``` ### Gemini CLI ```bash gemini skills add ComposioHQ/awesome-claude-skills --skill composio ``` ### Antigravity IDE ```bash antigravity-awesome-skills install --skill composio ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ### Claude API POST /v1/skills with the skill zip; reference by skill_id in container parameter. ## Best for Any agent that needs to act on real SaaS systems — Slack, Notion, GitHub, Stripe, Salesforce. ## Not ideal for Read-only research where MCPs would be lighter. ## About 1,000+ SaaS integrations packaged as one skill — OAuth lifecycle, scoped credentials, standardized action schemas. ## Compatibility claude-code, claude-ai, claude-api, cursor, codex, gemini-cli, antigravity ## Metadata - Categories: ai-ml-agent-tooling - Tags: OAuth, SaaS, Action-taking - Setup time: 5 min - Complexity: Medium - Last update: 2026-04-25 - Verified: 2026-04-29 - Source: https://github.com/ComposioHQ/awesome-claude-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: web-artifacts-builder slug: web-artifacts-builder score: 55 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/web-artifacts-builder --- # web-artifacts-builder Self-contained HTML artifacts with React + shadcn/ui — no build step, just paste and run. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill web-artifacts-builder ``` ### Cursor ```bash npx skills add github.com/anthropics/skills --skill web-artifacts-builder --target cursor ``` ### Codex CLI ```bash codex skills add github.com/anthropics/skills/skills/web-artifacts-builder ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ### Claude API POST /v1/skills with the skill zip; reference by skill_id in container parameter. ## Best for Demos, prototypes, and one-off interactive artifacts. ## About Build self-contained HTML artifacts using React and shadcn/ui components. ## Compatibility claude-code, claude-ai, claude-api, cursor, codex ## Metadata - Categories: frontend-design - Tags: React, shadcn/ui, Artifacts - Setup time: 1 min - Complexity: Low - Last update: 2026-04-15 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: pdf slug: pdf score: 55 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/pdf --- # pdf Extract, fill, merge. PDF manipulation with bundled scripts so Claude does not waste tokens generating them. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill pdf ``` ### Cursor ```bash npx skills add anthropics/skills --skill pdf --target cursor ``` ### Codex CLI ```bash codex skills add anthropics/skills/skills/pdf ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ### Claude API Use skill_id: "pdf" with the code-execution-2025-08-25 + skills-2025-10-02 beta headers. ## Best for Bulk PDF text/table extraction, form filling, merging. ## About Extract text and tables from PDFs, fill forms, merge documents. Bundled scripts for deterministic ops. ## Compatibility claude-code, claude-ai, claude-api, cursor, codex ## Metadata - Categories: document-processing - Tags: PDF, Forms, Read-write - Setup time: 1 min - Complexity: Low - Last update: 2026-04-20 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/pdf --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: supabase-skill slug: supabase-skill score: 55 rubric: 1.0 provenance: verified-org publisher: Supabase license: Apache-2.0 capability: read-write canonical: https://top-agent-skills.com/skill/supabase-skill --- # supabase-skill Supabase done right. RLS policies, edge functions, realtime, auth — in idiomatic patterns. ## Install ### Claude Code ```bash npx skills add supabase/skills ``` ### Cursor ```bash npx skills add supabase/skills --target cursor ``` ### Codex CLI ```bash codex skills add supabase/skills/skills/supabase-skill ``` ## Best for Teams on Supabase who want the agent to write RLS-correct queries by default. ## About Supabase patterns: row-level security policies, edge functions, realtime subscriptions, auth flows. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: databases-schemas, ai-ml-agent-tooling - Tags: Postgres, RLS, Realtime - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-26 - Verified: 2026-04-30 - Source: https://github.com/supabase/skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: tailwind-best-practices slug: tailwind-best-practices score: 55 rubric: 1.0 provenance: verified-org publisher: Tailwind Labs license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/tailwind-best-practices --- # tailwind-best-practices Tailwind that scales. Token mapping, responsive variants, dark mode, plugins. ## Install ### Claude Code ```bash npx skills add tailwindlabs/skills ``` ## Best for Tailwind teams that want the agent to honor design tokens instead of arbitrary values. ## About Tailwind CSS patterns: utility composition, design token mapping, responsive variants, dark-mode strategy, plugin authorship. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: frontend-design - Tags: Tailwind, CSS, Tokens - Setup time: 2 min - Complexity: Low - Last update: 2026-04-24 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: stripe-payments slug: stripe-payments score: 55 rubric: 1.0 provenance: verified-org publisher: Stripe license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/stripe-payments --- # stripe-payments Stripe done right. Checkout, subscriptions, webhooks, idempotency, metered billing. ## Install ### Claude Code ```bash npx skills add stripe/skills ``` ## Best for Teams adding Stripe where webhook handling and idempotency are easy to get wrong. ## About Stripe API patterns: checkout, subscriptions, webhooks, idempotency, metered billing, customer portal. ## Compatibility claude-code, claude-api, cursor, codex ## Metadata - Categories: ai-ml-agent-tooling - Tags: Stripe, Payments, Webhooks - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-26 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: shopify-storefront slug: shopify-storefront score: 55 rubric: 1.0 provenance: verified-org publisher: Shopify license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/shopify-storefront --- # shopify-storefront Shopify Storefront API: cart, checkout, metafields, customer accounts, Hydrogen patterns. ## Install ### Claude Code ```bash npx skills add shopify/skills ``` ## Best for Headless Shopify storefronts where you want the agent to build commerce flows correctly. ## About Shopify Storefront API patterns: cart, checkout, customer accounts, metafields, hydrogen components. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: ai-ml-agent-tooling, frontend-design - Tags: Shopify, Commerce, Hydrogen - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-24 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: sentry-error-handling slug: sentry-error-handling score: 55 rubric: 1.0 provenance: verified-org publisher: Sentry license: BSD-3-Clause capability: read-write canonical: https://top-agent-skills.com/skill/sentry-error-handling --- # sentry-error-handling Sentry the right way. Source maps, releases, breadcrumbs, performance, structured tags. ## Install ### Claude Code ```bash npx skills add sentry/skills ``` ## Best for Teams adding or improving error monitoring with Sentry. ## About Sentry error tracking patterns: source maps, release tracking, breadcrumbs, performance, structured tagging. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: devops-infra, code-quality-review - Tags: Sentry, Errors, Observability - Setup time: 3 min - Complexity: Low - Last update: 2026-04-25 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: theme-factory slug: theme-factory score: 53 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/theme-factory --- # theme-factory Single seed prompt → cohesive token system. Tokens that look intentional, not generated. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill theme-factory ``` ### Cursor ```bash npx skills add anthropics/skills --skill theme-factory --target cursor ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ## Best for Bootstrapping a design system from a vibe. ## About Generate cohesive color, typography, and spacing themes from a single seed prompt. ## Compatibility claude-code, claude-ai, cursor ## Metadata - Categories: frontend-design - Tags: Tokens, Design system, Theming - Setup time: 1 min - Complexity: Low - Last update: 2026-04-12 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/theme-factory --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: vercel-web-design-guidelines slug: vercel-web-design-guidelines score: 53 rubric: 1.0 provenance: verified-org publisher: Vercel license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/vercel-web-design-guidelines --- # vercel-web-design-guidelines 100+ accessibility and UX rules from Vercel, applied as a structural audit on your UI code. ## Install ### Claude Code ```bash npx skills add github.com/vercel-labs/agent-skills --skill web-design-guidelines ``` ### Cursor ```bash npx skills add github.com/vercel-labs/agent-skills --skill web-design-guidelines --target cursor ``` ### Codex CLI ```bash codex skills add vercel-labs/agent-skills/skills/vercel-web-design-guidelines ``` ## Best for Pre-PR audits, accessibility compliance, design system enforcement. ## About Audits UI code against 100+ Vercel accessibility and UX rules. Reports violations structurally. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: frontend-design, code-quality-review - Tags: A11y, UX, Audit - Setup time: 2 min - Complexity: Low - Last update: 2026-04-08 - Verified: 2026-04-29 - Source: https://github.com/vercel-labs/agent-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: vercel-react-best-practices slug: vercel-react-best-practices score: 53 rubric: 1.0 provenance: verified-org publisher: Vercel license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/vercel-react-best-practices --- # vercel-react-best-practices 57 React/Next.js performance rules, applied as a structural review on your code. ## Install ### Claude Code ```bash npx skills add github.com/vercel-labs/agent-skills --skill vercel-react-best-practices ``` ### Cursor ```bash npx skills add vercel-labs/agent-skills --skill vercel-react-best-practices --target cursor ``` ### Codex CLI ```bash codex skills add vercel-labs/agent-skills/skills/vercel-react-best-practices ``` ## Best for Performance reviews on React/Next.js codebases. ## About 57 performance rules for React and Next.js code, applied as a structural review. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: code-quality-review, frontend-design - Tags: React, Next.js, Performance - Setup time: 2 min - Complexity: Low - Last update: 2026-04-08 - Verified: 2026-04-29 - Source: https://github.com/vercel-labs/agent-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: trail-of-bits slug: trail-of-bits score: 53 rubric: 1.0 provenance: verified-org publisher: Trail of Bits license: Apache-2.0 capability: read-only canonical: https://top-agent-skills.com/skill/trail-of-bits --- # trail-of-bits Security audits run by a real security firm. CodeQL + Semgrep + audit workflows. ## Install ### Claude Code ```bash npx skills add trailofbits/skills ``` ### Cursor ```bash npx skills add trailofbits/skills --target cursor ``` ### Codex CLI ```bash codex skills add trailofbits/skills/skills/trail-of-bits ``` ## Best for Pre-release vulnerability scans, ongoing security review. ## About CodeQL + Semgrep static analysis, vulnerability detection, audit workflows from a top-tier security firm. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: security-auditing, code-quality-review - Tags: CodeQL, Semgrep, Audit - Setup time: 3 min - Complexity: Medium - Last update: 2026-04-22 - Verified: 2026-04-29 - Source: https://github.com/trailofbits/skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: firecrawl slug: firecrawl score: 53 rubric: 1.0 provenance: verified-org publisher: Firecrawl license: Proprietary capability: action-taking canonical: https://top-agent-skills.com/skill/firecrawl --- # firecrawl Web scraping, search, and browser automation built to be agent-friendly. ## Install ### Claude Code ```bash npx -y firecrawl-cli@latest init --all --browser ``` ## Best for Research workflows, structured extraction at scale, search-grounded answers. ## About Reliable web scraping, search, and browser automation for agents. ## Compatibility claude-code, claude-api, cursor, codex ## Metadata - Categories: browser-automation, data-analytics - Tags: Scraping, Search, Web - Setup time: 3 min - Complexity: Low - Last update: 2026-04-21 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: webapp-testing slug: webapp-testing score: 53 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/webapp-testing --- # webapp-testing Test local webapps with Playwright. Generation, run, report — end-to-end. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill webapp-testing ``` ### Cursor ```bash npx skills add anthropics/skills --skill webapp-testing --target cursor ``` ## Best for Filling test gaps in a webapp, smoke-testing UIs after a change. ## About Test local web applications using Playwright. Generate tests, run them, and report failures. ## Compatibility claude-code, cursor ## Metadata - Categories: testing-qa - Tags: Playwright, E2E, Testing - Setup time: 3 min - Complexity: Medium - Last update: 2026-04-18 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/webapp-testing --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: valyu slug: valyu score: 53 rubric: 1.0 provenance: verified-org publisher: Valyu license: Proprietary capability: read-only canonical: https://top-agent-skills.com/skill/valyu --- # valyu Web search + 36 authoritative data sources. SEC, PubMed, ChEMBL, FRED — agent-grade research. ## Install ### Claude Code ```bash npx skills add valyu-network/skills ``` ## Best for Research workflows needing current, authoritative data with 79% FreshQA score. ## About Web search + 36 specialised data sources: SEC filings, PubMed, ChEMBL, ClinicalTrials.gov, FRED, academic publishers. ## Compatibility claude-code, claude-api, cursor, codex ## Metadata - Categories: data-analytics, browser-automation - Tags: Search, SEC, PubMed - Setup time: 3 min - Complexity: Low - Last update: 2026-04-26 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: simplify slug: simplify score: 53 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/simplify --- # simplify Review for reuse, quality, efficiency. Catches over-abstraction and dead code before merge. ## Install ### Claude Code Bundled with Claude Code by default — invoke with /simplify. ## Best for Pre-merge review pass on a feature branch. ## About Code review for reuse, quality, and efficiency. Catches over-abstraction and dead code. ## Compatibility claude-code, cursor ## Metadata - Categories: code-quality-review - Tags: Review, Refactor, DRY - Setup time: 0 min - Complexity: Low - Last update: 2026-04-25 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: planetscale-skills slug: planetscale-skills score: 53 rubric: 1.0 provenance: verified-org publisher: PlanetScale license: Apache-2.0 capability: read-write canonical: https://top-agent-skills.com/skill/planetscale-skills --- # planetscale-skills PlanetScale's schema branching and index-aware queries, packaged for agents. ## Install ### Claude Code ```bash npx skills add planetscale/skills ``` ## Best for Teams already on PlanetScale who want migrations to feel like Git. ## About Schema design with branching conventions and index-aware query generation. Git-style migration workflow. ## Compatibility claude-code, cursor ## Metadata - Categories: databases-schemas - Tags: Schema, Migrations, MySQL - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-21 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: shadcn-context slug: shadcn-context score: 53 rubric: 1.0 provenance: verified-org publisher: shadcn license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/shadcn-context --- # shadcn-context shadcn/ui context: components, patterns, and the right composition by default. ## Install ### Claude Code ```bash npx skills add shadcn/skills ``` ## Best for Teams using shadcn/ui who want the agent to honor component conventions. ## About shadcn/ui component context and patterns for agents to use components correctly. ## Compatibility claude-code, cursor ## Metadata - Categories: frontend-design - Tags: shadcn, Components - Setup time: 2 min - Complexity: Low - Last update: 2026-04-20 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: next-js-app-router slug: next-js-app-router score: 53 rubric: 1.0 provenance: verified-org publisher: Vercel license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/next-js-app-router --- # next-js-app-router Next.js App Router by the book. Server components, streaming, parallel routes. ## Install ### Claude Code ```bash npx skills add github.com/vercel-labs/agent-skills --skill next-js-app-router ``` ### Cursor ```bash npx skills add vercel-labs/agent-skills --skill next-js-app-router --target cursor ``` ### Codex CLI ```bash codex skills add vercel-labs/agent-skills/skills/next-js-app-router ``` ## Best for Next.js 13+ teams that want App Router patterns idiomatic and not Pages-Router-flavored. ## About Next.js App Router patterns: server components, streaming, parallel routes, intercepting routes, loading and error boundaries. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: frontend-design, code-quality-review - Tags: Next.js, React, App Router - Setup time: 2 min - Complexity: Medium - Last update: 2026-04-25 - Verified: 2026-04-30 - Source: https://github.com/vercel-labs/agent-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: brand-guidelines slug: brand-guidelines score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/brand-guidelines --- # brand-guidelines Lock generated UIs to a brand. Anthropic's own guidelines, formalized as a skill. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill brand-guidelines ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ### Claude API POST /v1/skills with the skill zip; reference by skill_id in container parameter. ## Best for Internal branded artifacts, landing pages that need to match a brand exactly. ## About Apply Anthropic's official brand guidelines (typography, color, voice) to artifacts and UIs. ## Compatibility claude-code, claude-ai, claude-api ## Metadata - Categories: frontend-design - Tags: Brand, Guidelines, Identity - Setup time: 1 min - Complexity: Low - Last update: 2026-04-10 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/brand-guidelines --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: composition-patterns slug: composition-patterns score: 51 rubric: 1.0 provenance: verified-org publisher: Vercel license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/composition-patterns --- # composition-patterns Boolean prop hell → compound components. Cleaner React component APIs by construction. ## Install ### Claude Code ```bash npx skills add github.com/vercel-labs/agent-skills --skill composition-patterns ``` ### Cursor ```bash npx skills add vercel-labs/agent-skills --skill composition-patterns --target cursor ``` ## Best for Component library refactoring, API design improvements. ## About Replaces boolean props with compound components and clean APIs. ## Compatibility claude-code, cursor ## Metadata - Categories: frontend-design, code-quality-review - Tags: React, Patterns, API design - Setup time: 2 min - Complexity: Low - Last update: 2026-04-08 - Verified: 2026-04-29 - Source: https://github.com/vercel-labs/agent-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: docx slug: docx score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/docx --- # docx Word documents end-to-end. Create, edit, comment, track-change. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill docx ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ### Claude API Use skill_id: "docx". ## Best for Generating branded Word reports, edit-with-track-changes workflows. ## About Create, edit, and analyze Word documents — formatting, tables, comments, tracked changes. ## Compatibility claude-code, claude-ai, claude-api ## Metadata - Categories: document-processing - Tags: Word, Reports, Read-write - Setup time: 1 min - Complexity: Low - Last update: 2026-04-20 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/docx --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: xlsx slug: xlsx score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/xlsx --- # xlsx Excel spreadsheets with real formulas, charts, and formatting — not flat CSV exports. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill xlsx ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ### Claude API Use skill_id: "xlsx". ## Best for Financial models, structured reports, anything that needs formulas. ## About Create and analyze Excel spreadsheets with formulas, formatting, and charts. ## Compatibility claude-code, claude-ai, claude-api ## Metadata - Categories: document-processing, data-analytics - Tags: Excel, Formulas, Charts - Setup time: 1 min - Complexity: Low - Last update: 2026-04-20 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/xlsx --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: pptx slug: pptx score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/pptx --- # pptx PowerPoint decks with layouts, charts, speaker notes — programmatic from prose. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill pptx ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ### Claude API Use skill_id: "pptx". ## Best for Generating internal decks at scale, parsing existing decks for content. ## About Create presentations, edit slides, analyze presentation content. ## Compatibility claude-code, claude-ai, claude-api ## Metadata - Categories: document-processing, communication-docs - Tags: PowerPoint, Slides, Decks - Setup time: 1 min - Complexity: Low - Last update: 2026-04-20 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/pptx --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: mcp-builder slug: mcp-builder score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/mcp-builder --- # mcp-builder Build new MCP servers. The official scaffold + design walkthrough. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill mcp-builder ``` ## Best for When you need a new MCP and want it built right. ## About Create MCP servers for API integration. Walks Claude through scaffolding, schema design, and packaging. ## Compatibility claude-code ## Metadata - Categories: ai-ml-agent-tooling - Tags: MCP, Server, Scaffold - Setup time: 2 min - Complexity: Medium - Last update: 2026-04-15 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/mcp-builder --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: skill-creator slug: skill-creator score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/skill-creator --- # skill-creator Build new skills interactively. Output is a clean SKILL.md ready to publish. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill skill-creator ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ## Best for First-time skill authors and teams shipping internal skills. ## About Interactive tool for building new SKILL.md files — frontmatter, prose, examples. ## Compatibility claude-code, claude-ai ## Metadata - Categories: ai-ml-agent-tooling - Tags: Authoring, SKILL.md - Setup time: 1 min - Complexity: Low - Last update: 2026-04-12 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/skill-creator --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: claude-api slug: claude-api score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/claude-api --- # claude-api Always-current Claude API reference and SDK docs. Bundled with Claude Code. ## Install ### Claude Code Bundled with Claude Code by default. To re-install: npx skills add github.com/anthropics/skills --skill claude-api ## Best for Building Claude API apps that should not lag the docs. ## About Up-to-date Claude API reference, SDK documentation, and best practices for 8 programming languages. ## Compatibility claude-code ## Metadata - Categories: ai-ml-agent-tooling - Tags: API, SDK, Docs - Setup time: 0 min - Complexity: Low - Last update: 2026-04-26 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/claude-api --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: algorithmic-art slug: algorithmic-art score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/algorithmic-art --- # algorithmic-art p5.js algorithmic art with particle systems and procedural geometry. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill algorithmic-art ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ## Best for Generative art, hero illustrations, procedural backgrounds. ## About Generate visual art using p5.js with particle systems and procedural geometry. ## Compatibility claude-code, claude-ai ## Metadata - Categories: video-media - Tags: p5.js, Generative, Art - Setup time: 1 min - Complexity: Low - Last update: 2026-04-15 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/algorithmic-art --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: canvas-design slug: canvas-design score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/canvas-design --- # canvas-design Visual art from prose. PNG and PDF outputs that look intentionally designed. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill canvas-design ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ## Best for Hero images, social posts, one-off marketing visuals. ## About Design beautiful visual art in PNG and PDF formats from prose. ## Compatibility claude-code, claude-ai ## Metadata - Categories: video-media - Tags: Canvas, PNG, PDF - Setup time: 1 min - Complexity: Low - Last update: 2026-04-15 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/canvas-design --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: slack-gif-creator slug: slack-gif-creator score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/slack-gif-creator --- # slack-gif-creator Animated GIFs sized and optimized for Slack reactions. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill slack-gif-creator ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ## Best for Internal team comms, custom Slack reactions. ## About Create animated GIFs optimized for Slack reactions and posts. ## Compatibility claude-code, claude-ai ## Metadata - Categories: video-media, communication-docs - Tags: GIF, Slack - Setup time: 1 min - Complexity: Low - Last update: 2026-04-12 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: seo-geo-claude-skills slug: seo-geo-claude-skills score: 51 rubric: 1.0 provenance: community publisher: aaron-he-zhu license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/seo-geo-claude-skills --- # seo-geo-claude-skills 20 SEO + GEO skills in one bundle. Keyword research, audits, rank tracking, AI search optimization. ## Install ### Claude Code ```bash npx skills add aaron-he-zhu/seo-geo-claude-skills ``` ### Cursor ```bash npx skills add aaron-he-zhu/seo-geo-claude-skills --skill seo-geo-claude-skills --target cursor ``` ### Codex CLI ```bash codex skills add aaron-he-zhu/seo-geo-claude-skills/skills/seo-geo-claude-skills ``` ### Gemini CLI ```bash gemini skills add aaron-he-zhu/seo-geo-claude-skills --skill seo-geo-claude-skills ``` ## Best for Teams that want SEO ops as a structured agent workflow rather than ad-hoc prompts. ## About 20 SEO & GEO skills covering keyword research, content writing, technical audits, rank tracking. CORE-EEAT + CITE frameworks. ## Compatibility claude-code, cursor, codex, gemini-cli ## Metadata - Categories: seo-content, marketing-growth - Tags: SEO, GEO, Content - Setup time: 5 min - Complexity: Medium - Last update: 2026-04-20 - Verified: 2026-04-29 - Source: https://github.com/aaron-he-zhu/seo-geo-claude-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: internal-comms slug: internal-comms score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/internal-comms --- # internal-comms Internal comms that read consistent. Newsletters, status reports, FAQs, updates. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill internal-comms ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ## Best for Recurring internal comms — weekly updates, all-hands prep, FAQ pages. ## About Write newsletters, status reports, FAQs, and internal updates with consistent voice. ## Compatibility claude-code, claude-ai ## Metadata - Categories: communication-docs - Tags: Newsletter, Status, FAQ - Setup time: 1 min - Complexity: Low - Last update: 2026-04-14 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/internal-comms --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: doc-coauthoring slug: doc-coauthoring score: 51 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/doc-coauthoring --- # doc-coauthoring Multi-author edits with suggestion mode and conflict resolution. ## Install ### Claude Code ```bash npx skills add github.com/anthropics/skills --skill doc-coauthoring ``` ### Claude.ai (web app) Settings → Features → Upload skill (download zip from the source repo). ## Best for Editing teams where the agent is one of multiple voices on a doc. ## About Multi-author document editing patterns — track changes, suggestion mode, conflict resolution. ## Compatibility claude-code, claude-ai ## Metadata - Categories: communication-docs, document-processing - Tags: Editing, Track-changes - Setup time: 1 min - Complexity: Low - Last update: 2026-04-14 - Verified: 2026-04-29 - Source: https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: alirezarezvani-skills slug: alirezarezvani-skills score: 51 rubric: 1.0 provenance: community publisher: alirezarezvani license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/alirezarezvani-skills --- # alirezarezvani-skills 232+ skills across engineering, marketing, product, compliance, advisory. ## Install ### Claude Code ```bash npx skills add alirezarezvani/claude-skills ``` ### Cursor ```bash npx skills add alirezarezvani/claude-skills --skill alirezarezvani-skills --target cursor ``` ### Codex CLI ```bash codex skills add alirezarezvani/claude-skills/skills/alirezarezvani-skills ``` ### Gemini CLI ```bash gemini skills add alirezarezvani/claude-skills --skill alirezarezvani-skills ``` ## Best for Mixed-discipline teams looking for one source. ## About 232+ skills across engineering, marketing, product, compliance, and C-level advisory. ## Compatibility claude-code, cursor, codex, gemini-cli ## Metadata - Categories: workflow-orchestration, ai-ml-agent-tooling - Tags: Bundle, Multi-discipline - Setup time: 3 min - Complexity: Low - Last update: 2026-04-19 - Verified: 2026-04-29 - Source: https://github.com/alirezarezvani/claude-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: expo-skills slug: expo-skills score: 51 rubric: 1.0 provenance: verified-org publisher: Expo license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/expo-skills --- # expo-skills Expo workflows: navigation, EAS, OTA, native modules. ## Install ### Claude Code ```bash npx skills add expo/skills ``` ### Cursor ```bash npx skills add expo/skills --skill expo-skills --target cursor ``` ## Best for React Native + Expo teams. ## About Expo app development workflows: navigation, EAS builds, OTA updates, native modules. ## Compatibility claude-code, cursor ## Metadata - Categories: frontend-design, devops-infra - Tags: Expo, React Native, EAS - Setup time: 3 min - Complexity: Medium - Last update: 2026-04-17 - Verified: 2026-04-29 - Source: https://github.com/expo/skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: tdd-skill slug: tdd-skill score: 50 rubric: 1.0 provenance: community publisher: obra license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/tdd-skill --- # tdd-skill TDD with red/green/refactor as a concrete TypeScript walkthrough. ## Install ### Claude Code ```bash npx skills add obra/superpowers --skill tdd ``` ### Cursor ```bash npx skills add obra/superpowers --skill tdd-skill --target cursor ``` ### Codex CLI ```bash codex skills add obra/superpowers/skills/tdd-skill ``` ## Best for New features with clear requirements, bug fixes, complex business logic. ## Not ideal for UI layout changes, simple CRUD, exploratory code. ## About Walks Claude through the Red-Green-Refactor cycle with concrete TypeScript examples. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: testing-qa, code-quality-review - Tags: TDD, TypeScript - Setup time: 2 min - Complexity: Low - Last update: 2026-04-19 - Verified: 2026-04-29 - Source: https://github.com/obra/superpowers --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: corey-haines-marketing slug: corey-haines-marketing score: 49 rubric: 1.0 provenance: community publisher: coreyhaines31 license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/corey-haines-marketing --- # corey-haines-marketing 32+ marketing skills in one bundle. CRO, copywriting, SEO, analytics, email, growth. ## Install ### Claude Code ```bash npx skills add coreyhaines31/marketingskills ``` ### Cursor ```bash npx skills add coreyhaines31/marketingskills --skill corey-haines-marketing --target cursor ``` ### Codex CLI ```bash codex skills add coreyhaines31/marketingskills/skills/corey-haines-marketing ``` ## Best for Founders and small marketing teams who want a comprehensive agent-assisted stack. ## About 32+ marketing skills: CRO, copywriting, SEO, analytics tracking, email sequences, growth engineering. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: marketing-growth, seo-content - Tags: CRO, Copywriting, Email - Setup time: 4 min - Complexity: Low - Last update: 2026-04-22 - Verified: 2026-04-29 - Source: https://github.com/coreyhaines31/marketingskills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: humanizer slug: humanizer score: 49 rubric: 1.0 provenance: community publisher: humanizer license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/humanizer --- # humanizer Strip the AI tells. Multi-pass editing for content that reads opinionated, not generated. ## Install ### Claude Code ```bash npx skills add humanizer/skill ``` ## Best for Long-form posts where the AI smell would hurt credibility. ## About Multi-pass editing that removes AI-writing tells so posts sound opinionated and human. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: marketing-growth, seo-content, communication-docs - Tags: Editing, Voice, AEO - Setup time: 2 min - Complexity: Low - Last update: 2026-04-08 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: prisma-orm slug: prisma-orm score: 49 rubric: 1.0 provenance: community publisher: prisma-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/prisma-orm --- # prisma-orm Prisma migrations and queries by the book. Index-aware, migration-safe, type-correct. ## Install ### Claude Code ```bash npx skills add prisma-skills/orm ``` ## Best for TypeScript backends on Prisma where schema migrations should be reviewable and safe. ## About Prisma schema design, migrations, query patterns, performance tuning. Index-aware query generation. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: databases-schemas, code-quality-review - Tags: Prisma, TypeScript, Migrations - Setup time: 3 min - Complexity: Medium - Last update: 2026-04-22 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: redis-cache-patterns slug: redis-cache-patterns score: 49 rubric: 1.0 provenance: community publisher: redis-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/redis-cache-patterns --- # redis-cache-patterns Caching without the bugs. Invalidation, write-through, cache-aside, distributed locks. ## Install ### Claude Code ```bash npx skills add redis-skills/cache-patterns ``` ## Best for Teams adding Redis caching where naming and invalidation are easy to get wrong. ## About Redis caching strategies: invalidation, write-through, cache-aside, distributed locks, rate limiting. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: databases-schemas, devops-infra - Tags: Redis, Cache, Performance - Setup time: 2 min - Complexity: Low - Last update: 2026-04-15 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: system-architecture-diagrams slug: system-architecture-diagrams score: 49 rubric: 1.0 provenance: community publisher: arch-skills license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/system-architecture-diagrams --- # system-architecture-diagrams C4, deployment, sequence-of-events architecture diagrams generated from natural-language descriptions. ## Install ### Claude Code ```bash npx skills add arch-skills/system-diagrams ``` ## Best for Engineering reviews, ADRs, onboarding docs. ## About System architecture diagram patterns: C4, sequence-of-events, deployment topology, data flow. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: diagrams-visualization, communication-docs - Tags: C4, Architecture, ADR - Setup time: 2 min - Complexity: Low - Last update: 2026-04-21 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: cro-patterns slug: cro-patterns score: 49 rubric: 1.0 provenance: community publisher: cro-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/cro-patterns --- # cro-patterns CRO patterns from real teardowns. Hero copy, social proof, friction audits, test design. ## Install ### Claude Code ```bash npx skills add cro-skills/patterns ``` ## Best for Founders and growth marketers running conversion experiments. ## About Conversion rate optimization: above-the-fold patterns, social proof placement, friction audits, A/B test design. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: marketing-growth - Tags: CRO, A/B testing, Funnel - Setup time: 3 min - Complexity: Low - Last update: 2026-04-22 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: email-sequence-builder slug: email-sequence-builder score: 49 rubric: 1.0 provenance: community publisher: email-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/email-sequence-builder --- # email-sequence-builder Full email sequences with branching, exit conditions, and copy that does not read like an AI wrote it. ## Install ### Claude Code ```bash npx skills add email-skills/sequences ``` ## Best for Lifecycle marketing flows where you want the structure right and the copy human. ## About Multi-email sequence design: onboarding, nurture, win-back, abandoned-cart. Branching logic, exit conditions, copy. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: marketing-growth, communication-docs - Tags: Email, Lifecycle, Drip - Setup time: 3 min - Complexity: Low - Last update: 2026-04-19 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: docker-best-practices slug: docker-best-practices score: 49 rubric: 1.0 provenance: community publisher: docker-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/docker-best-practices --- # docker-best-practices Dockerfiles done right. Multi-stage, cache-friendly, distroless, hardened. ## Install ### Claude Code ```bash npx skills add docker-skills/best-practices ``` ## Best for Teams shipping containerized apps where image size and security matter. ## About Dockerfile patterns: multi-stage builds, layer caching, distroless base images, security hardening. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: devops-infra, security-auditing - Tags: Docker, Containers, Security - Setup time: 2 min - Complexity: Low - Last update: 2026-04-25 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: github-actions-builder slug: github-actions-builder score: 49 rubric: 1.0 provenance: community publisher: gh-actions-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/github-actions-builder --- # github-actions-builder GitHub Actions workflows with matrix, reusable jobs, OIDC, secrets done right. ## Install ### Claude Code ```bash npx skills add gh-actions-skills/builder ``` ## Best for Repos that need clean, maintainable CI/CD without copy-pasted YAML. ## About GitHub Actions workflow patterns: matrix builds, reusable workflows, secrets handling, OIDC auth. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: devops-infra - Tags: GitHub Actions, CI/CD, YAML - Setup time: 2 min - Complexity: Low - Last update: 2026-04-23 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: web-scraping-patterns slug: web-scraping-patterns score: 49 rubric: 1.0 provenance: community publisher: scraping-skills license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/web-scraping-patterns --- # web-scraping-patterns Ethical scraping at scale. robots.txt respect, rate-limiting, structured extraction. ## Install ### Claude Code ```bash npx skills add scraping-skills/patterns ``` ## Best for Research workflows where you need to extract structured data without breaking sites. ## About Ethical web scraping: robots.txt respect, rate-limiting, retry-with-backoff, structured extraction with schema. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: browser-automation, data-analytics - Tags: Scraping, Ethics, Schema - Setup time: 2 min - Complexity: Low - Last update: 2026-04-19 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: typescript-strict-mode slug: typescript-strict-mode score: 49 rubric: 1.0 provenance: community publisher: ts-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/typescript-strict-mode --- # typescript-strict-mode TypeScript strict mode by default. Discriminated unions, branded types, exhaustive switches. ## Install ### Claude Code ```bash npx skills add ts-skills/strict-mode ``` ## Best for TypeScript codebases moving to strict mode and wanting strong types throughout. ## About TypeScript strict mode patterns: discriminated unions, branded types, exhaustive switches, type narrowing. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: code-quality-review - Tags: TypeScript, Types, Strict - Setup time: 1 min - Complexity: Low - Last update: 2026-04-21 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: vitest-skill slug: vitest-skill score: 49 rubric: 1.0 provenance: community publisher: vitest-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/vitest-skill --- # vitest-skill Vitest patterns: snapshots, mocks, parallel runs, in-source tests, coverage. ## Install ### Claude Code ```bash npx skills add vitest-skills/skill ``` ## Best for TypeScript projects using Vitest as the primary test runner. ## About Vitest test patterns: snapshot testing, mocking, parallel runs, in-source testing, coverage configuration. ## Compatibility claude-code, cursor, codex ## Metadata - Categories: testing-qa, code-quality-review - Tags: Vitest, Unit testing, TypeScript - Setup time: 2 min - Complexity: Low - Last update: 2026-04-18 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: notion-api-skill slug: notion-api-skill score: 49 rubric: 1.0 provenance: community publisher: notion-skills license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/notion-api-skill --- # notion-api-skill Notion API: page/database CRUD, block hierarchies, rich text, schema sync. ## Install ### Claude Code ```bash npx skills add notion-skills/api ``` ## Best for Teams using Notion as a CMS or knowledge base where the agent needs to read and write. ## About Notion API patterns: page/database CRUD, block hierarchies, rich text, schema sync, rate-limit handling. ## Compatibility claude-code, claude-api, cursor, codex ## Metadata - Categories: ai-ml-agent-tooling, communication-docs - Tags: Notion, API, CMS - Setup time: 3 min - Complexity: Medium - Last update: 2026-04-20 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: code-review-plugin slug: code-review-plugin score: 48 rubric: 1.0 provenance: anthropic publisher: Anthropic license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/code-review-plugin --- # code-review-plugin Structured PR reviews with severity-tagged findings — bugs, security, perf, style. ## Install ### Claude Code Bundled with Claude Code — invoke with /review. ## Best for Pre-merge review with consistent format that PR comments can quote directly. ## About Structured reviews covering bugs, security, performance, and style. Output formatted with severity levels. ## Compatibility claude-code ## Metadata - Categories: code-quality-review, security-auditing - Tags: Review, Security, PR - Setup time: 0 min - Complexity: Low - Last update: 2026-04-25 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: terraform-claude-skill slug: terraform-claude-skill score: 47 rubric: 1.0 provenance: community publisher: lgbarn license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/terraform-claude-skill --- # terraform-claude-skill Terraform expertise on tap. State inspection, module validators, safety-first IaC. ## Install ### Claude Code ```bash npx skills add lgbarn/devops-skills --skill terraform ``` ### Cursor ```bash npx skills add lgbarn/devops-skills --skill terraform-claude-skill --target cursor ``` ## Best for Terraform-heavy infra teams that want fewer foot-guns. ## About Terraform / OpenTofu workflows, state inspection, module validators, troubleshooting guides. ## Compatibility claude-code, cursor ## Metadata - Categories: devops-infra - Tags: Terraform, IaC, AWS - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-10 - Verified: 2026-04-29 - Source: https://github.com/lgbarn/devops-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: devops-engineer slug: devops-engineer score: 47 rubric: 1.0 provenance: community publisher: jeffallan license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/devops-engineer --- # devops-engineer Senior DevOps engineer persona — CI/CD, containers, blue-green/canary, IaC across clouds. ## Install ### Claude Code ```bash npx skills add jeffallan/claude-skills --skill devops-engineer ``` ### Cursor ```bash npx skills add jeffallan/claude-skills --skill devops-engineer --target cursor ``` ## Best for Generalist DevOps work where you want a higher-quality default than the agent gives unprompted. ## About Senior DevOps persona: CI/CD pipelines, container management, blue-green and canary deploys, IaC. ## Compatibility claude-code, cursor ## Metadata - Categories: devops-infra - Tags: CI/CD, Containers, AWS - Setup time: 3 min - Complexity: Low - Last update: 2026-04-08 - Verified: 2026-04-29 - Source: https://github.com/jeffallan/claude-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: agent-browser slug: agent-browser score: 47 rubric: 1.0 provenance: community publisher: agent-browser license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/agent-browser --- # agent-browser Deterministic web control. ref-based clicks/fills, no flaky selectors, parallel sessions. ## Install ### Claude Code ```bash npm install -g agent-browser ``` ## Best for When you need browser automation that does not rely on clean APIs and survives selector churn. ## About Deterministic, ref-based control over any web interface. Click, fill, screenshot, parallel sessions. ## Compatibility claude-code, cursor ## Metadata - Categories: browser-automation, testing-qa - Tags: Browser, Automation, Action-taking - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-15 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: browser-use slug: browser-use score: 47 rubric: 1.0 provenance: community publisher: browser-use license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/browser-use --- # browser-use Headless browser as an agent tool. Navigate JS-heavy pages, fill forms, extract content. ## Install ### Claude Code ```bash npx skills add browser-use/skills ``` ### Cursor ```bash npx skills add browser-use/browser-use --skill browser-use --target cursor ``` ## Best for JS-rendered pages where simple HTTP scraping fails. ## About Headless browser control: navigate, click, fill forms, extract content, take screenshots. ## Compatibility claude-code, cursor ## Metadata - Categories: browser-automation - Tags: Headless, Browser, JS - Setup time: 5 min - Complexity: Medium - Last update: 2026-04-10 - Verified: 2026-04-29 - Source: https://github.com/browser-use/browser-use --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: playwright-skill slug: playwright-skill score: 47 rubric: 1.0 provenance: community publisher: lackeyjb license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/playwright-skill --- # playwright-skill Playwright patterns: clicks, fills, waits, retries. The do-it-right defaults. ## Install ### Claude Code ```bash npx skills add lackeyjb/playwright-skill ``` ### Cursor ```bash npx skills add lackeyjb/playwright-skill --skill playwright-skill --target cursor ``` ## Best for Adding Playwright tests where the agent would otherwise hand-roll fragile patterns. ## About Browser automation patterns for Playwright — clicks, fills, waits, retries. ## Compatibility claude-code, cursor ## Metadata - Categories: testing-qa, browser-automation - Tags: Playwright, Automation - Setup time: 2 min - Complexity: Low - Last update: 2026-04-10 - Verified: 2026-04-29 - Source: https://github.com/lackeyjb/playwright-skill --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: d3js-skill slug: d3js-skill score: 47 rubric: 1.0 provenance: community publisher: chrisvoncsefalvay license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/d3js-skill --- # d3js-skill D3.js patterns for interactive viz that does not look stock. ## Install ### Claude Code ```bash npx skills add chrisvoncsefalvay/claude-d3js-skill ``` ### Cursor ```bash npx skills add chrisvoncsefalvay/claude-d3js-skill --skill d3js-skill --target cursor ``` ## Best for Custom interactive viz where you want D3 quality without remembering D3. ## About D3.js patterns for interactive data visualizations — force-directed graphs, choropleths, scales. ## Compatibility claude-code, cursor ## Metadata - Categories: diagrams-visualization, data-analytics - Tags: D3.js, Viz, Interactive - Setup time: 2 min - Complexity: Low - Last update: 2026-04-08 - Verified: 2026-04-29 - Source: https://github.com/chrisvoncsefalvay/claude-d3js-skill --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: excalidraw-generator slug: excalidraw-generator score: 47 rubric: 1.0 provenance: community publisher: coleam00 license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/excalidraw-generator --- # excalidraw-generator Excalidraw JSON diagrams from prose, with rendering self-checks. ## Install ### Claude Code ```bash npx skills add coleam00/excalidraw-skill ``` ### Cursor ```bash npx skills add coleam00/excalidraw-skill --skill excalidraw-generator --target cursor ``` ## Best for Architecture diagrams, conceptual mappings, whiteboarding outputs. ## About Generate Excalidraw JSON diagrams from descriptions, with self-validation rendering. ## Compatibility claude-code, cursor ## Metadata - Categories: diagrams-visualization, communication-docs - Tags: Excalidraw, Diagrams - Setup time: 2 min - Complexity: Low - Last update: 2026-04-06 - Verified: 2026-04-29 - Source: https://github.com/coleam00/excalidraw-skill --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: frontend-slides slug: frontend-slides score: 47 rubric: 1.0 provenance: community publisher: zarazhangrui license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/frontend-slides --- # frontend-slides HTML slide decks from prose. Easy to embed, version, and edit later. ## Install ### Claude Code ```bash npx skills add zarazhangrui/frontend-slides ``` ### Cursor ```bash npx skills add zarazhangrui/frontend-slides --skill frontend-slides --target cursor ``` ## Best for Conference talks, internal training, anything you want to embed in a webpage. ## About Create HTML-based presentations from prose with consistent layouts and theming. ## Compatibility claude-code, cursor ## Metadata - Categories: communication-docs, video-media - Tags: Slides, HTML, Presentations - Setup time: 2 min - Complexity: Low - Last update: 2026-04-09 - Verified: 2026-04-29 - Source: https://github.com/zarazhangrui/frontend-slides --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: standup-skill slug: standup-skill score: 47 rubric: 1.0 provenance: community publisher: standup-skill license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/standup-skill --- # standup-skill Standup updates from recent commits, PRs, and ticket moves. Yesterday/today/blockers. ## Install ### Claude Code ```bash npx skills add standup-skill/skill ``` ## Best for Daily standups; weekly/monthly retros. ## About Generates standup updates from recent commits, PRs, and ticket activity. ## Compatibility claude-code, cursor ## Metadata - Categories: communication-docs, workflow-orchestration - Tags: Standup, Reports - Setup time: 2 min - Complexity: Low - Last update: 2026-04-08 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: mongodb-patterns slug: mongodb-patterns score: 47 rubric: 1.0 provenance: community publisher: mongodb-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/mongodb-patterns --- # mongodb-patterns MongoDB aggregations and indexing without the foot-guns. ## Install ### Claude Code ```bash npx skills add mongodb-skills/patterns ``` ## Best for Mongo-heavy teams that want correct aggregation pipelines on the first try. ## About MongoDB query patterns, aggregation pipelines, indexing strategies, schema design conventions. ## Compatibility claude-code, cursor ## Metadata - Categories: databases-schemas, data-analytics - Tags: MongoDB, Aggregation, NoSQL - Setup time: 3 min - Complexity: Medium - Last update: 2026-04-18 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: mermaid-diagrams slug: mermaid-diagrams score: 47 rubric: 1.0 provenance: community publisher: mermaid-skill license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/mermaid-diagrams --- # mermaid-diagrams Mermaid diagrams from prose with self-validating syntax. Sequence, flowchart, ER, state. ## Install ### Claude Code ```bash npx skills add mermaid-skill/skill ``` ## Best for In-doc diagrams (GitHub READMEs, Notion pages) where Mermaid renders inline. ## About Mermaid diagram syntax: sequence, flowchart, ER, state, gantt, class. Self-validating output. ## Compatibility claude-code, claude-ai, cursor ## Metadata - Categories: diagrams-visualization, communication-docs - Tags: Mermaid, Diagrams, Markdown - Setup time: 1 min - Complexity: Low - Last update: 2026-04-19 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: linkedin-content-skill slug: linkedin-content-skill score: 47 rubric: 1.0 provenance: community publisher: linkedin-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/linkedin-content-skill --- # linkedin-content-skill LinkedIn posts that read human. Hook patterns, voice modeling, carousel scripts. ## Install ### Claude Code ```bash npx skills add linkedin-skills/content ``` ## Best for Founders and operators building presence on LinkedIn without sounding like an LLM. ## About LinkedIn long-form posts and carousels — voice modeling, hook patterns, post-frequency calendar. ## Compatibility claude-code, claude-ai, cursor ## Metadata - Categories: marketing-growth, communication-docs - Tags: LinkedIn, Social, Content - Setup time: 2 min - Complexity: Low - Last update: 2026-04-18 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: aws-cdk-patterns slug: aws-cdk-patterns score: 47 rubric: 1.0 provenance: community publisher: aws-cdk-skills license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/aws-cdk-patterns --- # aws-cdk-patterns AWS CDK in TypeScript with stack composition, drift detection, cost-tagged resources. ## Install ### Claude Code ```bash npx skills add aws-cdk-skills/patterns ``` ## Best for Teams on AWS CDK who want infrastructure that reads cleanly years later. ## About AWS CDK patterns in TypeScript: stack composition, construct libraries, drift detection, cost-tagged resources. ## Compatibility claude-code, cursor ## Metadata - Categories: devops-infra - Tags: AWS, CDK, IaC - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-20 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: puppeteer-patterns slug: puppeteer-patterns score: 47 rubric: 1.0 provenance: community publisher: puppeteer-skills license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/puppeteer-patterns --- # puppeteer-patterns Puppeteer patterns: lifecycle, network interception, PDF generation, anti-flakiness. ## Install ### Claude Code ```bash npx skills add puppeteer-skills/patterns ``` ## Best for Node teams using Puppeteer for scraping, PDF rendering, or visual testing. ## About Puppeteer browser automation: page lifecycle, evaluate vs exposeFunction, network interception, PDF generation. ## Compatibility claude-code, cursor ## Metadata - Categories: browser-automation, testing-qa - Tags: Puppeteer, Node.js, Headless - Setup time: 3 min - Complexity: Medium - Last update: 2026-04-17 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: cypress-testing slug: cypress-testing score: 47 rubric: 1.0 provenance: community publisher: cypress-skills license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/cypress-testing --- # cypress-testing Cypress E2E with page objects, custom commands, network stubs, a11y checks. ## Install ### Claude Code ```bash npx skills add cypress-skills/testing ``` ## Best for Frontend teams using Cypress for E2E testing. ## About Cypress E2E testing patterns: page objects, custom commands, network stubbing, retry-ability, accessibility checks. ## Compatibility claude-code, cursor ## Metadata - Categories: testing-qa - Tags: Cypress, E2E, Frontend testing - Setup time: 3 min - Complexity: Medium - Last update: 2026-04-16 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: scientific-skills slug: scientific-skills score: 45 rubric: 1.0 provenance: community publisher: K-Dense-AI license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/scientific-skills --- # scientific-skills Scientific computing + dataset APIs. Reproducible research workflows for agents. ## Install ### Claude Code ```bash npx skills add K-Dense-AI/claude-scientific-skills ``` ## Best for Computational biology, materials, physics — anywhere reproducibility matters. ## About Science library + database integrations: scikit-learn patterns, scientific dataset APIs, reproducibility helpers. ## Compatibility claude-code ## Metadata - Categories: data-analytics - Tags: Science, scikit-learn, Reproducibility - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-12 - Verified: 2026-04-29 - Source: https://github.com/K-Dense-AI/claude-scientific-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: ios-simulator-skill slug: ios-simulator-skill score: 45 rubric: 1.0 provenance: community publisher: conorluddy license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/ios-simulator-skill --- # ios-simulator-skill Drive the iOS Simulator from the agent loop. Build and test iOS apps. ## Install ### Claude Code ```bash npx skills add conorluddy/ios-simulator-skill ``` ## Best for iOS dev where the agent should compile, run, and test in the simulator. ## About iOS app building and testing with the iOS Simulator from the agent loop. ## Compatibility claude-code ## Metadata - Categories: testing-qa, devops-infra - Tags: iOS, Simulator, Mobile - Setup time: 5 min - Complexity: Medium - Last update: 2026-04-11 - Verified: 2026-04-29 - Source: https://github.com/conorluddy/ios-simulator-skill --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: web-asset-generator slug: web-asset-generator score: 45 rubric: 1.0 provenance: community publisher: alonw0 license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/web-asset-generator --- # web-asset-generator Favicons, app icons, social cards — generated at all the right sizes. ## Install ### Claude Code ```bash npx skills add alonw0/web-asset-generator ``` ## Best for Pre-launch asset generation, social-card production at scale. ## About Generate favicons, app icons, social cards, and other web assets at multiple resolutions. ## Compatibility claude-code ## Metadata - Categories: frontend-design, video-media - Tags: Favicons, Icons, OG - Setup time: 1 min - Complexity: Low - Last update: 2026-04-13 - Verified: 2026-04-29 - Source: https://github.com/alonw0/web-asset-generator --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: mindmap-generator slug: mindmap-generator score: 45 rubric: 1.0 provenance: community publisher: mindmap-skills license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/mindmap-generator --- # mindmap-generator Hierarchical mindmaps from prose. Outputs Markmap, OPML, FreeMind. ## Install ### Claude Code ```bash npx skills add mindmap-skills/generator ``` ## Best for Brainstorm structuring, knowledge maps, exploration trees. ## About Hierarchical mindmaps from prose. Multiple output formats (Markmap, OPML, FreeMind XML). ## Compatibility claude-code, claude-ai ## Metadata - Categories: diagrams-visualization, workflow-orchestration - Tags: Mindmap, Markmap, Brainstorm - Setup time: 2 min - Complexity: Low - Last update: 2026-04-12 - Verified: 2026-04-30 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: k8s-security-policies slug: k8s-security-policies score: 44 rubric: 1.0 provenance: community publisher: jeffallan license: MIT capability: read-only canonical: https://top-agent-skills.com/skill/k8s-security-policies --- # k8s-security-policies Kubernetes hardening by the book. NetworkPolicies, RBAC, OPA, service mesh. ## Install ### Claude Code ```bash npx skills add jeffallan/claude-skills --skill k8s-security-policies ``` ### Cursor ```bash npx skills add jeffallan/claude-skills --skill k8s-security-policies --target cursor ``` ## Best for Hardening k8s clusters before they ship. ## About Kubernetes hardening: NetworkPolicies, Pod Security Standards, RBAC, OPA Gatekeeper, service mesh mTLS. ## Compatibility claude-code, cursor ## Metadata - Categories: security-auditing, devops-infra - Tags: Kubernetes, RBAC, OPA - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-10 - Verified: 2026-04-29 - Source: https://github.com/jeffallan/claude-skills --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: shannon slug: shannon score: 44 rubric: 1.0 provenance: verified-org publisher: KeygraphHQ license: Proprietary capability: action-taking canonical: https://top-agent-skills.com/skill/shannon --- # shannon Real exploits, no false positives. 96.15% exploit success across 50+ vuln types. ## Install ### Claude Code Sign up for Shannon access at keygraph.ai, then follow the connection guide. ## Best for Bug bounty triage, real-world exploitability validation. ## Not ideal for Anything that should not be touched without explicit authorization — this skill takes action. ## About Autonomous security validation that executes real exploits across 50+ vulnerability types. ## Compatibility claude-code ## Metadata - Categories: security-auditing - Tags: Pentest, Exploitation, Action-taking - Setup time: 15 min - Complexity: High - Last update: 2026-04-18 - Verified: 2026-04-29 --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: get-shit-done slug: get-shit-done score: 42 rubric: 1.0 provenance: community publisher: gsd-build license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/get-shit-done --- # get-shit-done Meta-prompting that keeps the agent on a single outcome until it lands. ## Install ### Claude Code ```bash npx skills add gsd-build/get-shit-done ``` ## Best for Tasks where the agent tends to wander or context-switch. ## About Meta-prompting system for sustained focus on one outcome. ## Compatibility claude-code ## Metadata - Categories: workflow-orchestration - Tags: Focus, Meta-prompting - Setup time: 3 min - Complexity: Low - Last update: 2026-04-05 - Verified: 2026-04-29 - Source: https://github.com/gsd-build/get-shit-done --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: loki-mode slug: loki-mode score: 42 rubric: 1.0 provenance: community publisher: asklokesh license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/loki-mode --- # loki-mode Multi-agent orchestration. Spawn parallel subagents and merge their outputs reliably. ## Install ### Claude Code ```bash npx skills add asklokesh/claudeskill-loki-mode ``` ## Best for Greenfield startup explorations, parallel work that benefits from specialization. ## About Multi-agent startup orchestration — spawns specialized subagents for parallel work. ## Compatibility claude-code ## Metadata - Categories: workflow-orchestration, ai-ml-agent-tooling - Tags: Multi-agent, Subagents, Parallel - Setup time: 4 min - Complexity: Medium - Last update: 2026-04-12 - Verified: 2026-04-29 - Source: https://github.com/asklokesh/claudeskill-loki-mode --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: claude-seo slug: claude-seo score: 42 rubric: 1.0 provenance: community publisher: AgriciDaniel license: MIT capability: read-write canonical: https://top-agent-skills.com/skill/claude-seo --- # claude-seo Full-stack SEO: 19 sub-skills, 12 subagents, schema, GEO/AEO, backlinks, local. ## Install ### Claude Code ```bash npx skills add AgriciDaniel/claude-seo ``` ## Best for Agencies and ops teams that want one skill bundle to rule the SEO stack. ## About Universal SEO skill: 19 sub-skills, 12 subagents, 3 extensions (DataForSEO, Firecrawl, Banana). Schema, GEO/AEO, backlinks, local SEO. ## Compatibility claude-code ## Metadata - Categories: seo-content - Tags: SEO, Schema, Local - Setup time: 8 min - Complexity: High - Last update: 2026-04-15 - Verified: 2026-04-29 - Source: https://github.com/AgriciDaniel/claude-seo --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ --- --- name: ffuf-web-fuzzing slug: ffuf-web-fuzzing score: 40 rubric: 1.0 provenance: community publisher: jthack license: MIT capability: action-taking canonical: https://top-agent-skills.com/skill/ffuf-web-fuzzing --- # ffuf-web-fuzzing ffuf web fuzzing for authorized pentests. Common modes, payloads, and gotchas. ## Install ### Claude Code ```bash npx skills add jthack/ffuf_claude_skill ``` ## Best for Authorized pentest engagements where ffuf is part of the stack. ## Not ideal for Anything not explicitly authorized — fuzzing third-party hosts is hostile. ## About Web fuzzing with ffuf for authorized penetration testing. ## Compatibility claude-code ## Metadata - Categories: security-auditing - Tags: ffuf, Pentest, Fuzzing - Setup time: 6 min - Complexity: Medium - Last update: 2026-04-09 - Verified: 2026-04-29 - Source: https://github.com/jthack/ffuf_claude_skill --- _Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_ ---