What's an agent skill?
Agent Skills are portable instruction packs β a folder with a SKILL.md (YAML frontmatter + a step-by-step workflow), plus optional scripts, references and assets β that teach an AI agent WHEN to apply a technique, HOW to execute it, and HOW to verify success. Compatible agents (Claude Code, Copilot, Cursor, and NVIDIA agents) load them on demand, so you extend an agentβs real-world abilities without retraining or rebuilding it.
The standard. Open SKILL.md format (agentskills.io). Skills are model- and vendor-portable; the same skill can drop into Claude Code, Cursor, Copilot and 20+ platforms with zero config.
Why SMBs should care. For SMBs this is leverage: instead of hiring a specialist, you load a vetted skill pack and your existing coding/agent tool gains a senior practitionerβs playbook. Governance matters too β prefer signed/verified skills and review SKILL.md before trusting one (skills can carry prompt-injection or excessive-agency risk).
Skill collections worth knowing
ECC skill library
affaan-m Β· ecc.tools Β· MIT
281 skills Β· 67 agents Β· 94 commands
CoversTDD, research-first dev, security (AgentShield), docs, frontend, ML, operations β skills-first with language rule packs (TS, Python, Go, Swift, PHP).GovernanceHooks enforce quality gates at runtime; a Unified Memory Vault persists context across sessions in portable Markdown.Best forStandardizing plan β test β implement β review β verify β remember β improve across every coding agent.SMB fitMIT, one-command install (npx ecc-install) β the widest single skill library here.
NVIDIA-Verified Agent Skills
NVIDIA Β· Per-skill (signed)
Growing catalog
CoversCUDA-X libraries, AI Blueprints, NeMo training/inference, RAG + AI-Q + NemoClaw + agent-sandbox workflows, optimization (routing/scheduling/LP/QP), distributed training (Megatron-Core/DALI/Nemotron), vision/video, Omniverse & Physical AI (USD).GovernanceScanned before publication for software AND agent-native risks (hidden instructions, prompt injection, trigger abuse, excessive agency). Each skill is signed (detached skill.oms.sig) and ships a "skill card" recording purpose, owner, license, dependencies, limitations and risks.Best forTeams building on the NVIDIA stack who need governed, verifiable, signed skills β security-conscious enterprises.SMB fitBest fit if you already use NIM/NeMo; the verification + signing is enterprise-grade hygiene.
Anthropic Cybersecurity Skills
Community (mukul975) Β· Apache 2.0
817 skills Β· 29 domains
CoversThreat analysis (memory forensics, malware, threat hunting), incident response (DFIR, ransomware, containment), cloud security (AWS/Azure/GCP, CSPM), identity & access (Entra ID, zero trust, PAM), pen-testing (red team, lateral movement), DevSecOps (CI/CD, container scanning, code signing).GovernanceEach skill maps to six industry frameworks: MITRE ATT&CK v19.1 (286 techniques), NIST CSF 2.0, MITRE ATLAS (AI/ML threats), MITRE D3FEND, NIST AI RMF, MITRE F3 (financial fraud). Standard SKILL.md + references/scripts/assets layout.Best forSOC / security teams that want to give Claude Code, Copilot or Cursor a senior analystβs playbooks β "the largest open-source cybersecurity skills library for AI agents."SMB fitHigh β zero-config load into Claude Code; huge value for small teams without a dedicated security analyst.
gstack
Garry Tan Β· MIT
23 skills
CoversA full sprint workflow (Think β Plan β Build β Review β Test β Ship β Reflect): planning (/office-hours, /plan-*-review), design (/design-shotgun, /design-html), dev (/review, /investigate, /autoplan), QA (/qa, /benchmark, real headless-Chromium browser testing), deploy (/ship, /canary), docs (/document-*).GovernanceIncludes safety guardrails (/careful, /freeze, /guard) and a security reviewer (/cso). Open MIT, review-before-use.Best forSolo founders & small teams shipping product fast β "turns Claude Code into a virtual engineering team." Cross-model review (Claude + Codex), persistent memory (GBrain), parallel sprints.SMB fitVery high β designed for technical founders and first-time Claude Code users; free, no waitlist.
Skills For Real Engineers (mattpocock/skills)
Matt Pocock (AI Hero / Total TypeScript) Β· MIT
21 skills Β· 3 groups
CoversSoftware-engineering fundamentals as drop-in skills: requirement 'grilling' / alignment (grill-me, grill-with-docs), domain modeling with a shared CONTEXT.md + ADR language, TDD (red-green-refactor), a disciplined bug-diagnosis loop, deep-module codebase architecture, PRD β vertical-slice issues, issue triage, and prototyping β plus git guardrails and pre-commit setup.GovernanceClean user-invoked vs model-invoked split: user-invoked skills orchestrate (you type them, e.g. /grill-me), model-invoked ones hold reusable discipline and the agent can reach for them automatically β a user-invoked skill may call model-invoked ones but never another user-invoked. Model-agnostic, open MIT, review-before-use. Ships a git-guardrails skill that blocks dangerous git commands (push, reset --hard, clean) via Claude Code hooks.Best forEngineers and technical founders on Claude Code / Codex / Cursor who want small, composable, fundamentals-based skills (TDD, domain modeling, architecture) instead of heavyweight, control-taking process frameworks (GSD, BMAD, Spec-Kit) β "real engineering, not vibe coding."SMB fitHigh β model-agnostic and free (MIT). Install with `npx skills@latest add mattpocock/skills`, pick the skills + your agent, and a small dev team gains a senior engineer's daily playbook.
DeerFlow skill modules
ByteDance Β· MIT
Extensible
CoversModular, progressively-loaded capabilities inside the DeerFlow SuperAgent β research, coding, content creation β composed with MCP tools and sub-agents. (See the Agent harnesses tab for the full runtime.)GovernanceSkills load progressively (on-demand) inside a sandboxed runtime; review modules as with any open skill.Best forTeams already running DeerFlow who want to extend it with bespoke, on-demand skills rather than a monolith.SMB fitTied to adopting DeerFlow itself; powerful but heavier than a drop-in skill pack.
Skills vs harnesses. A harness (LangGraph, DeerFlow, the SDKs β see Agent harnesses) is the runtime that runs an agent loop. Skills are the portable know-how you drop into that runtime. You pick a harness once; you add skills continuously.