- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
cicd-skill
by pluginagentmarketplace
CI/CD pipelines with Git, GitHub Actions, GitLab CI, Jenkins, and deployment strategies.
gitlab-assistant
by grandcamel
"GitLab automation hub. Routes requests to specialized skills. ALWAYS use this skill when: (1) any GitLab operation, (2) unsure which skill to use, (3) multi-step GitLab workflows. Start here for any gitlab task."
subway
by tmdgusya
클럽의 샌드위치 가게 - Subway 직원 클럽이 인터랙티브하게 샌드위치 주문을 받습니다
git-advanced
by icartsh
인터랙티브 리베이싱(interactive rebasing), 충돌 해결, 히스토리 조작, 버그 추적을 위한 bisect, cherry-picking, reflog 복구 및 브랜치 관리 전략을 포함한 고급 Git 작업 및 워크플로우입니다. 사용 사례: (1) 인터랙티브 리베이싱 및 커밋 정리, (2) 복잡한 머지 충돌 해결, (3) 버그 추적을 위한 Git bisect, (4) 히스토리 재작성 및 정리, (5) 브랜치 전략 구현 (Git Flow, trunk-based), (6) reflog를 이용한 유실된 커밋 복구
markdown-pro
by icartsh
"세련된 README 파일, 변경 이력(changelog), 기여 가이드(contribution guide) 및 기술 문서를 작성하기 위한 전문가 수준의 Markdown 문서화 SKILL입니다. 사용 사례: (1) 배지와 섹션을 포함한 README 생성, (2) git 히스토리를 이용한 자동 변경 이력 생성, (3) 목차(table of contents) 생성, (4) 기여 가이드라인 작성, (5) 기술 문서 포맷팅, (6) 구문 강조(syntax highlighting)를 포함한 코드 문서화"
vyakarana
by thapakrish
Sanskrit grammar analysis including sandhi (euphonic combinations), samasa (compounds), vibhakti (case declensions), dhatu (verbal roots), pratyaya (suffixes), and lakara (tenses/moods). Use when explaining Sanskrit grammar rules, breaking down word formations, analyzing declensions or conjugations, identifying compound types, or teaching Paninian grammar concepts.
session-reset
by webbertakken
Reset the session while preserving context. Commits changes, writes a PROMPT.md capturing current work state, tears down any active team if present, then guides the user through /clear and context restoration. Supports a new parameter (/session-reset new) to write only key institutional knowledge without current task/progress — for starting a different task while preserving learnings. Use when the context window is getting large, the session needs a fresh start, or when switching focus. Also use when user says "reset", "fresh start", "save and clear", or "write prompt".
using-skills
by liauw-media
"Check for relevant skills before starting any task"
Claude Code Expert
by mamba-mental
Provide accurate, actionable guidance based on the loaded references and official documentation.
docs-seeker
by mamba-mental
"Searching internet for technical documentation using llms.txt standard, GitHub repositories via Repomix, and parallel exploration. Use when user needs: (1) Latest documentation for libraries/frameworks, (2) Documentation in llms.txt format, (3) GitHub repository analysis, (4) Documentation without direct llms.txt support, (5) Multiple documentation sources in parallel"
openspec-finishing-branch
by AnthemFlynn
"OpenSpec-integrated branch finishing. Use INSTEAD of superpowers:finishing-a-development-branch when project has openspec/ directory. Archives change and merges specs on completion."
automation-governance
by SanctifiedOps
Governance and guardrails for automation/bots: permissions, logging, kill-switches, and ethics. Use before deploying bots that move funds or post publicly.
openspec-writing-plans
by AnthemFlynn
"OpenSpec-integrated plan writing. Use INSTEAD of superpowers:writing-plans when project has openspec/ directory. Reads design from OpenSpec change, writes plan to OpenSpec change."
wechat-daily-report
by deletexiumu
生成微信聊天今日报告,包含数据统计、待办事项提炼、趣事吃瓜整理。适用于"微信日报"、"今日微信报告"、"聊天记录分析"等场景。
code-review
by zircote
Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.
governance
by desek
Creates Architecture Decision Records (ADRs) and Change Requests (CRs) for project governance. Activates on keywords like "ADR", "architecture decision", "CR", "change request", "governance", "technical decision", or "requirement change". Use for documenting technology choices, architectural patterns, or scope modifications.
sloka
by thapakrish
Detailed analysis of individual Sanskrit verses (shlokas) including anvaya (prose order), padachheda (word-by-word breakdown), chandas (meter), alankara (figures of speech), traditional commentary, and meaning. Use when a user provides a specific verse to analyze or asks to explain a particular shloka. For text-level discussions (author info, plot summaries, literary history), use sahitya instead.
google-adk-python
by vibery-studio
Build AI agents with Google's Agent Development Kit (ADK) Python - an open-source toolkit for building, evaluating, and deploying AI agents. Features LlmAgent, workflow agents (sequential, parallel, loop), tool integration, multi-agent systems, and deployment to Vertex AI or Cloud Run.
gitlab-milestone
by grandcamel
"GitLab milestone operations. ALWAYS use this skill when user wants to: (1) list milestones, (2) create new milestones, (3) manage sprints or iterations."
gitlab-ci
by grandcamel
"GitLab CI/CD pipeline operations. ALWAYS use this skill when user wants to: (1) view pipeline status, (2) run/trigger pipelines, (3) view/retry jobs, (4) trace job logs, (5) download artifacts, (6) lint CI config."
my-skill
by ncssm-robotics
Detailed description of what this skill does and when Claude should use it. Include specific keywords that will trigger this skill. Max 1024 characters.
laravel-collections
by riasvdv
Full method API, decision guides, pitfalls, and patterns for Laravel's Collection and LazyCollection. Use when choosing the right collection method, writing or reviewing collection pipelines, or working with large datasets via cursor/lazy. Triggers on collect(), Collection, LazyCollection, map, filter, reduce, pluck, groupBy, each, cursor, or fluent array transformations in Laravel.
github-issues
by dgriffin831
Fetch and manage GitHub issues via the API
ci-templates
by liauw-media
"Use when setting up CI/CD pipelines. Teaches pipeline design principles and references platform-specific templates."