Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
Use when searching GitHub pull requests - provides syntax for filtering by draft status, merge status, review state, CI...
Use when searching GitHub repositories - provides syntax for filtering by stars, forks, language, topics, license, archi...
Manage GitHub parent-child issue relationships using the gh-sub-issue extension. Link existing issues as sub-tasks, crea...
Git commit and pull request guidelines using conventional commits. Use when creating commits, writing commit messages, c...
Git操作を支援します。コミット、ブランチ作成、PRの作成時に使用します。「/git」で明示的に呼び出すこともできます。
Manage Architecture Decision Records (ADRs) using git-adr, a CLI tool that stores ADRs in git notes instead of files. Ex...
Analyze git repository changes, branch differences, and commit history. Use when analyzing branches, comparing changes,...
Git fundamentals - init, add, commit, status, log, and core concepts
Create logically grouped, atomic git commits with well-formatted commit messages following best practices. Use this skil...
Generates meaningful git commit messages for Spec-Driven Development workflows. Use when creating commits, suggesting co...
git add, commit, pushの定型操作を実行。レビュー対応や軽微な修正後のコミット・プッシュに使用。メインエージェントのコンテキスト節約のため、定型的なgit操作をこのSkillに委譲する。
Skill for analyzing git changes, grouping them into logical atomic commits, generating conventional commit messages, and...
git commit, push, PR作成を一括実行。新機能実装完了後やレビュー対応完了後に使用。メインエージェントのコンテキスト節約のため、定型的なPR作成フローをこのSkillに委譲する。
Assists with git workflows, commit messages, branch strategies, and resolving common git issues
Introduction to Git version control - what, why, and first steps
Enforce git-expert agent delegation for all git operations in the MCP for LifeOS project. This skill should be used when...
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, m...
Manages all git operations, repository cleanup, branch strategy, and remote repository maintenance. Use this skill for f...
This skill should be used when the user needs to review and respond to GitHub Pull Request comments. It automatically fe...
"Initialize a new git worktree and branch for feature development or bug fixes. Use when: (1) Starting work on a new fea...
Use Git worktrees to isolate tasks and keep diffs small and parallelizable
Detect GitHub repositories, check GitHub Actions status, find workflow runs by commit/branch/PR, download and analyze CI...
Use when creating GitHub Actions workflows for CI/CD - testing, building, publishing npm packages, and automating reposi...
How to interact with GitHub API. Use this skill for repos, PRs, issues, and user operations.
Execute GitHub CLI (gh) commands to manage repositories, pull requests, issues, workflows, and more. Use when working wi...
Review GitHub PRs with surgical precision. Flag only high-severity issues (bugs, security, performance, breaking changes...
GitHub platform features - PRs, issues, actions, projects, and automation
Fetches issues from any GitHub repository with recent activity and generates a prioritized report by analyzing issue sta...
Break down GitHub issues into official GitHub sub-issues by parsing task lists from parent issue descriptions. Use this...
Analyze GitHub issues for the Nx repository and provide assignment recommendations based on technology stack, team exper...
GitHub issues management assistant for Logseq Template Graph. Analyzes issues, triages with labels, plans implementation...
Best practices for creating GitHub pull requests including conventional commits, PR formatting, and multi-language suppo...
Automate GitHub repository setup with CI/CD workflows, issue templates, Dependabot, and CodeQL security scanning.Include...
GitHub リポジトリの情報を取得・要約するスキル。URL が github.com/{owner}/{repo} 形式の場合に使用。gh コマンドと DeepWiki MCP を活用してリポジトリの詳細情報を取得する。
Test harness for executing Speckit workflows non-interactively using subagents. Use when you need to test the complete S...
Executes GitHub operations via gh CLI wrapper. Use when managing issues, pull requests, workflows, CI runs, projects, re...
You are a user of GitHub. You interact with GitHub repositories, issues, projects and prs.
Global Knowledge Graph for codebase analysis. This skill should be used when searching for code definitions (functions,...
Implement comprehensive input validation on both client and server sides with clear error feedback. Use this skill when...
用語集を作成するための詳細ガイドとテンプレート。用語集作成時にのみ使用。
Work with GNU recutils for plain-text record databases. Use when creating, querying, or validating .rec files, defining...
CLI application patterns and best practices
Build production CLI tools with Cobra, Viper, and terminal UI
Go concurrency patterns - goroutines, channels, sync primitives
Go database operations - SQL, ORMs, transactions, migrations
Skills for querying Gene Ontology annotation databases in DuckDB format. Use this for queries about GO annotations, gene...
Docker containerization for Go applications
Use the Functional Option Pattern for configurable Go constructors. Applies to types needing multiple optional parameter...
Core Go programming concepts - syntax, types, interfaces, error handling
Build gRPC services with Go - protobuf, streaming, interceptors
Go interface design standards. Use when writing, generating, or reviewing Go interfaces, repository patterns, or service...
Kubernetes operators and client-go development
Go modules and dependency management