Git & VCS

Git operations, commit helpers, branch management

Showing 3241-3264 of 4569 skills
aksuharun

git-best-practices

by aksuharun

Git best practices for commit messages and branch workflow. Use when: - Writing, reviewing, or advising on a git commit message - Advising on branching strategy, merging, or rebasing - Setting up or explaining a team Git workflow - Preparing or reviewing a pull request - Resolving or advising how to avoid merge conflicts - Any task involving git history, linear history, or PR hygiene

Agents 1 4mo ago
co8

swarm-protocol

by co8

"Multi-agent development orchestration for complex projects. Use this skill when orchestrating parallel development workstreams, coordinating multiple agent tasks, managing project documentation structure, or executing /swarm-protocol commands. Triggers on: (1) /swarm-protocol <project-name> to initialize new projects with full planning, (2) /swarm-protocol (no args) to continue existing or start new project, (3) requests involving parallel agent coordination, milestone commits, or multi-phase development workflows."

Agents 1 3mo ago
manastalukdar

contributing

by manastalukdar

Contribution readiness assessment analyzing project guidelines and requirements

Code Gen 1 4mo ago
manastalukdar

docs

by manastalukdar

Smart documentation management for creating and updating project documentation

Code Gen 1 4mo ago
marcqualie

denvig-upgrade-npm-dependencies

by marcqualie

Use the denvig cli to upgrade your npm dependencies in the current project.

CLI Tools 1 3mo ago
manastalukdar

github-integration

by manastalukdar

Advanced GitHub automation via MCP GitHub server or gh CLI

Code Review 1 4mo ago
Semprini

platform-setup

by Semprini

Use this skill when the user mentions VS Code, Claude Code, Copilot, or any IDE; asks about setup, installation, or configuration; asks "how do I use the agents"; asks "getting started with [platform]"; or needs help with platform-specific workflows, troubleshooting, or effective prompt patterns.

Agents 1 3mo ago
aksuharun

readme-creator

by aksuharun

Creates high-quality, standardized README.md files for software projects suitable for open-source repositories. Use when asked to create or update a README.

Code Gen 1 3mo ago
tankpkg

@tank/github-issues

by tankpkg

Expert management of GitHub Issues via the gh CLI and GitHub platform. Covers the full issue lifecycle: creating, triaging, editing, closing, and linking issues to PRs. Includes issue templates (classic .md and modern YAML forms), search and filtering, label taxonomy design, milestones, Projects v2 integration, gh api scripting for bulk operations, GitHub Actions automation (stale, labeler, auto-assign, welcome bot), and issue-driven development workflows. Synthesizes GitHub CLI documentation, GitHub REST/GraphQL API reference, GitHub Actions marketplace, and production OSS issue management patterns. Trigger phrases: "github issue", "gh issue", "create issue", "close issue", "issue template", "issue form", "ISSUE_TEMPLATE", "triage issue", "label issue", "milestone", "stale issues", "bulk close issues", "search issues", "gh search issues", "issue automation", "config.yml blank issues", "issue-driven", "sub-issues", "gh issue develop", "gh label", "issue workflow", "gh api issues", "bulk operations issues", "issue forms yaml", "closing keywords fixes closes resolves"

Code Gen 1 3mo ago
tankpkg

@tank/tank-project-setup

by tankpkg

Auto-detect project stack and integrate Tank skills into any repository. Scans for framework indicators (package.json, pyproject.toml, angular.json, tsconfig.json, etc.), recommends relevant Tank skills, creates project-level skills.json, runs tank install, and sets up CI/CD pipelines (GitHub Actions, GitLab CI) so skills install automatically — like npm ci for agent skills. Trigger phrases: "set up tank", "add tank to project", "tank init project", "install tank skills", "detect project type", "tank ci/cd", "tank cicd", "configure tank for this repo", "add skills to project", "tank install setup", "integrate tank", "set up agent skills", "project skills setup", "add tank to ci", "tank github action"

CI/CD 1 3mo ago
manastalukdar

ci-setup

by manastalukdar

Configure CI/CD pipelines for GitHub Actions, GitLab CI, CircleCI with best practices

CI/CD 1 4mo ago
duckyman-ai

git-convention

by duckyman-ai

Generate conventional git commit messages following Angular convention format. Use this skill when creating commits, writing commit messages, or reviewing git history. Triggers include "git commit", "commit message", "changelog", or requests to version control changes.

Auth 1 4mo ago
smestern

docs-ingestor

by smestern

Ingest documentation for any Python library — crawls PyPI, ReadTheDocs, and GitHub to produce a structured API reference (classes, functions, pitfalls, recipes). Use when the agent needs to learn an unfamiliar library for scientific analysis. Requires sciagent[wizard].

Code Review 1 3mo ago
manastalukdar

debug-systematic

by manastalukdar

Systematic debugging workflow with hypothesis testing

Debugging 1 4mo ago
Idate96

robot-ros

by Idate96

Moleworks ROS 2 (Jazzy) robot operations + runbook assistant for the Mole/Menzi M4 stack. Use for startup/shutdown, enabling autonomous mode, hydraulic unlock, running Nav2/MoveIt/dig controllers, checking topic health/rates, debugging lifecycle/action servers, and maintaining the robot-agent docs under src/moleworks_ros/docs/robot_agent/.

Agents 1 3mo ago
manastalukdar

code-review-checklist

by manastalukdar

Generate context-aware code review checklists for changes

Code Review 1 4mo ago
linuxlewis

pr-responder

by linuxlewis

Review and respond to GitHub PR comments. Use when analyzing PR feedback, determining which comments to address, classifying review comments by priority, or implementing fixes for code review feedback.

Code Review 1 4mo ago
manastalukdar

git-worktree

by manastalukdar

Manage git worktrees for parallel feature development

CLI Tools 1 4mo ago
xpepper

copilot-review-loop

by xpepper

Use when you want GitHub Copilot to review a PR and automatically address its feedback within the current agent session. For any reviewer (human or bot), use pr-review-loop; for a fresh-context-per-comment approach, use ralph-wiggum-loop.

Code Review 1 4mo ago
qiaoshouqing

env-sync

by qiaoshouqing

"Sync .env files from git root repository to worktrees. Use when asked to sync env, copy env, environment file, or when working in a git worktree that is missing a .env file. Automatically detects missing .env in worktrees."

Code Review 1 4mo ago
linuxlewis

openclaw-notify

by linuxlewis

Notify OpenClaw gateway when background tasks complete. Use when you were dispatched by OpenClaw/TARS for background work and need to ping the user that you're done, failed, or blocked.

CLI Tools 1 4mo ago
developerinlondon

autonomous-workflow

by developerinlondon

Proposal-first development workflow with commit hygiene and decision authority rules. Enforces: propose before modifying, atomic commits, no force flags, warnings-as-errors. Use for any project where AI agents are primary developers and need guardrails.

Agents 1 4mo ago
tankpkg

@tank/github-docs

by tankpkg

Write excellent GitHub documentation for libraries and developer tools. Covers README anatomy (hero, features, quick start, API reference), all GitHub Markdown features (alerts, mermaid, badges, collapsible, dark/light mode, math, footnotes), code example best practices, visual design for scannable docs, and supporting files (CHANGELOG, CONTRIBUTING, migration guides). Includes copy-paste templates for libraries, CLIs, APIs, and applications. Optimized for Gen-Z developers: front-loaded value, visual-first, scannable, instant gratification. Synthesized from: Google Developer Documentation Style Guide, Diataxis framework, top library READMEs (React, tRPC, Got, Bun, Drizzle, Biome), GitHub GFM spec, shields.io, awesome-readme patterns. Trigger phrases: "README", "documentation", "docs", "write docs", "library docs", "package docs", "GitHub docs", "improve docs", "project documentation", "getting started guide", "API docs", "contributing guide", "changelog", "badges", "mermaid diagram", "quick start", "document this library", "write a README", "make docs better", "doc structure"

API Dev 1 3mo ago
anortham

checkpoint

by anortham

Save developer context to Goldfish memory — checkpoint proactively and often

Debugging 1 3mo ago