{
  "name": "Primorum Agent Skills Directory",
  "description": "Curated directory of agent skills for Claude Code, Codex, Cursor, and compatible AI coding agents. Every entry links to its GitHub source and includes install instructions.",
  "url": "https://primorum.ai/skills",
  "generated": "2026-07-06T03:42:47.694Z",
  "count": 16,
  "skills": [
    {
      "slug": "superpowers",
      "name": "Superpowers",
      "author": "Jesse Vincent (obra)",
      "official": false,
      "category": "Development Workflows",
      "stars": 246900,
      "tags": [
        "tdd",
        "debugging",
        "planning",
        "workflows",
        "methodology"
      ],
      "summary": "The most-starred skills framework — battle-tested development methodology as skills.",
      "description": "An agentic skills framework and software development methodology, and the most-starred skills collection on GitHub. Includes the widely-adopted test-driven-development (RED-GREEN-REFACTOR enforcement), systematic-debugging (4-phase root cause analysis), writing-plans, and executing-plans skills. Many of these have been vendored into countless other repos — this is the upstream.",
      "repo": "https://github.com/obra/superpowers",
      "detailPage": "https://primorum.ai/skills/superpowers",
      "install": {
        "note": "Superpowers is a Claude Code plugin marketplace. Register it once, then install individual plugins/skills from it. For other agents, clone and copy the skill folders you need.",
        "steps": [
          {
            "label": "Claude Code — register marketplace",
            "command": "/plugin marketplace add obra/superpowers"
          },
          {
            "label": "Claude Code — then browse & install",
            "command": "/plugin"
          },
          {
            "label": "Any agent — clone and copy a skill folder",
            "command": "git clone https://github.com/obra/superpowers && cp -r superpowers/<skill-name> ~/.claude/skills/"
          }
        ]
      },
      "installPrompt": "Please install the \"Superpowers\" agent skills collection (https://github.com/obra/superpowers) for me.\n\nIf you are Claude Code:\n1. Run: /plugin marketplace add obra/superpowers\n2. Show me the available plugins from this marketplace and ask which I want, then install them.\n\nIf you are another agent that supports SKILL.md skills (Codex, Cursor, etc.):\n1. Run: git clone https://github.com/obra/superpowers\n2. List the skill folders in the repo (each contains a SKILL.md) and ask me which I want.\n3. Copy the chosen skill folders into your skills directory (e.g. ~/.claude/skills/ or your agent's equivalent).\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/superpowers"
    },
    {
      "slug": "anthropic-agent-skills",
      "name": "Anthropic Agent Skills",
      "author": "Anthropic",
      "official": true,
      "category": "Official",
      "stars": 158400,
      "tags": [
        "official",
        "spec",
        "template",
        "documents",
        "claude-code"
      ],
      "summary": "Anthropic's official skills repository — the canonical starting point.",
      "description": "The official Anthropic repository for Agent Skills. Contains the SKILL.md specification, a starter template, and production skills including the document skills (docx, pdf, pptx, xlsx) that power Claude's file capabilities. Registerable as a Claude Code plugin marketplace with a single command. If you read one skills repo, read this one — it defines the format everything else follows.",
      "repo": "https://github.com/anthropics/skills",
      "detailPage": "https://primorum.ai/skills/anthropic-agent-skills",
      "install": {
        "note": "Anthropic Agent Skills is a Claude Code plugin marketplace. Register it once, then install individual plugins/skills from it. For other agents, clone and copy the skill folders you need.",
        "steps": [
          {
            "label": "Claude Code — register marketplace",
            "command": "/plugin marketplace add anthropics/skills"
          },
          {
            "label": "Claude Code — then browse & install",
            "command": "/plugin"
          },
          {
            "label": "Any agent — clone and copy a skill folder",
            "command": "git clone https://github.com/anthropics/skills && cp -r skills/<skill-name> ~/.claude/skills/"
          }
        ]
      },
      "installPrompt": "Please install the \"Anthropic Agent Skills\" agent skills collection (https://github.com/anthropics/skills) for me.\n\nIf you are Claude Code:\n1. Run: /plugin marketplace add anthropics/skills\n2. Show me the available plugins from this marketplace and ask which I want, then install them.\n\nIf you are another agent that supports SKILL.md skills (Codex, Cursor, etc.):\n1. Run: git clone https://github.com/anthropics/skills\n2. List the skill folders in the repo (each contains a SKILL.md) and ask me which I want.\n3. Copy the chosen skill folders into your skills directory (e.g. ~/.claude/skills/ or your agent's equivalent).\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/anthropic-agent-skills"
    },
    {
      "slug": "matt-pocock-skills",
      "name": "Skills for Real Engineers",
      "author": "Matt Pocock",
      "official": false,
      "category": "Development Workflows",
      "stars": 157500,
      "tags": [
        "typescript",
        "engineering",
        "workflows",
        "opinionated"
      ],
      "summary": "Matt Pocock's personal skills, straight from his .claude directory.",
      "description": "Skills from Matt Pocock (of Total TypeScript), published directly from his working .claude directory. Opinionated, minimal, and genuinely used daily by their author — the opposite of bulk-generated skill spam. A good study in how an experienced engineer actually structures agent instructions.",
      "repo": "https://github.com/mattpocock/skills",
      "detailPage": "https://primorum.ai/skills/matt-pocock-skills",
      "install": {
        "note": "Skills for Real Engineers ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).",
        "steps": [
          {
            "label": "Clone the repo",
            "command": "git clone https://github.com/mattpocock/skills"
          },
          {
            "label": "Copy a skill into Claude Code (personal scope)",
            "command": "cp -r skills/<skill-name> ~/.claude/skills/"
          },
          {
            "label": "Read a skill without installing",
            "command": "curl -sL https://raw.githubusercontent.com/mattpocock/skills/main/<skill-name>/SKILL.md"
          }
        ]
      },
      "installPrompt": "Please install skills from the \"Skills for Real Engineers\" collection (https://github.com/mattpocock/skills) for me.\n\n1. Run: git clone https://github.com/mattpocock/skills\n2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.\n3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/matt-pocock-skills"
    },
    {
      "slug": "composio-awesome-claude-skills",
      "name": "Awesome Claude Skills (Composio)",
      "author": "Composio",
      "official": false,
      "category": "Directories",
      "stars": 66900,
      "tags": [
        "awesome-list",
        "integrations",
        "saas",
        "directory"
      ],
      "summary": "Curated skills list plus 78 SaaS integrations from Composio.",
      "description": "Composio's curated list of Claude Skills and tools, distinguished by bundling 78 SaaS integration skills (CRM, DevOps, communication, analytics platforms) alongside community picks. Useful when the capability you need is 'talk to an external product' rather than 'follow a workflow'.",
      "repo": "https://github.com/ComposioHQ/awesome-claude-skills",
      "detailPage": "https://primorum.ai/skills/composio-awesome-claude-skills",
      "install": {
        "note": "Awesome Claude Skills (Composio) is a curated directory of links to other skill repos, not an installable skill collection. Browse it to find skills, then install those from their own repositories.",
        "steps": [
          {
            "label": "Browse the list",
            "command": "open https://github.com/ComposioHQ/awesome-claude-skills"
          },
          {
            "label": "Fetch the README as markdown (for agents)",
            "command": "curl -sL https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/main/README.md"
          }
        ]
      },
      "installPrompt": "Please help me find and install agent skills from the curated list \"Awesome Claude Skills (Composio)\".\n\n1. Fetch the list: https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/main/README.md (source: https://github.com/ComposioHQ/awesome-claude-skills)\n2. Summarize the skills most relevant to my work and ask me which I want.\n3. For each one I pick, install it from its own repository: clone the repo, then copy the skill folder (the one containing SKILL.md) into your skills directory — for Claude Code that's ~/.claude/skills/ (personal) or .claude/skills/ (project); for other agents use their SKILL.md directory.\n4. Confirm each installed skill loads (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/composio-awesome-claude-skills"
    },
    {
      "slug": "awesome-claude-code",
      "name": "Awesome Claude Code",
      "author": "hesreallyhim",
      "official": false,
      "category": "Directories",
      "stars": 48400,
      "tags": [
        "awesome-list",
        "claude-code",
        "plugins",
        "commands",
        "hooks"
      ],
      "summary": "The definitive awesome-list for the whole Claude Code ecosystem.",
      "description": "A hand-picked collection covering the full Claude Code ecosystem — skills, plugins, slash commands, hooks, status lines, subagents, and developer tooling. Broader than a pure skills directory, with an emphasis on code quality, security, and originality in what gets listed. The right entry point if you want the ecosystem map, not just skills.",
      "repo": "https://github.com/hesreallyhim/awesome-claude-code",
      "detailPage": "https://primorum.ai/skills/awesome-claude-code",
      "install": {
        "note": "Awesome Claude Code is a curated directory of links to other skill repos, not an installable skill collection. Browse it to find skills, then install those from their own repositories.",
        "steps": [
          {
            "label": "Browse the list",
            "command": "open https://github.com/hesreallyhim/awesome-claude-code"
          },
          {
            "label": "Fetch the README as markdown (for agents)",
            "command": "curl -sL https://raw.githubusercontent.com/hesreallyhim/awesome-claude-code/main/README.md"
          }
        ]
      },
      "installPrompt": "Please help me find and install agent skills from the curated list \"Awesome Claude Code\".\n\n1. Fetch the list: https://raw.githubusercontent.com/hesreallyhim/awesome-claude-code/main/README.md (source: https://github.com/hesreallyhim/awesome-claude-code)\n2. Summarize the skills most relevant to my work and ask me which I want.\n3. For each one I pick, install it from its own repository: clone the repo, then copy the skill folder (the one containing SKILL.md) into your skills directory — for Claude Code that's ~/.claude/skills/ (personal) or .claude/skills/ (project); for other agents use their SKILL.md directory.\n4. Confirm each installed skill loads (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/awesome-claude-code"
    },
    {
      "slug": "wshobson-agents",
      "name": "wshobson/agents",
      "author": "Seth Hobson",
      "official": false,
      "category": "Development Workflows",
      "stars": 37500,
      "tags": [
        "agents",
        "marketplace",
        "multi-tool",
        "orchestration"
      ],
      "summary": "Multi-harness agentic plugin marketplace spanning six coding agents.",
      "description": "A plugin marketplace of agents and skills that works across Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI. Notable for treating the agent harness as an abstraction layer — write once, run in whichever coding agent you use. Includes specialized subagent definitions referenced by many downstream collections.",
      "repo": "https://github.com/wshobson/agents",
      "detailPage": "https://primorum.ai/skills/wshobson-agents",
      "install": {
        "note": "wshobson/agents is a Claude Code plugin marketplace. Register it once, then install individual plugins/skills from it. For other agents, clone and copy the skill folders you need.",
        "steps": [
          {
            "label": "Claude Code — register marketplace",
            "command": "/plugin marketplace add wshobson/agents"
          },
          {
            "label": "Claude Code — then browse & install",
            "command": "/plugin"
          },
          {
            "label": "Any agent — clone and copy a skill folder",
            "command": "git clone https://github.com/wshobson/agents && cp -r agents/<skill-name> ~/.claude/skills/"
          }
        ]
      },
      "installPrompt": "Please install the \"wshobson/agents\" agent skills collection (https://github.com/wshobson/agents) for me.\n\nIf you are Claude Code:\n1. Run: /plugin marketplace add wshobson/agents\n2. Show me the available plugins from this marketplace and ask which I want, then install them.\n\nIf you are another agent that supports SKILL.md skills (Codex, Cursor, etc.):\n1. Run: git clone https://github.com/wshobson/agents\n2. List the skill folders in the repo (each contains a SKILL.md) and ask me which I want.\n3. Copy the chosen skill folders into your skills directory (e.g. ~/.claude/skills/ or your agent's equivalent).\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/wshobson-agents"
    },
    {
      "slug": "claude-plugins-official",
      "name": "Claude Plugins Official Directory",
      "author": "Anthropic",
      "official": true,
      "category": "Official",
      "stars": 31600,
      "tags": [
        "official",
        "plugins",
        "marketplace",
        "curated"
      ],
      "summary": "Anthropic's curated, quality-gated plugin directory for Claude Code.",
      "description": "Anthropic's managed directory of high-quality Claude Code plugins — internal plugins built by Anthropic plus vetted third-party submissions. Plugins bundle skills, slash commands, agents, and MCP servers. External submissions pass a quality and security review before inclusion, making this the safest source for plugins you haven't audited yourself.",
      "repo": "https://github.com/anthropics/claude-plugins-official",
      "detailPage": "https://primorum.ai/skills/claude-plugins-official",
      "install": {
        "note": "Claude Plugins Official Directory is a Claude Code plugin marketplace. Register it once, then install individual plugins/skills from it. For other agents, clone and copy the skill folders you need.",
        "steps": [
          {
            "label": "Claude Code — register marketplace",
            "command": "/plugin marketplace add anthropics/claude-plugins-official"
          },
          {
            "label": "Claude Code — then browse & install",
            "command": "/plugin"
          },
          {
            "label": "Any agent — clone and copy a skill folder",
            "command": "git clone https://github.com/anthropics/claude-plugins-official && cp -r claude-plugins-official/<skill-name> ~/.claude/skills/"
          }
        ]
      },
      "installPrompt": "Please install the \"Claude Plugins Official Directory\" agent skills collection (https://github.com/anthropics/claude-plugins-official) for me.\n\nIf you are Claude Code:\n1. Run: /plugin marketplace add anthropics/claude-plugins-official\n2. Show me the available plugins from this marketplace and ask which I want, then install them.\n\nIf you are another agent that supports SKILL.md skills (Codex, Cursor, etc.):\n1. Run: git clone https://github.com/anthropics/claude-plugins-official\n2. List the skill folders in the repo (each contains a SKILL.md) and ask me which I want.\n3. Copy the chosen skill folders into your skills directory (e.g. ~/.claude/skills/ or your agent's equivalent).\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/claude-plugins-official"
    },
    {
      "slug": "vercel-agent-skills",
      "name": "Vercel Agent Skills",
      "author": "Vercel",
      "official": true,
      "category": "Official",
      "stars": 28700,
      "tags": [
        "official",
        "vercel",
        "nextjs",
        "deployment"
      ],
      "summary": "Vercel's official skills for building and deploying on their platform.",
      "description": "Vercel's official collection of agent skills, teaching AI agents to work with Vercel deployments, Next.js patterns, and the Vercel platform. Part of the wave of official vendor skills — the pattern where platform teams ship the knowledge agents need to use their products correctly, instead of hoping the model's training data is current.",
      "repo": "https://github.com/vercel-labs/agent-skills",
      "detailPage": "https://primorum.ai/skills/vercel-agent-skills",
      "install": {
        "note": "Vercel Agent Skills ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).",
        "steps": [
          {
            "label": "Clone the repo",
            "command": "git clone https://github.com/vercel-labs/agent-skills"
          },
          {
            "label": "Copy a skill into Claude Code (personal scope)",
            "command": "cp -r agent-skills/<skill-name> ~/.claude/skills/"
          },
          {
            "label": "Read a skill without installing",
            "command": "curl -sL https://raw.githubusercontent.com/vercel-labs/agent-skills/main/<skill-name>/SKILL.md"
          }
        ]
      },
      "installPrompt": "Please install skills from the \"Vercel Agent Skills\" collection (https://github.com/vercel-labs/agent-skills) for me.\n\n1. Run: git clone https://github.com/vercel-labs/agent-skills\n2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.\n3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/vercel-agent-skills"
    },
    {
      "slug": "humanizer",
      "name": "Humanizer",
      "author": "Siqi Chen (blader)",
      "official": false,
      "category": "Writing",
      "stars": 27600,
      "tags": [
        "writing",
        "editing",
        "ai-detection",
        "voice"
      ],
      "summary": "Strips the tells of AI-generated writing from text.",
      "description": "A single-purpose skill that removes signs of AI-generated writing — the em-dash addiction, the 'delve' vocabulary, the hedging, the bullet-point compulsion. Proof that a skill doesn't need to be a framework: one focused job, done well, 27k+ stars. Widely vendored into other collections.",
      "repo": "https://github.com/blader/humanizer",
      "detailPage": "https://primorum.ai/skills/humanizer",
      "install": {
        "note": "Humanizer ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).",
        "steps": [
          {
            "label": "Clone the repo",
            "command": "git clone https://github.com/blader/humanizer"
          },
          {
            "label": "Copy a skill into Claude Code (personal scope)",
            "command": "cp -r humanizer/<skill-name> ~/.claude/skills/"
          },
          {
            "label": "Read a skill without installing",
            "command": "curl -sL https://raw.githubusercontent.com/blader/humanizer/main/<skill-name>/SKILL.md"
          }
        ]
      },
      "installPrompt": "Please install skills from the \"Humanizer\" collection (https://github.com/blader/humanizer) for me.\n\n1. Run: git clone https://github.com/blader/humanizer\n2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.\n3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/humanizer"
    },
    {
      "slug": "voltagent-awesome-agent-skills",
      "name": "Awesome Agent Skills",
      "author": "VoltAgent",
      "official": false,
      "category": "Directories",
      "stars": 27400,
      "tags": [
        "awesome-list",
        "curated",
        "directory",
        "official-skills"
      ],
      "summary": "1,000+ hand-picked skills from official dev teams and the community.",
      "description": "The largest curated skills directory: 1,000+ agent skills from official teams (Anthropic, Google Labs, Vercel, Stripe, Cloudflare, Netlify, Trail of Bits, Sentry, Expo, Hugging Face, Figma) plus community picks. Explicitly hand-picked rather than bulk-generated, with 100 contributors and a companion site at officialskills.sh. The best single place to survey what official vendor skills exist.",
      "repo": "https://github.com/VoltAgent/awesome-agent-skills",
      "detailPage": "https://primorum.ai/skills/voltagent-awesome-agent-skills",
      "install": {
        "note": "Awesome Agent Skills is a curated directory of links to other skill repos, not an installable skill collection. Browse it to find skills, then install those from their own repositories.",
        "steps": [
          {
            "label": "Browse the list",
            "command": "open https://github.com/VoltAgent/awesome-agent-skills"
          },
          {
            "label": "Fetch the README as markdown (for agents)",
            "command": "curl -sL https://raw.githubusercontent.com/VoltAgent/awesome-agent-skills/main/README.md"
          }
        ]
      },
      "installPrompt": "Please help me find and install agent skills from the curated list \"Awesome Agent Skills\".\n\n1. Fetch the list: https://raw.githubusercontent.com/VoltAgent/awesome-agent-skills/main/README.md (source: https://github.com/VoltAgent/awesome-agent-skills)\n2. Summarize the skills most relevant to my work and ask me which I want.\n3. For each one I pick, install it from its own repository: clone the repo, then copy the skill folder (the one containing SKILL.md) into your skills directory — for Claude Code that's ~/.claude/skills/ (personal) or .claude/skills/ (project); for other agents use their SKILL.md directory.\n4. Confirm each installed skill loads (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/voltagent-awesome-agent-skills"
    },
    {
      "slug": "alirezarezvani-claude-skills",
      "name": "claude-skills (330+ skills)",
      "author": "Alireza Rezvani",
      "official": false,
      "category": "Business & Operations",
      "stars": 20600,
      "tags": [
        "business",
        "marketing",
        "compliance",
        "c-level",
        "multi-tool"
      ],
      "summary": "330+ skills spanning engineering, marketing, compliance, and C-level advisory.",
      "description": "One of the broadest skill libraries: 330+ skills, 30+ agents, and 70+ commands covering engineering, DevOps, marketing (including answer-engine optimization), security, compliance, founder-mode C-suite advisory personas, and academic research workflows. Works across 13 coding agents with stdlib-only Python tooling — no pip installs. Where most collections go deep on code, this one goes wide across business functions.",
      "repo": "https://github.com/alirezarezvani/claude-skills",
      "detailPage": "https://primorum.ai/skills/alirezarezvani-claude-skills",
      "install": {
        "note": "claude-skills (330+ skills) is a Claude Code plugin marketplace. Register it once, then install individual plugins/skills from it. For other agents, clone and copy the skill folders you need.",
        "steps": [
          {
            "label": "Claude Code — register marketplace",
            "command": "/plugin marketplace add alirezarezvani/claude-skills"
          },
          {
            "label": "Claude Code — then browse & install",
            "command": "/plugin"
          },
          {
            "label": "Any agent — clone and copy a skill folder",
            "command": "git clone https://github.com/alirezarezvani/claude-skills && cp -r claude-skills/<skill-name> ~/.claude/skills/"
          }
        ]
      },
      "installPrompt": "Please install the \"claude-skills (330+ skills)\" agent skills collection (https://github.com/alirezarezvani/claude-skills) for me.\n\nIf you are Claude Code:\n1. Run: /plugin marketplace add alirezarezvani/claude-skills\n2. Show me the available plugins from this marketplace and ask which I want, then install them.\n\nIf you are another agent that supports SKILL.md skills (Codex, Cursor, etc.):\n1. Run: git clone https://github.com/alirezarezvani/claude-skills\n2. List the skill folders in the repo (each contains a SKILL.md) and ask me which I want.\n3. Copy the chosen skill folders into your skills directory (e.g. ~/.claude/skills/ or your agent's equivalent).\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/alirezarezvani-claude-skills"
    },
    {
      "slug": "huggingface-skills",
      "name": "Hugging Face Skills",
      "author": "Hugging Face",
      "official": true,
      "category": "Official",
      "stars": 10800,
      "tags": [
        "official",
        "huggingface",
        "ml",
        "models",
        "datasets"
      ],
      "summary": "Give agents the power of the Hugging Face ecosystem.",
      "description": "Official Hugging Face skills connecting agents to the HF ecosystem: model search and download, dataset operations, Spaces, and inference. The fastest way to give a coding agent working knowledge of the largest open ML model hub.",
      "repo": "https://github.com/huggingface/skills",
      "detailPage": "https://primorum.ai/skills/huggingface-skills",
      "install": {
        "note": "Hugging Face Skills ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).",
        "steps": [
          {
            "label": "Clone the repo",
            "command": "git clone https://github.com/huggingface/skills"
          },
          {
            "label": "Copy a skill into Claude Code (personal scope)",
            "command": "cp -r skills/<skill-name> ~/.claude/skills/"
          },
          {
            "label": "Read a skill without installing",
            "command": "curl -sL https://raw.githubusercontent.com/huggingface/skills/main/<skill-name>/SKILL.md"
          }
        ]
      },
      "installPrompt": "Please install skills from the \"Hugging Face Skills\" collection (https://github.com/huggingface/skills) for me.\n\n1. Run: git clone https://github.com/huggingface/skills\n2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.\n3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/huggingface-skills"
    },
    {
      "slug": "jeffallan-claude-skills",
      "name": "Claude Skills for Full-Stack Developers",
      "author": "Jeff Allan",
      "official": false,
      "category": "Development Workflows",
      "stars": 10400,
      "tags": [
        "fullstack",
        "react",
        "python",
        "devops",
        "frameworks"
      ],
      "summary": "66 specialized skills covering 30+ frameworks with progressive disclosure.",
      "description": "66 specialized skills for full-stack development covering React, NestJS, Python, DevOps, and over 30 frameworks. Uses progressive disclosure — lean SKILL.md entry points that pull in deeper reference material only when needed, which keeps context costs down. One of the more thoughtfully engineered large collections.",
      "repo": "https://github.com/Jeffallan/claude-skills",
      "detailPage": "https://primorum.ai/skills/jeffallan-claude-skills",
      "install": {
        "note": "Claude Skills for Full-Stack Developers ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).",
        "steps": [
          {
            "label": "Clone the repo",
            "command": "git clone https://github.com/Jeffallan/claude-skills"
          },
          {
            "label": "Copy a skill into Claude Code (personal scope)",
            "command": "cp -r claude-skills/<skill-name> ~/.claude/skills/"
          },
          {
            "label": "Read a skill without installing",
            "command": "curl -sL https://raw.githubusercontent.com/Jeffallan/claude-skills/main/<skill-name>/SKILL.md"
          }
        ]
      },
      "installPrompt": "Please install skills from the \"Claude Skills for Full-Stack Developers\" collection (https://github.com/Jeffallan/claude-skills) for me.\n\n1. Run: git clone https://github.com/Jeffallan/claude-skills\n2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.\n3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/jeffallan-claude-skills"
    },
    {
      "slug": "expo-skills",
      "name": "Expo Skills",
      "author": "Expo",
      "official": true,
      "category": "Official",
      "stars": 2200,
      "tags": [
        "official",
        "expo",
        "react-native",
        "mobile"
      ],
      "summary": "Official skills for Expo and React Native mobile development.",
      "description": "Expo's official collection of agent skills for working with Expo projects and Expo Application Services (EAS). Covers project configuration, builds, submissions, and updates — the workflows where mobile tooling knowledge goes stale fastest and official skills earn their keep.",
      "repo": "https://github.com/expo/skills",
      "detailPage": "https://primorum.ai/skills/expo-skills",
      "install": {
        "note": "Expo Skills ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).",
        "steps": [
          {
            "label": "Clone the repo",
            "command": "git clone https://github.com/expo/skills"
          },
          {
            "label": "Copy a skill into Claude Code (personal scope)",
            "command": "cp -r skills/<skill-name> ~/.claude/skills/"
          },
          {
            "label": "Read a skill without installing",
            "command": "curl -sL https://raw.githubusercontent.com/expo/skills/main/<skill-name>/SKILL.md"
          }
        ]
      },
      "installPrompt": "Please install skills from the \"Expo Skills\" collection (https://github.com/expo/skills) for me.\n\n1. Run: git clone https://github.com/expo/skills\n2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.\n3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/expo-skills"
    },
    {
      "slug": "cloudflare-skills",
      "name": "Cloudflare Skills",
      "author": "Cloudflare",
      "official": true,
      "category": "Official",
      "stars": 2100,
      "tags": [
        "official",
        "cloudflare",
        "workers",
        "infrastructure"
      ],
      "summary": "Official skills for building on Cloudflare — Workers, Pages, R2, D1.",
      "description": "Cloudflare's official skills teaching agents how to build on the Cloudflare developer platform: Workers, Pages, R2, D1, KV, and the rest of the edge stack. Written by the platform team, so the patterns reflect current APIs rather than stale training data.",
      "repo": "https://github.com/cloudflare/skills",
      "detailPage": "https://primorum.ai/skills/cloudflare-skills",
      "install": {
        "note": "Cloudflare Skills ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).",
        "steps": [
          {
            "label": "Clone the repo",
            "command": "git clone https://github.com/cloudflare/skills"
          },
          {
            "label": "Copy a skill into Claude Code (personal scope)",
            "command": "cp -r skills/<skill-name> ~/.claude/skills/"
          },
          {
            "label": "Read a skill without installing",
            "command": "curl -sL https://raw.githubusercontent.com/cloudflare/skills/main/<skill-name>/SKILL.md"
          }
        ]
      },
      "installPrompt": "Please install skills from the \"Cloudflare Skills\" collection (https://github.com/cloudflare/skills) for me.\n\n1. Run: git clone https://github.com/cloudflare/skills\n2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.\n3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.\n4. Confirm the skills load (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/cloudflare-skills"
    },
    {
      "slug": "karanb192-awesome-claude-skills",
      "name": "Awesome Claude Skills (verified)",
      "author": "Karan Bhatia",
      "official": false,
      "category": "Directories",
      "stars": 420,
      "tags": [
        "awesome-list",
        "verified",
        "curated",
        "directory"
      ],
      "summary": "50+ skills, each verified to work before listing.",
      "description": "A smaller directory with a differentiating rule: every listed skill is verified working before inclusion. 50+ skills across testing, debugging, git workflows, and document processing, with clear use-case notes. When you'd rather have 50 skills that work than 1,000 that might, start here.",
      "repo": "https://github.com/karanb192/awesome-claude-skills",
      "detailPage": "https://primorum.ai/skills/karanb192-awesome-claude-skills",
      "install": {
        "note": "Awesome Claude Skills (verified) is a curated directory of links to other skill repos, not an installable skill collection. Browse it to find skills, then install those from their own repositories.",
        "steps": [
          {
            "label": "Browse the list",
            "command": "open https://github.com/karanb192/awesome-claude-skills"
          },
          {
            "label": "Fetch the README as markdown (for agents)",
            "command": "curl -sL https://raw.githubusercontent.com/karanb192/awesome-claude-skills/main/README.md"
          }
        ]
      },
      "installPrompt": "Please help me find and install agent skills from the curated list \"Awesome Claude Skills (verified)\".\n\n1. Fetch the list: https://raw.githubusercontent.com/karanb192/awesome-claude-skills/main/README.md (source: https://github.com/karanb192/awesome-claude-skills)\n2. Summarize the skills most relevant to my work and ask me which I want.\n3. For each one I pick, install it from its own repository: clone the repo, then copy the skill folder (the one containing SKILL.md) into your skills directory — for Claude Code that's ~/.claude/skills/ (personal) or .claude/skills/ (project); for other agents use their SKILL.md directory.\n4. Confirm each installed skill loads (list your available skills afterwards).\n\nMore details: https://primorum.ai/skills/karanb192-awesome-claude-skills"
    }
  ]
}