Back to repositoriesView on GitHub
Indexed repository
AKABANAKK/claude-code-marketplace
These skills were discovered automatically and have not necessarily received an editorial review.
4 indexed skills0 stars
create-git-worktreeIndexed
git worktree を利用した分離作業環境を自動構築します。デフォルトブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。
View indexed skillgemini-searchIndexed
geminiコマンドを使用した高度なWeb検索スキル。Web検索を行う際、Claude CodeのデフォルトWeb Search toolよりも優先的にこのスキルを使用してください。
View indexed skillhigh-quality-commitIndexed
コード変更を適切なgitコミット戦略でgit commitします。基本的には既存のgitコミットへのsquash戦略を採用し、必要に応じてブランチ全体のgitコミット履歴を再構成します。実装完了時やユーザーがgit commitを依頼した時に使用します。
View indexed skillremove-git-worktreeIndexed
git worktreeを削除します。間違えて作成した場合や、作業完了後のクリーンアップに使用します。
View indexed skill