- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
vibe-coding-skill
by goldengrape
Help beginners and non-programmers do safer vibe coding by turning a rough software idea into a small, clear, AI-readable project plan before implementation. Also guides safe project initialization, Python uv setup, git checkpoints, pull requests, merges, document updates, tests, and AI-readable wiki maintenance.
feishu-intelligent-collaboration
by Arxtect
Use when coordinating Feishu Base records, member tasks, IM notifications, GitHub PR or check state, Feishu Wiki or Docs knowledge updates, collaboration hooks, webhook dispatchers, and review or merge safety gates.
git-worktree
by 8b-is
This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles.
actions-debugger
by kaihendry
When the user shares a GitHub Actions run URL, find the error with this skill
balls — Agent Skill Guide
by mudbungie
Lost context mid-task bl prime shows your claimed tasks
idea-validator
by spoonbobo
Validate project ideas before building by scanning GitHub, npm, and PyPI for existing competitors — returns a reality_signal score (0-100) indicating how crowded the space is.
github-explorer-relay-skill
by baojingyu
Deep-dive analysis of GitHub projects using Agent Browser (Zero-API cost). Triggered by phrases like "帮我看看这个项目", "分析一下 repo", "了解一下 XXX". Replaces paid search APIs with direct browser automation to explore architecture, community health, and competitors.
copilot-pull-request
by squirrel289
Skill for managing GitHub pull requests and issues using Copilot's built-in PR/issue APIs. Provides structured, agent-native operations for review, comment, resolve, and merge workflows.
smart-routing
by jamelna-apps
When deciding which Claude model (Opus/Sonnet/Haiku) to use, or when "route", "which model", "complex task", "multi-file", "architectural", or "deep debugging" is mentioned. Guides quality-first model selection.
continuous-claudemd-updates
by vijaykpatel
Maintains CLAUDE.md in sync with codebase changes after commits. Use when (1) A commit has been made and CLAUDE.md needs updating, (2) User explicitly requests CLAUDE.md update or audit, (3) Major refactoring or architectural changes occur, (4) New conventions or patterns are established, (5) Files referenced in CLAUDE.md are deleted/moved. Keeps documentation concise by moving verbose content to docs/ folder with links, removes outdated information, and ensures CLAUDE.md reflects current codebase state.
commander
by lazy-dog-23
指挥官模式 — 自动创建子 Agent 执行任务,方案确认后全自动运行,最终汇报结果。节省当前对话上下文。
lynvo
by DevBySergio
Local-first Kanban board extension. Use when creating, editing, or managing tasks, columns, labels, checklists, or sync operations in a workspace with .vscode/lynvo/
github-repo-management
by fanthus
Create and manage GitHub repositories, branches, commits, and PRs via local git commands and GitHub MCP. Use when the user asks to create a repo, push code, get repo info, manage branches, open PRs, or work with GitHub repositories.
wechat-ocr-agent
by 54853315
WeChat unread message monitor using PaddleOCR. Automatically captures screenshots and extracts unread messages with hierarchical recognition (Layout → Section → Item). Supports contact name, message preview, and unread count detection.
Security Scanner
by BizShuk
Scan workspace for potential security risks including exposed passwords, API keys, tokens, and other sensitive data
repo-security-audit
by WyrdWerk
Quick security checklist for evaluating GitHub repos and npm packages before/after installation. For non-coders and users. Heavy details live in references/.
conventional-commit-batcher
by Svmiizzz
Auto-split mixed changes into logical commit batches with validated Conventional Commit messages. MUST BE USED for ANY git add, git commit, or git push operation.
commit
by ZhuMon
Smart commit creation with conventional commits. Use when user says "commit" or requests committing changes. Handles staged file detection, suggests splits for multi-concern changes, and applies proper commit format without emoji prefixes.
ghwf6-verify
by ShotaIuchi
実装を検証
git
by leovido
Git workflow standards, commit conventions, hooks, and pull request practices. Use this when users need guidance on Conventional Commits, Git hooks with Lefthook, pull request templates, .gitignore configuration, or Git workflow best practices for team collaboration.
brainstorming
by kunhai-88
"在任何创意工作之前必须使用—创建功能、构建组件、添加功能或修改行为。在实现前探索用户意图、需求与设计。"
git-best-practices
by heykvnzhao
Safe-by-default git workflow and Conventional Commits. Use for git operations (diffs, staging, commits, branches, merges, conflict resolution, rebase/cherry-pick), PR review, and releases (tagging). Prevent destructive operations without consent.
mcp-github-ops
by janjaszczak
Use GitHub MCP for issue/PR context, diffs, reviews, and automations. Use when the task references PR/issue numbers, review requests, or requires repo metadata beyond local git.
vscode
by blackhaj
VS Code integration for viewing diffs and comparing files. Use when showing file differences to the user.