- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
mcp-detector
by zwmmm
Automatically detect and suggest appropriate MCP tools (context7, grep_app, web_search) based on user queries. Use when queries contain documentation keywords (how to use, docs, API, guide, tutorial, 如何使用, 文档, 教程); code search keywords (example, implementation, source code, github, 例子, 示例, 实现, 源码); or latest information/bug fixing keywords (latest, 2025, 2026, new, update, fix bug, error, 最新, 更新, 修复 bug, 报错).
ctx
by Cygnusfear
Use when starting a session on a project, returning after time away, or before making significant changes. Essential for building comprehensive understanding of project state through total recall and deep exploration.
deepwiki
by trancong12102
Retrieve and explore DeepWiki-generated documentation for public GitHub repositories. Use when listing repository documentation topics, reading DeepWiki pages, or asking focused questions about a codebase that needs current repository structure, architecture notes, or component explanations.
blutui-project-guidelines
by blutui
Guidelines for building Blutui projects. This skill should be used when writing, reviewing, or refactoring Blutui Canvas code.
atomic-commits
by dibenkobit
Split staged git changes into logical atomic commits. Use when asked to "commit atomically", "split my changes", "make atomic commits", or "create separate commits".
PR Title and Description Generator
by alienfast
"Generate or update GitHub Pull Request titles and descriptions based on actual code changes in the final state. Use when the user mentions updating, generating, or writing PR descriptions, PR titles, pull request summaries, or says 'update the PR'. Analyzes git diff to determine what's actually in the code (not just commit history) and creates comprehensive, accurate PR documentation."
finalizing-work-item
by squirrel289
"Complete and archive a finished work item, moving it from /backlog/ to /backlog/archive/. Use when work is tested, reviewed, merged, and ready to close. Supports: (1) Verify completion (all acceptance criteria met), (2) Record final metrics (actual_hours, completed_date, test_results), (3) Clean up feature branch, (4) Archive to history, (5) Link successor work items if needed"
swift-private-bundle
by hocgin
Use when you need to search, discover, and integrate private GitHub repositories as Swift package dependencies in iOS/macOS projects.
weekly-multi-project-ppt-lite
by KKenny0
Use when generating weekly PPT outlines from multiple projects' git commit history, when user says "生成周报PPT", "多项目周报", "weekly report", "周报", or when asked to summarize git history across projects into presentation format
supabase-environments
by MildTomato
Internal guide for building the Supabase CLI environments system. Covers three-environment model, variable resolution, pull/push workflows, secret handling, branch overrides, and local file conventions. For Supabase internal development - use when implementing the env CLI subsystem or environment variable infrastructure.
laravel-simplifier
by Tmeister
Simplify and refine PHP/Laravel code for clarity and maintainability without changing behavior.
cx-config
by m19803261706
CX 工作流 — 配置管理。查看、修改 config.json 中的配置字段,如 developer_id、 github_sync 模式、代码审查开关、agent 团队模式、自动格式化等。 触发词:配置、config、设置、修改配置、改模式。 仅在用户明确调用 /cx-config 时执行。不要自动触发。
git-commit-helper
by cuba6112
Adherence to Conventional Commits and efficient Git history management using types, scopes, and advanced commit tools like fixup/amend. Triggers: git-commit, conventional-commits, breaking-change, fixup, git-amend, rebase.
code-review
by queso
Reviews all unmerged code in the current branch for readability, security, correctness, types, and test quality. Produces a summary of issues to fix before merging.
versioning-skills
by arielperez82
REQUIRED for all skill development. Automatically version control every
anysystem-design
by freedomw1987
LLM Agent Skill for AnySystem Design React component library
raise-bug
by bryan-zxc
Investigate, diagnose, and file a bug ticket with full context for debugging and resolution. Use this skill whenever you encounter unexpected behaviour, errors, crashes, or anything that used to work but is now broken. Triggers on any mention of bug, error, crash, regression, broken behaviour, unexpected result, or "this shouldn't happen".
@babel/preset-react
by yusenthebot
Babel preset for all React plugins.. Use when: bundling and transpiling source code; development server with HMR; production builds. NOT for: runtime application logic; package management (use npm/yarn).
🤖 Authoritative AI Assistant Pair-Programming Playbook
by yogaprasetya22
Rujukan Arsitektur: Dijabarkan lengkap pada Stage 7: Network Sync Protocol.
github-trending-daily-report
by zBlackIf
Generate deep analysis reports for GitHub Trending repositories, providing insights on trending popularity, technical implementations, frameworks, and potential application directions. Use when user needs automated daily GitHub Trending analysis, reports on trending repositories with technical deep dives, insights into emerging technology trends, or daily scheduled reports for monitoring GitHub ecosystem changes.
coordinator
by LadderChaos
Coordinate project context, track changes, and ensure collaboration coherence across sessions. Use this skill for maintaining project status, tracking decisions, managing handoffs between sessions, and keeping coordination documents up to date.
ogt-docs-changelog
by OpenDNDApps
Manage project changelog following Keep a Changelog format. Use when documenting releases, adding change entries, generating changelogs from commits, or maintaining version history.
ohmyzsh-p10k
by svensxl
在 macOS 系统上安装和配置 Oh My Zsh 及 Powerlevel10k 主题的完整指南。当用户需要美化终端、安装 oh-my-zsh、配置 powerlevel10k 主题、安装 Nerd Fonts 字体、或配置 iTerm2 颜色主题时使用此 skill。
clean-code
by jkappers
Cleans up code files by removing dead code, simplifying structure, and eliminating redundancy without changing behavior. Use when (1) cleaning up code after implementation, (2) reducing complexity in a file or function, (3) removing dead code and unused imports, (4) simplifying control flow and expressions, (5) applying modern language idioms to legacy patterns, or (6) improving readability of dense or convoluted code.