Trending
Apple Design @emilkowalski
Brag @latent-spaces
Premium Frontend UI @github
Code Reviewer @alirezarezvani
Design Taste @keyargo
Frontend Design @anthropic
Using Superpowers @obra
SEO @affaan-m
Caveman — Compress @juliusbrussee
Frontend Design @seb1n
Vercel Optimize @vercel-labs
Reverse Skill Router @zhaoxuya520
Continual Learning @microsoft
Senior Backend @alirezarezvani
Skill Creator @anthropic
Security Audit @cloudflare-security-audit
Canvas Design @anthropic Official Agent Skills
Top Agent Skills
Latest Agent Skills
Find skills by category
Frequently asked questions
What is an Agent Skill?
An Agent Skill is a reusable instruction file that teaches an AI agent to do one task well, such as reviewing code or extracting PDF tables. It ships as a SKILL.md file: YAML frontmatter plus Markdown instructions. The agent loads it automatically when a request matches, and the same file works across Claude Code, Cursor, Codex, and 60+ other agents.
Where can I download skills for Claude Code and other AI agents?
SkillMD (skillmd.com) is a free, open registry of thousands of AI agent skills. Search by task, category, or agent, then install with one CLI command (npx skillmds@latest add owner/name), through the hosted MCP server, or by copying the SKILL.md file directly. Every public skill passes an automated safety review before it is listed.
Do skills work across different agents and IDEs?
Yes. SKILL.md is an open standard, so the same skill works across Claude Code, Claude.ai, Codex, Cursor, Gemini, Antigravity and more. Each tool just reads the file from its skills directory. See skillmd.com/agents for per-agent install paths.
Are skills safe to install?
Treat them like any code you add to your workflow. Every skill on SkillMD shows capability flags (executes scripts, makes network calls, reads secrets, or docs-only), and SkillMD never runs a skill's scripts for you. Review the SKILL.md before installing, especially for unverified authors.
Do AI agent skills cost anything?
No. SkillMD is 100% free: searching, saving, installing, and publishing skills all cost nothing, and skills remain under their authors' original licenses.