- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
developing-claude-code-plugins
by obra
Use when working on Claude Code plugins (creating, modifying, testing, releasing, or maintaining) - provides streamlined workflows, patterns, and examples for the complete plugin lifecycle
pr-creator
by neonwatty
Creates a pull request from current changes, monitors GitHub CI, and debugs any failures until CI passes. Use this when the user says "create pr", "make a pr", "open pull request", "submit pr", or "pr for these changes". Does NOT merge - stops when CI passes and provides the PR link.
code-sync
by niracler
Use when syncing all git repos under ~/code across machines, typically at end-of-day (push) or start-of-day (pull). Triggers on「同步代码」「code-sync」「下班同步」「上班更新」.
github
by MassLab-SII
Comprehensive GitHub repository management toolkit. Provides file editing, issue/PR management, GitFlow workflow, release management, commit investigation, CI/CD workflow creation, and configuration file generation via MCP GitHub tools.
docs-changelog
by OzeroHAX
Changelog document for tasks and releases
jest
by christopher-buss
Testing Roblox/Luau code with Jest Roblox. Use when writing tests, mocking
neon
by mikkelkrogsholm
"Neon — serverless PostgreSQL with database branching, autoscaling to zero, and a serverless driver optimized for edge and serverless environments. Use when building with Neon or asking about its serverless driver, database branching, connection pooling, autoscaling configuration, compute suspend behavior, or integration with Drizzle, Prisma, or other ORMs. Fetch live documentation for up-to-date details."
workleap-skill-safety-review
by workleap
Evaluate third-party agent skills for security risks before adoption or update. Use when: (1) Installing or updating a skill from skills.sh, ClawHub, or any public registry, (2) Auditing skills for security risks or reviewing PRs that add/update skill dependencies, (3) Building a team/org allowlist of approved skills, (4) Investigating suspicious skill behavior or answering "is this skill safe?" / "should we adopt this skill?"
find-skills
by mgiovani
Discover and install third-party agent skills from the open skills ecosystem (skills.sh). This skill should be used when users want to find, install, update, or manage external skills for Claude Code or other AI agents, or when they mention skills.sh, npx skills, or want to extend their agent with community skills.
git-release
by mgiovani
Create semantic version releases with automated changelog generation
roblox-ts
by christopher-buss
Use when writing TypeScript code for Roblox using roblox-ts, especially when unsure if a JavaScript API exists or how to handle Luau interop
update-jamdesk
by jamdesk
Use when user-facing code changes need documentation, user says "update docs"/"document this"/"add to jamdesk docs", or after implementing APIs, CLI commands, or UI components.
pnpm
by christopher-buss
Node.js package manager with strict dependency resolution. Use when running
vertical-slice-delivery
by jjenzz
Required methodology for planning, ideating, and delivering features or tasks. Use when user asks to "plan", "break down", "continue", or "figure out steps".
jecs
by christopher-buss
Use when building ECS-based games in Roblox with roblox-ts using jecs for
gh-daily
by mgiovani
Generate smart standup reports from GitHub Issues activity and git history.
contributor-codebase-analyzer
by anivar
Deep-dive code analysis with periodic saving. Contributor mode reads every commit diff for annual reviews, accuracy rates, and promotion readiness. Codebase mode maps repository structure, cross-repo relationships, and enterprise governance. Works with GitHub (gh) and GitLab (glab). Saves checkpoints incrementally for resume across sessions.
ci-generate
by mgiovani
Generate CI/CD pipeline configurations for GitHub Actions, GitLab CI,
jira-daily
by mgiovani
Generate smart standup reports from Jira activity and git history. This
git-create-pr
by mgiovani
Create a GitHub Pull Request with conventional commit format and pre-filled
git-commit
by mgiovani
Generate conventional commits following conventionalcommits.org specification.
camera-shake
by verekia
Shake the camera when the player takes damage or on impacts for visual feedback.
smooth-interpolation
by verekia
Animate values smoothly using exponential decay instead of linear interpolation.
r3f-setup
by verekia
Set up a React Three Fiber project with WebGPU support.