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-ons725
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
clean-copy
★ 48,500by tldraw
Reimplement the current branch on a new branch with a clean, narrative-quality git commit history. Use when asked to make a clean copy branch, clean up commit…
🧰 Not standalone — use together with tldraw/tldraw
commit-changes
★ 48,500by tldraw
Create a git commit for the current changes. Use when asked to commit changes, make a commit, generate a commit message, or commit the current worktree with…
🧰 Not standalone — use together with tldraw/tldraw
commit
✓★ 25,800by openai
Create a well-formed git commit from current changes using session history for
🧰 Not standalone — use together with openai/symphony
non-interactive-git-rebase
✓★ 11,200by facebook
Use when needing to reorder, split, drop, or amend git commits that are not the top commit, without interactive editor access. Covers programmatic rebase via…
🧰 Not standalone — use together with facebook/hermes
portless
★ 10,000by vercel
Named .localhost URLs for dev servers, eliminating port conflicts and hardcoded port numbers. Assigns random free ports (4000–4999) automatically and routes named subdomains (e.g. myapp.localhost:1355 ) to the correct app via a reverse proxy on port 1355 Auto-detects git worktrees and prepends branch names as subdomain prefixes so each worktree gets a unique URL without configuration changes Supports HTTP/2 with HTTPS via auto-generated local CA certificates; includes CLI commands for proxy...
🧰 Not standalone — use together with vercel-labs/portless
git-commit
✓★ 1,100by cloudflare
Use when creating git commits to ensure commit messages follow project standards. Applies the 7 rules for great commit messages with focus on conciseness and…
🧰 Not standalone — use together with cloudflare/sandbox-sdk
create-branch
✓★ 441by sentry
Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new…
🧰 Not standalone — use together with getsentry/sentry-docs