Git 与版本控制
Git 操作、提交助手与分支管理
developing-claude-code-plugins
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
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
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
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
OzeroHAX
Changelog document for tasks and releases
jest
christopher-buss
Testing Roblox/Luau code with Jest Roblox. Use when writing tests, mocking
neon
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
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
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
mgiovani
Create semantic version releases with automated changelog generation
roblox-ts
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
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
christopher-buss
Node.js package manager with strict dependency resolution. Use when running
vertical-slice-delivery
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
christopher-buss
Use when building ECS-based games in Roblox with roblox-ts using jecs for
gh-daily
mgiovani
Generate smart standup reports from GitHub Issues activity and git history.
contributor-codebase-analyzer
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
mgiovani
Generate CI/CD pipeline configurations for GitHub Actions, GitLab CI,
jira-daily
mgiovani
Generate smart standup reports from Jira activity and git history. This
git-create-pr
mgiovani
Create a GitHub Pull Request with conventional commit format and pre-filled
git-commit
mgiovani
Generate conventional commits following conventionalcommits.org specification.
camera-shake
verekia
Shake the camera when the player takes damage or on impacts for visual feedback.
smooth-interpolation
verekia
Animate values smoothly using exponential decay instead of linear interpolation.
r3f-setup
verekia
Set up a React Three Fiber project with WebGPU support.