.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/getty104/claude-code-marketplace
home/skills/getty104/claude-code-marketplace
getty104 avatar

getty104/claude-code-marketplace

25 skills

View on GitHub
$npx skills add getty104/claude-code-marketplace
SkillInstalls
answer-issue-questionsGitHub Issueの確認事項に対して、コードベースやドキュメントを徹底的に調査し、根拠に基づいた回答を提供するスキル。Issueの最後のコメントに含まれる確認事項を調査・回答し、コメントに追記する。—breakdown-issues依頼された内容を要件とTODOに分解し、タスクごとにGitHub Issueを作成するスキル。タスクの整理・分解、複数Issueの一括作成、依存関係の明示が必要な場合に使用する。「この機能をIssueに分けて」「タスクを洗い出してIssueにして」「要件を整理してチケット化して」といったリクエストで発動する。—bump-versionbase-toolsプラグインのバージョン(patchバージョン)をインクリメントし、commit-pushでコミット・プッシュしたうえでPRを作成する。「バージョンを上げて」「バージョンアップ」「bump version」などのリクエストで使用する。—check-dependabot指定されたPR番号のDependabot PRを確認し、依存ライブラリのバージョンアップ内容をCHANGELOGとcontext7から取得して、コード修正が必要かを判定します。修正が必要な場合は修正を行い、pushまで実施します。—check-libraryライブラリの情報を確認するためのスキル。Next.js、shadcn、その他のライブラリについて、適切なMCPサーバーを使用して最新のドキュメントと使用方法を取得します。—commit-pushコード変更を適切なgitコミット戦略でgit commitし、pushします。基本的には既存のgitコミットへのsquash戦略を採用し、必要に応じてブランチ全体のgitコミット履歴を再構成します。実装完了時やユーザーがgit commitを依頼した時に使用します。—create-agentCreate a new sub-agent definition file (agents/*.md) for the Claude Code plugin.—create-epic-prCreate an aggregated Epic PR from a `cc-epic-<Issue number>` branch to the default branch.—create-issueCreate an implementation plan and a GitHub Issue based on the task description provided as an argument.—create-issue-from-issue-numberRe-analyze an existing GitHub Issue using its current title and body as input, refresh the implementation plan against the latest code state, and update the…—create-prGitHubでPull Request(PR)を作成します。PRのdescriptionには指定されたテンプレートを使用し、必要な情報を記載します。PR作成後、PRのURLを報告します。—create-review-fix-planGitHub PRの未解決レビューコメント・会話コメント・CIステータスを確認し、修正プランを作成します。—edit-pencil-designPencil…—exec-issueExecute tasks based on GitHub Issue content—fix-review-pointAddress unresolved review comments on specified PR—inspect-pencil-nodePencil CLI(`pencil`コマンド)だけを使って、.penファイル(Pencilで作成されたデザインファイル)の中のNodeのデザインデータ(属性・構造)とスクリーンショット画像を読み取り専用で取得するスキル。Node IDが分かっているケースだけでなく、名前の正規表現(例:…—post-issue-bodyINTERNAL/HELPER skill — do NOT invoke directly from a user query.—post-scope-issue-bodyINTERNAL/HELPER skill — do NOT invoke directly from a user query. This is the shared formatter/poster used by answer-issue-questions and breakdown-issues.—read-github-issueGitHub Issueの内容を取得し、並列実行可能な単位に分解します。—resolve-pr-commentsGitHub PRの未解決Review threadsを一括Resolveします。—resolve-pr-conflict指定されたGitHub PRがターゲットブランチとコンフリクトしていないかを確認し、コンフリクトしている場合はrebaseで解消してforce-pushします。PRをマージ可能な状態に整えたいときに使用してください。—triage-created-issueTriage a GitHub issue that already has the cc-issue-created label and is assumed to be ready to start.—triage-prTriage a single GitHub PR by PR number. Check out the PR's branch, detect conflicts with the target branch via `gh pr status` (and label the PR with…—update-coding-guidelines直近N日(デフォルト1日)のPRレビューで繰り返し指摘されている観点のうち「実際に修正すべき」と判断できるものを集約し、リポジトリルートのCODING_GUIDELINES.mdを生成・更新したうえで、commit-push +…—update-issueUpdate an existing GitHub Issue's description based on the issue number. Reads all issue comments and reflects any items not yet captured in the description.—