ClaudSkillsTools › Page 13

Claude Developer Tools Skills (Page 13 of 36)

CLI scaffolders, code generators, linters, formatters, SDK helpers, and developer productivity tools for Claude Code.

2,142 skills · updated 2026-05-02 · showing 721–780 of 2,142 by quality score

Single source of truth and librarian for ALL OpenAI Codex CLI documentation. Manages local documentation storage, scraping, discovery, and resolution.
Score 70/100
Use Codex CLI (not MCP) to review uncommitted changes. Codex explores the codebase independently with full disk read access.
Score 70/100
Internal helper contract for calling the codex-companion runtime from Claude Code
Score 70/100
Codex CLI用のスキル作成ガイド。YAML frontmatter、ディレクトリ構造、ベストプラクティスを解説。Use when creating new Codex skills, updating existing skills, or learning about Codex skill development.
Score 70/100
Generate coding-aider plans as created by the IntelliJ coding-aider plugin. Use when user explicitly asks for a "coding-aider plan", "aider plan", or needs structured development…
Score 70/100
Generate nested AGENTS.md coding guidelines per module (monorepo-aware), detect languages/tooling, ask architecture preferences, and set up missing formatters/linters (Spotless…
Score 70/100
Guidelines and patterns for writing bash/shell scripts. Use when creating new shell scripts, bin scripts, or bash utilities.
Score 70/100
Automated code style enforcement with linters, formatters, and pre-commit hooks for consistent codebases
Score 70/100
Apply production-ready Cohere SDK patterns for TypeScript and Python. Use when implementing Cohere integrations, refactoring SDK usage, or establishing team coding standards for…
Score 70/100
Analyze staged files, group by category, and generate conventional commit specs as JSON.
Score 70/100
Centralized colored output formatter for all skills, agents, and commands with ANSI escape codes
Score 70/100
Generate Commander.js CLI project structure with TypeScript, commands, options, and best practices. Creates a complete scaffolded CLI application ready for development.
Score 70/100
Emacs-inspired command and hotkey infrastructure for TMNL. Invoke when implementing keybindings, M-x command palette, which-key popups, scope-aware bindings, or Effect-native…
Score 70/100
Generate code comments and docstrings. Use when user asks to "add comments", "document this code", "explain with comments", or "add docstrings".
Score 70/100
Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.
Score 70/100
Create git commits with AI-generated messages following best practices. Use when the user asks to commit changes, mentions "commit", wants to save work to git, or has made changes…
Score 70/100
Create thoughtful git commits with conventional commits format. Invoke when user says "commit", "commit these changes", "create a commit", "save my changes", or after completing a…
Score 70/100
Verifies changed files, creates commit, and pushes to remote. Use after linting passes to finalize changes.
Score 70/100
Verifies changed files, creates commit, and pushes to remote. Use after linting passes to finalize changes."user-invocable: false
Score 70/100
Create English conventional commit messages for the current changes. Use when the user wants to commit code, asks for a commit message, or needs monorepo scopes and version…
Score 70/100
Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.
Score 70/100
Automate the git commit workflow — stage files, generate a semantic commit message from the diff, and execute.
Score 70/100
Expert conventional commits assistant for the Logseq Template Graph project. Analyzes git changes and generates proper conventional commit messages with correct type, scope, and…
Score 70/100
Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.
Score 70/100
Formats and lints code with ruff using a sub-agent. Use after tests pass to ensure code style compliance.
Score 70/100
Formats and lints code with ruff using a sub-agent. Use after tests pass to ensure code style compliance."user-invocable: false
Score 70/100
Format git commit messages combining Conventional Commits summary lines with Linux kernel-style bodies. Use when writing, reviewing, or formatting commit messages.
Score 70/100
Generate standards-compliant commit messages following Conventional Commits with emojis. Use this when creating commits, reviewing commit messages, or ensuring consistent commit…
Score 70/100
Commit Message Formatter - Auto-activating skill for DevOps Basics. Triggers on: commit message formatter, commit message formatter Part of the DevOps Basics skill category.
Score 70/100
"커밋 메시지 작성해줘", "commit message", "커밋해줘", "git commit" 표현이 있거나 git diff/변경 내용이 제공될 때 활성화됩니다. 수행 내용: 변경 내용을 분석해 Conventional Commits 형식의 커밋 메시지를 생성합니다.
Score 70/100
Generate conventional commit messages following best practices. Use when creating structured git commit messages.
Score 70/100
Provides guidelines for creating conventional commit messages, ensuring they adhere to a specific format and are concise.
Score 70/100
Draft a commit message strictly for the work done in THIS session, identifying exactly which files belong in the commit. Ignores pre-existing dirty files.
Score 70/100
Write clear and concise commit messages that accurately describe the changes made in the codebase
Score 70/100
View and analyze commits in GitHub repositories - commit history, diffs, and commit details using gh CLI
Score 70/100
Generates conventional commit messages. Use when creating git commits or reviewing staged changes. Ensures NO AI attribution in commits.
Score 70/100
Commit, push changes, and create a Pull Request on GitHub. Trigger: User runs /commit-pr command.
Score 70/100
Gitコミット前に自動で品質チェックを実行するスキル。 「この修正をコミットして」「コードレビューしてからコミットして」などの依頼に対応し、 ESLint/BlackによるLint、テスト実行、コードレビューを自動実行後、 Conventional Commits準拠のコミットメッセージでコミットを作成する。…
Score 70/100
Prepare git commit messages following conventional commits. Activates on: commit, prepare commit, commit this, commit message, ready to commit, stage and commit
Score 70/100
Automate the workflow from creating a branch to opening a GitHub pull request. Use when the user says "create a PR", "commit and push", "push changes and create PR", or "open a…
Score 70/100
Reviews changed code for issues, DRY opportunities, naming clarity, and test coverage using a sub-agent. Use as the first step before testing.
Score 70/100
Reviews changed code for issues, DRY opportunities, naming clarity, and test coverage using a sub-agent. Use as the first step before testing."user-invocable: false
Score 70/100
When making a Git commit, provide the subject of the commit and the rules to follow before committing.
Score 70/100
Analyze staged/unstaged changes and create semantic conventional commits with context about WHY, not just WHAT. Auto-detects commit type and scope from the diff.
Score 70/100
Format commit messages following conventional commits standard. Use when: writing commit messages, git commit, reviewing commit history.
Score 70/100
Crafts and generates professional conventional commit messages following Angular/Conventional Commits format.
Score 70/100
Pulls latest code and runs tests until all pass. Use after code review passes to verify changes work correctly.
Score 70/100
Pulls latest code and runs tests until all pass. Use after code review passes to verify changes work correctly."user-invocable: false
Score 70/100
Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-conventional-commit-messages text file with a tool that…
Score 70/100
Create final git commit with requirement traceability tags (REQ-*). Use after refactor-phase to finalize TDD cycle with proper requirement linkage for bidirectional traceability.
Score 70/100
Create single atomic commit with proper message format, issue linking, and pre-commit hook validation for WescoBar workflows
Score 70/100
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits).
Score 70/100
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits).
Score 70/100
Prepare and execute safe two-step Git commits in Codex by drafting a commit message, requesting explicit user approval, and only then committing.
Score 70/100
Generate commitlint configuration files for enforcing conventional commit messages. Triggers on "create commitlint config", "generate commit lint", "commitlint setup", "commit…
Score 70/100
commitlint checks whether git commit messages meet the Conventional Commits specification, enforcing structured formats like type(scope): subject.
Score 70/100
Reviews common RMS Go patterns including caching, retry logic, enums, and unmarshalling. Use when implementing utility patterns, seeing repeated boilerplate, or reviewing pattern…
Score 70/100
Generates business/company names across 10 categories (Descriptive, Metaphoric, Invented, Founder-based, Acronym, Compound, Foreign, Playful, Geographic, Legacy) with USPTO…
Score 70/100
ZSH completion system patterns and conventions. Use when implementing custom completion handling, writing completion files, or working with zsh autocomplete.
Score 70/100
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common code between…
Score 70/100
Search all 2,142 Tools skills →