- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
AI-Daily
by LeeFeee
AI 行业日报生成工具。自动采集 RSS + 爬取全文,通过 Claude 逐条分析生成涵盖大模型、产品发布、算法研究、芯片硬件、工具开源、投融资、政策监管等 8 个板块的日报。当用户说"生成AI日报"、"AI日报"或"日报"时触发。
cicd-patterns
by Agentient
Implement CI/CD pipelines with GitHub Actions and Cloud Build for GCP deployments. PROACTIVELY activate for: (1) setting up GitHub Actions workflows for GCP, (2) configuring Cloud Build pipelines, (3) implementing Workload Identity federation. Triggers: "cicd", "github actions", "cloud build"
devops
by mrsknetwork
Designs and implements CI/CD pipelines, Docker containerization, multi-environment deployment, and release strategies. Use when setting up automated builds, deploying an application for the first time, adding tests to a pipeline, or managing release processes. Always confirm the existing hosting provider and repository before applying templates.
Frontier of Understanding (NCTs)
by Coowoolf
Before setting outcome goals, identify your understanding level. If you don't know the levers, set a learning goal, not a revenue goal. Don't commit to outcomes you can't control.
PR Feedback Training-First Loop
by violetio
Extract, learn, and integrate PR feedback into the Violet brain
gh-vet
by vimtor
Check a GitHub user's open source merge rate and contribution score. Use when reviewing a PR from an unknown contributor, asked to "check merge rate", "check contributor quality", "vet this PR author", or "run gh-vet".
github-copilot-cli
by WilsonLe
Efficient daily use of GitHub Copilot CLI for senior engineers. Use when planning, prompting, reviewing, or chaining Copilot CLI commands (gh copilot) to explore codebases, draft changes, debug issues, or accelerate workflows without losing architectural intent.
claude-command-coderabbit-review
by monkey1sai
Converted from Claude plugin command "review" (coderabbit). Use when
GitHub Push
by alfredang
Secure git push with automatic secret detection, README generation, and repository setup. Scans for secrets, auto-generates README, configures repo description/topics/discussions, and pushes to GitHub.
Skills and Tech Stack for Scintilla Y. Sootveil Project
by MatthewDen77
This stack keeps the project lightweight, focusing on narrative consistency while running autonomously.
rust-cli-tui-developer
by StrayDragon
Expert guidance for Rust CLI and TUI development with official examples from clap, inquire, and ratatui libraries. Use when building command-line interfaces, terminal user interfaces, or console applications in Rust. Provides structured patterns, best practices, and real code implementations from official sources.
commit
by clearsmog
Stage, commit, create PR, and merge to main. Use for the standard commit-PR-merge cycle.
github-harvester
by mindmorass
Extract and process data from GitHub repositories
onboarding
by mrsknetwork
Sets up a new project from scratch — creates the complete repository structure, configuration files, environment setup, and base scaffolding so development can start immediately. Use this as the FIRST skill on any brand-new project before any other skill runs. Trigger when the user says "start a new project", "scaffold a new app", "I want to build X from scratch", "initialize project", or when no code exists yet and the user is describing an idea.
grooming-sprint-tasks
by oryanmoshe
Grooms sprint tasks by cross-referencing Monday.com board with GitHub issues across multiple repos, then produces subitems, descriptions, linked issues, and SP estimates. Use when grooming a sprint, planning sprint tasks, preparing for sprint planning, or when user says "groom", "sprint planning", "cross-reference tasks and issues", "add subitems", or "create missing issues".
session-checkpoint
by guardzcom
This skill should be used when the user says "save checkpoint", "checkpoint", "continue", "resume", "resume work", "save my progress", "clear checkpoint", or "clear all checkpoints". Saves and resumes named session checkpoints to preserve progress across Claude Code sessions. Tracks accomplishments, failed approaches, and modified files. IMPORTANT: When the user says bare "continue" or "resume" at session start and MEMORY.md lists active checkpoints, always invoke this skill.
auto-commit
by X-Zero-L
Analyze git status, batch commit changes by logical groups, and push to remote. No co-author or AI attribution info. Use when the user says "auto commit", "batch commit", "commit and push", or triggers /auto-commit.
agent-skills-expert
by StrayDragon
Expert for creating and managing Claude Code Agent Skills. Create skills with git submodule + sparse-checkout for source references, write SKILL.md with proper frontmatter, and follow best practices. Use when creating new skills, adding source references to skills, or managing skill configurations.
image-to-diagram
by mindmorass
Convert images (screenshots, photos, whiteboard) to Mermaid or DOT/Graphviz diagrams
historian-decision-model
by Coowoolf
Use when joining a new company, taking over legacy products, or proposing strategies that were previously attempted to avoid repeating past mistakes
Morning Standup
by jforksy
Custom Claude Code skills
readme-generator
by vishalsachdev
This skill creates or updates a README.md file in the GitHub home directory of the current project. The README.md file it generates will conform to GitHub best practices, including badges, project overview, site metrics, getting started instructions, and comprehensive documentation.
mermaid-expert
by StrayDragon
Expert guidance for Mermaid.js diagramming library. Create flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, git graphs, and block diagrams. Use when working with Mermaid syntax, creating diagrams, or visualizing complex concepts and workflows.
git-rebase-interactive
by boneskull
Use this skill when asked to perform an interactive git rebase programmatically, absorb/fixup commits into other commits, squash commits together, reorder commits, or drop commits. Provides a portable approach that works on macOS and Linux without interactive user input.