- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
plan_issue
by EdanStarfire
Start planning phase for an issue by spawning a Planner minion
github-pr-manager
by EdanStarfire
Create, view, and merge GitHub pull requests with validation. Use when creating PRs from branches, checking PR status, or merging approved PRs with cleanup.
worktree-manager
by EdanStarfire
Manage git worktrees for isolated issue work. Create, list, and remove worktrees safely.
git-state-validator
by EdanStarfire
Check git repository status, detect conflicts, and validate branch state before operations. Use when verifying working directory cleanliness, checking for conflicts, or validating branch state.
npm-publish
by b-open-io
This skill should be used when the user wants to publish a package to npm, bump a version, release a new version, or mentions "npm publish", "bun publish", "version bump", or "release". Handles changelog updates, git push, and npm publishing with OTP authentication.
wiki-docs
by ProxiBlue
Document custom Magento 2 site functionality in the project wiki. Systematically captures custom features, modules, configurations, and business logic for client handover and developer onboarding.
markdown-writer
by b-open-io
This skill should be used when the user asks to write, edit, review, or improve Markdown content (README, docs, changelog, guides), or needs Markdown formatting, syntax help, or advanced patterns (tables, callouts, task lists, mermaid, details/summary, footnotes).
create-release
by EdanStarfire
Create a versioned release of claudecode_webui — bump version fields, update CHANGELOG.md, tag the commit, push, and create the GitHub Release.
status_workers
by EdanStarfire
Show status of all active issue workers and their progress
git-branch-manager
by EdanStarfire
Create, switch, and manage git branches with proper handling of uncommitted changes. Use when creating feature branches, switching contexts, or cleaning up after merges.
critique
by b-open-io
This skill should be used when the user asks to "show me the changes", "what did you change", "let me see the diff", "review the code", "open web preview of changes", "show me what you worked on", "compare branches", "explain what changed", or wants to view git diffs in a terminal UI, web browser, or get AI-powered code review explanations.
dex
by dcramer
Manage tasks via dex CLI. Use when breaking down complex work, tracking implementation items, or persisting context across sessions.
github
by EthanAlgoX
"Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries."
session-resume
by nth5693
Resume context from previous session
blogwatcher
by EthanAlgoX
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
sherpa-onnx-tts
by EthanAlgoX
Local text-to-speech via sherpa-onnx (offline, no cloud)
coding-agent
by EthanAlgoX
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
conventional-commits
by bastos
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
capacitated-vrp
by kishorkukreja
When the user wants to solve the Capacitated Vehicle Routing Problem (CVRP), optimize routes with vehicle capacity limits, or handle weight/volume constraints. Also use when the user mentions "CVRP," "capacity-constrained routing," "load limits," "vehicle weight limits," "volume constraints," or "payload optimization." For time windows, see vrp-time-windows. For general VRP, see vehicle-routing-problem.
github
by ZhihaoAIRobotic
"Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries."
feature-workflow-orchestrator
by organvm-iv-taxis
End-to-end feature development orchestration from planning through deployment with quality gates
dotfile-systems-architect
by organvm-iv-taxis
Guides the creation of a "Minimal Root" home directory using the XDG Base Directory specification and a Bare Git Repository. Manages config separation, secrets, and cross-platform syncing.
ml-experiment-tracker
by organvm-iv-taxis
Guides ML experiment logging, versioning, and reproducibility using tools like MLflow, Weights & Biases, and DVC for systematic model development.
ci-cd-pipeline-patterns
by manutej
Comprehensive CI/CD pipeline patterns skill covering GitHub Actions, workflows, automation, testing, deployment strategies, and release management for modern software delivery