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.
resolving-merge-conflicts
★ 156,200by mattpocock
Use when you need to resolve an in-progress git merge/rebase conflict.
git-guardrails-claude-code
★ 155,900by mattpocock
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
security-ownership-map
✓★ 23,200by openai
Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for…
skill-installer
✓★ 23,200by openai
Install Codex skills from curated lists or custom GitHub repositories into your local skills directory. List available skills from the default curated collection or experimental/custom paths; installed skills are annotated in the output Install individual skills by name from the curated list, or install multiple skills from any GitHub repo (public or private) using repo paths or URLs Supports git sparse checkout as a fallback for authentication-protected repos; uses existing git credentials...
commit-message
✓★ 2,700by github
Generate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help
wiki-changelog
✓★ 2,700by microsoft
Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or…
wiki-changelog
✓★ 2,700by microsoft
Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or…
analyzing-git-sessions
★ 121by bitwarden
Analyzes git commits and changes within a timeframe or commit range, providing structured summaries for code review, retrospectives, work logs, or session…
resolve-merge-conflicts
★ 116by warpdotdev
Resolve Git merge conflicts by extracting only unresolved paths, conflict hunks, and compact diffs instead of loading whole files into context. Use when a merge, rebase, cherry-pick, or stash pop stops on conflicts, when `git status` shows unmerged paths, or when files contain conflict markers.