Claude Code
by Anthropic — CLI Integration Tools
Claude Code is Anthropic's official terminal-based AI agent. It runs directly in your terminal, reads your codebase, writes and edits files, runs commands, and integrates with Git — all with your approval. These are the best skills built specifically for it.
How to install a Claude Code skill
npx skills add username/skill-name
Skills are installed per-project into .agents/skills/. Claude loads them automatically at startup. Commit the folder to share with your team.
Git & Commits
96 skillsSmart Git Commit
Auto-generates semantic commit messages from staged diffs. Follows Conventional Commits with breaking change detection.
PR Review Assistant
Comprehensive pull request reviews with code quality, security checks, and inline suggestions.
Branch Name Generator
Generate descriptive kebab-case branch names from issue titles or plain language descriptions.
Changelog Generator
Auto-generates CHANGELOG.md from git history. Groups changes by feat/fix/chore and links PRs.
Testing
84 skillsTest Generator
Creates unit and integration tests from function signatures. Supports Jest, Vitest, Pytest, and more.
Coverage Reporter
Analyzes test coverage and suggests untested functions to prioritize for new tests.