- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
agent-teams
by ScientiaCapital
"Orchestrate teams of parallel Claude Code sessions working on the same codebase. Handles task decomposition, agent coordination, context isolation, and merge strategies. Builds on worktree-manager for infrastructure."
git-workflow
by ScientiaCapital
"Git workflow patterns - conventional commits, branch naming, PR templates, merge strategies. Use when: commit, PR, branch naming, git workflow, conventional commits, semantic versioning."
extension-authoring
by ScientiaCapital
"Comprehensive guide for authoring Claude Code extensions including skills (SKILL.md), hooks, slash commands, and subagents. Use when: creating skills, writing hooks, making slash commands, building subagents, learning Claude Code extensions."
worktree-manager
by ScientiaCapital
"Parallel development with git worktrees and Claude Code agents. Handles Ghostty terminal launching, port allocation, and global registry. Use when creating worktrees, managing parallel development, or launching agents in isolated workspaces."
workflow-orchestrator
by ScientiaCapital
"Project workflow system - cost tracking, parallel execution, security gates, agent orchestration. Use when: start day, begin session, status check, new feature, build, implement, end day, wrap up, debug, investigate, research, evaluate."
portfolio-artifact
by ScientiaCapital
"Auto-extract GTME metrics from work sessions. Lines shipped, bugs fixed, PRs merged, cost per feature. Weekly digests and executive summaries. Use when: capture metrics, portfolio report, what did I ship, weekly summary."
commit-message
by Aedelon
Ship workflow: review changes, generate conventional commit messages, push, and create PRs. MUST BE USED when user says: "commit", "git commit", "commit this", "save changes", "commit message", "ship", "ship it", "push", "create PR", "pull request", "ready to merge", "deploy this", "stage changes", "what changed", "review my changes", "conventional commit", or after completing a coding task. Reviews changes, generates commit, optionally pushes and creates PR. NOT for git branching/rebasing (use git-workflow), code review (use review command), or deployment configuration (use deployment-assistant).
commit
by kriscard
"Git: Use for /commit or when committing changes with semantic messages. NOT for PR creation (use /pr) or branch management."
terragrunt
by jfr992
Use this skill when working with Terragrunt infrastructure configurations. Triggers include: - Setting up a new Terragrunt infrastructure catalog from scratch - Creating or managing Terragrunt stacks (terragrunt.stack.hcl) - Creating units that wrap OpenTofu modules from separate repos - Configuring live infrastructure repositories with root.hcl hierarchy - Setting up remote state backends (S3 with DynamoDB locking) - Multi-account/multi-environment deployments with cross-account role assumption
Git Tools Plugin Skills
by sjungling
Calls superpowers:systematic-debugging in Phase 4 for root cause analysis
ilang-compress
by ilang-ai
Compress natural language prompts into I-Lang — AI-native structured instructions. 40-65% token savings.
Dotfiles Best Practices
by kriscard
"Dotfiles: Reference knowledge for modern CLI tools and shell best practices. Loaded by dotfiles-optimizer when needed."
Lazy.nvim Optimization
by kriscard
"Neovim/lazy.nvim: Use ONLY for lazy.nvim specific issues - startup profiling, lazy-loading specs, plugin priorities. For general Neovim, use neovim-best-practices."
localstack-state
by localstack
Manage LocalStack state and snapshots. Use when users want to save, load, export, or import LocalStack state, work with Cloud Pods, create local snapshots, or enable persistence across restarts.
Assistant
by kriscard
"Workflow: Use for /standup, /weekly-summary, /context-save, /staff-progress, or Staff Engineer career tracking. NOT for general coding help."
localstack-extensions
by localstack
Manage LocalStack Extensions. Use when users want to install, uninstall, list, or configure LocalStack extensions, or develop custom extensions to extend LocalStack functionality.
Neovim Best Practices
by kriscard
"Neovim: Use when configuring Neovim, writing Lua plugins, or setting up LSP. NOT for VS Code, other editors, or lazy.nvim specifics."
git-standards
by joncrangle
This skill should be used when the user asks to "commit changes", "create a PR", "push code", "check git status", or "review git history". Enforces safety checks and conventional commits.
dendritic-nix
by sebnow
"Applies the Dendritic Pattern for structuring Nix flake configurations with flake-parts. Every file is a flake-parts module organized by feature (aspect), not by configuration class. Use when structuring Nix flakes, creating flake-parts modules, composing multi-host configs, organizing NixOS/home-manager/nix-darwin configuration, or sharing values across configuration classes. Triggers: nix flake structure, flake-parts modules, multi-host configs, aspect modules. Do NOT use for general Nix language questions, nixpkgs packaging, or NixOS module authoring unrelated to flake structure."
git-helpers
by adeonir
Git workflow helper for conventional commits, confidence-scored code review, and pull request management. Use when: committing changes, reviewing code, creating PRs, generating PR descriptions, analyzing diffs. Triggers on "commit", "review", "push", "create PR", "PR description", "summarize changes".
codex-advisor
by cuipengfei
调用 OpenAI Codex 获取第二意见,批判性评估后三分类展示给用户
commit
by sebnow
"MUST use before any commit operation. Detects VCS type (prefers jujutsu over git), enforces atomic commits, validates messages. Required before: 'git commit', 'jj commit', 'commit these changes', 'let me commit', 'ready to commit', 'git add', creating commits, branch operations, pull requests."
stitch-downloader
by mrclrchtr
"Download Stitch (stitch.withgoogle.com) screen screenshots at best quality from screenshot.downloadUrl (often lh3.googleusercontent.com). Use to normalize googleusercontent size parameters from canvas dimensions, download with curl, optionally verify pixel dimensions, and avoid committing signed URLs."
git-commit
by mrclrchtr
"Creates a commit: detects conventions, stages intentionally, writes a clear subject, add a concise body when useful, and commits."