twig-guide
This skill should be used when the user: - Wants to work on multiple branches simultaneously or in parallel - Needs to start a new feature/task while preserving current work - Asks about git worktree operations (create, remove, list, clean) - Mentions "twig" commands (add, remove, clean, list, init) - Wants to carry or move uncommitted changes to a new branch - Wants to copy/sync changes between branches - Needs to isolate work in a separate directory - Asks about switching context without stashing - Wants to clean up old/merged branches and their worktrees - Says phrases like "new worktree", "create worktree", "branch off", "work on something else", "start new work", "parallel work", "separate workspace", "another branch" Use this skill for ANY worktree-related operation, not just when explicitly asking about twig.
github-graphql
Use when querying GitHub via GraphQL. Provides patterns for PR threads, comments, and mutations.
lock-file-management
ロックファイル整合性と依存関係再現性の専門スキル。pnpm-lock.yaml、package-lock.json、yarn.lockを管理し、一貫性のあるビルド、マージコンフリクト解決、CI/CD最適化を実現。 Anchors: • The Pragmatic Programmer / 適用: 依存関係管理 / 目的: 再現可能なビルド Trigger: Use when managing lock files, resolving merge conflicts, verifying integrity, or optimizing CI/CD caching.
agentuity-cli-git-unlink
Unlink a project from its GitHub repository. Requires authentication
commit-creator
Create semantic commits with FABER metadata and conventional commit format
gitignore-management
.gitignore設計と管理スキル。機密ファイルパターン、プロジェクト固有除外、プラットフォーム別パターン、.gitignore検証手法を提供。 Anchors: • Pro Git (Scott Chacon) / 適用: バージョン管理 / 目的: 除外パターンの基礎 • The Pragmatic Programmer / 適用: 実践的改善 / 目的: 効率的なパターン設計 • GitHub gitignore templates / 適用: 言語別テンプレート / 目的: 標準パターン Trigger: Use when designing gitignore files, adding sensitive file patterns, configuring project-specific exclusions, validating gitignore patterns, or optimizing cross-platform exclusion rules. gitignore, ignore patterns, secrets, env files, build artifacts, cache
repo-config-wizard
Interactive setup wizard for configuring the Fractary Repo Plugin
agentuity-cli-git-link
Link a project to a GitHub repository. Requires authentication
github-cli-patterns
Use when working with gh CLI. Provides patterns for PRs, issues, reviews, and repository operations.
test-local-twoliter
Build and test local changes to twoliter before releasing
telemetry-pr-insights
Concise, PR-friendly telemetry reports scoped to current branch lifetime. For CI/automation.
repo-create
GitHubリポジトリを新規作成・初期化。ghコマンド使用。 トリガー例: 「リポジトリを作成」「GitHubリポジトリ」「repo-create」「gh repo create」
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
status-syncer
Forces refresh of status cache and displays comprehensive repository status to trigger statusLine update
cleanup-manager
List and delete stale branches with safety checks for merged and inactive branches
branch-pusher
Push branches to remote repository with safety checks and force-with-lease support
branch-puller
Pull branches from remote repository with intelligent conflict resolution
git-worktrees
Use when starting work that needs isolated branches or parallel feature development using git worktrees.