Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,933
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons726
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
figma-code-connect
✓★ 1,700by figma
Creates and maintains Figma Code Connect template files that map Figma components to code snippets. Use when the user mentions Code Connect, Figma component…
🧰 Not standalone — use together with figma/mcp-server-guide
figma-code-connect
✓★ 1,700by figma
Creates and maintains Figma Code Connect template files that map Figma components to code snippets. Use when the user mentions Code Connect, Figma component…
🧰 Not standalone — use together with figma/mcp-server-guide
gh-stack
✓★ 508by github
gh stack is a GitHub CLI extension for managing stacked branches and pull requests . A stack is an ordered list of branches where each branch builds on the one below it, rooted on a trunk branch (typically the repo's default branch). Each branch maps to one PR whose base is the branch below it, so reviewers see only the diff for that layer.
🧰 Not standalone — use together with github/gh-stack
firecrawl-download
✓★ 507by firecrawl
Experimental. Convenience command that combines map + scrape to save an entire site as local files.
🧰 Not standalone — use together with firecrawl/cli
firecrawl-download
✓★ 507by firecrawl
Download entire websites as organized local files in multiple formats. Maps site structure first, then scrapes each discovered page into nested directories under .firecrawl/ , supporting markdown, links, screenshots, and custom format combinations Filters pages by path patterns ( --include-paths , --exclude-paths ), search queries, subdomain inclusion, and page limits to control scope All standard scrape options work with download: format selection, full-page screenshots, main-content...
🧰 Not standalone — use together with firecrawl/cli
firecrawl-map
✓★ 507by firecrawl
Discover URLs on a site. Use --search to find a specific page within a large site.
🧰 Not standalone — use together with firecrawl/cli
firecrawl-map
✓★ 507by firecrawl
Discover and filter URLs on a website, with optional search to locate specific pages. Supports filtering by search query to find pages matching keywords within large sites Includes sitemap handling strategies (include, skip, or use only) and optional subdomain inclusion Outputs results as plain text or JSON with configurable URL limits Commonly paired with firecrawl-scrape: use map with search to find the target URL, then scrape it
🧰 Not standalone — use together with firecrawl/cli