- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
cleaning-up-branches
by joaquimscosta
Deletes merged git branches (local and remote) and flags stale unmerged branches for manual review. Use when user mentions "cleanup branches", "delete merged branches", "prune old branches", "remove stale branches", "branch cleanup", or runs /cleanup-branches command.
skill-sync
by jdrhyne
Sync Clawdbot skills between local installation and the shared skill repository. Use when asked to install, update, list, or push skills.
clawdbot-release-check
by jdrhyne
Check for new clawdbot releases and notify once per new version.
erpnext-impl-scheduler
by OpenAEC-Foundation
"Implementation workflows for Frappe scheduled tasks and background jobs (v14/v15/v16). Covers hooks.py scheduler_events, frappe.enqueue, queue selection, job deduplication, and error handling. Triggers: how to schedule task, background job, cron job, async processing, queue selection, job deduplication, scheduler implementation."
next-step
by sd0xdev
"Change-aware next step advisor. Use when: user asks what to do next, workflow progression is unclear, session just started with dirty worktree. Not for: executing the suggested command (user decides), auto-loop decisions (hooks handle that). Output: findings-based suggestions or session summary with commit seed."
automate-flutter-app-releases
by rodydavis
Automate your Flutter app releases to beta or production with this handy shell script that handles version bumping, formatting, cleaning, rebuilding, and deployment via Fastlane.
how-to-manage-multiple-flutter-versions-with-git-worktrees-and-z
by rodydavis
Manage multiple Flutter versions efficiently using Git worktrees, eliminating the need for external version managers like FVM.
techdebt
by 0xDarkMatter
"Technical debt detection and remediation. Run at session end to find duplicated code, dead imports, security issues, and complexity hotspots. Triggers: 'find tech debt', 'scan for issues', 'check code quality', 'wrap up session', 'ready to commit', 'before merge', 'code review prep'. Always uses parallel subagents for fast analysis."
setperms
by 0xDarkMatter
"Set tool permissions for Claude Code. Configures allowed commands, rules, and preferences in .claude/ directory. Triggers on: setperms, init tools, configure permissions, setup project, set permissions, init claude."
code-stats
by 0xDarkMatter
"Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project overview without manual counting. Triggers on: how big is codebase, count lines of code, what languages, show semantic diff, compare files, code statistics."
simplify-and-harden-ci
by pskoett
"CI-only Simplify & Harden workflow for pull requests using gh-aw (GitHub Agentic Workflows). Runs headless scan-and-report checks for simplify/harden/document, posts structured findings, and can block merges on critical or advisory classes. Use when: you want automated quality/security review in CI without interactive approvals."
self-improvement-ci
by pskoett
"CI-only self-improvement workflow using gh-aw (GitHub Agentic Workflows). Captures recurring failure patterns and quality signals from pull request checks, emits structured learning candidates, and proposes durable prevention rules without interactive prompts. Use when: you want automated learning capture in CI/headless pipelines."
sherpa-onnx-tts
by EthanAlgoX
Local text-to-speech via sherpa-onnx (offline, no cloud)
commit-detection
by fusengine
Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.
session-chronicle
by terrylica
Session log provenance tracking. TRIGGERS - who created, trace origin, session archaeology, ADR reference.
starting-an-implementation-plan
by ed3dai
Use when beginning implementation from a design plan - orchestrates branch creation, detailed planning, and hands off to execution with all necessary context
using-git-worktrees
by ed3dai
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
Judge
by simota
codex reviewãæ´»ç¨ããã³ã¼ãã¬ãã¥ã¼ã¨ã¼ã¸ã§ã³ããPRã¬ãã¥ã¼èªååã»ã³ãããåãã§ãã¯ãæ å½ããã°æ¤åºãã»ãã¥ãªãã£èå¼±æ§ããã¸ãã¯ã¨ã©ã¼ãæå³ã¨ã®ä¸æ´åãçºè¦ãZenã®ãªãã¡ã¯ã¿ãªã³ã°ææ¡ãè£å®ãã³ã¼ãã¬ãã¥ã¼ãå質ãã§ãã¯ãå¿ è¦ãªæã«ä½¿ç¨ã
Guardian
by simota
Git/PRの番人。変更の本質を見極め、適切な粒度・命名・戦略を提案する。PR準備、コミット戦略が必要な時に使用。
brainstorming
by unclecatvn
"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."
git-worktrees
by henkisdabro
Parallel development workflow using git worktrees. Prepares isolated worktree directories and executes tasks across multiple workspaces for concurrent feature development. Use when user wants parallel branches, concurrent development, or asks about git worktrees.
worktree-manager
by terrylica
Create alpha-forge git worktrees with auto branch naming. TRIGGERS - create worktree, new worktree, alpha-forge worktree.
daemon-status
by terrylica
Check asciinema status - daemon, running processes, and unhandled .cast files. TRIGGERS - daemon status, check backup, chunker health, recording status, unhandled files.
python-dev
by tenequm
Opinionated Python development setup with uv + ty + ruff + pytest + just. Use when creating new Python projects, setting up pyproject.toml, configuring linting, type checking, testing, or build tooling. Triggers on "python project", "uv init", "pyproject.toml", "ruff config", "ty check", "pytest setup", "justfile", "python linting", "python formatting", "type checking python".