- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
oz
by warpdotdev
Use Warp's REST API and command line to run, configure, and inspect Oz cloud agents
git-advanced-workflows
by EngineerWithAI
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
integrated-reasoning
by kimasplund
Meta-orchestration guide for choosing optimal reasoning patterns. Analyzes problem characteristics and recommends which cognitive methodology to use - tree-of-thoughts (find best), breadth-of-thought (explore all), self-reflecting-chain (sequential logic), or direct analysis. Use when facing complex problems and unsure which reasoning approach fits best.
python-security-hardening
by melvinmt
Harden Python projects with security-first development practices. Enforces 100% test coverage, static analysis, secret scanning, mutation testing, pre-commit hooks, and SOC 2 compliance. Use when setting up security tooling, writing security tests, or hardening a Python codebase.
cicd-workflows
by vivekgana
GitHub Actions and CI/CD patterns for Databricks, including automated testing, deployment, and quality gates.
terraform-module-library
by EngineerWithAI
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.
geth
by hairyf
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
cloud-agents
by shaoruu
Manage Cursor Cloud Agents via the API. Launch agents, list running agents, check status, get conversation history, send follow-ups, stop or delete agents, and pull agent branch changes into the local repo. Use when the user mentions cloud agents, background agents, launching a task on a repo, checking agent status, or pulling agent changes.
arbitrum
by hairyf
Arbitrum Nitro L2 stack—architecture, ADRs, gas model, BOLD dispute protocol, and repo conventions.
changelog-automation
by EngineerWithAI
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
axelar
by hairyf
Axelar network — cross-chain transfers, GMP, axelard CLI, nexus, EVM Gateway, axelarnet
AI-Daily
by LeeFeee
AI 行业日报生成工具。自动采集 RSS + 爬取全文,通过 Claude 逐条分析生成涵盖大模型、产品发布、算法研究、芯片硬件、工具开源、投融资、政策监管等 8 个板块的日报。当用户说"生成AI日报"、"AI日报"或"日报"时触发。
safe-exec
by OTTTTTO
Safe command execution for OpenClaw Agents with automatic danger pattern detection, risk assessment, user approval workflow, and audit logging. Use when agents need to execute shell commands that may be dangerous (rm -rf, dd, fork bombs, system directory modifications) or require human oversight. Provides multi-level risk assessment (CRITICAL/HIGH/MEDIUM/LOW), in-session notifications, pending request management, and non-interactive environment support for agent automation.
open-sourceror
by swannysec
Prepare Claude Code skills, agents, or collections for open-source sharing on GitHub. Supports two modes: (1) Standalone repo creation, or (2) Marketplace integration into existing plugin repos. Use when: - "prepare for open source", "open source this skill" - "upload skill to github", "share this agent" - "add to marketplace", "add to robot-tools" - "create repo for skill", "package for sharing" - User has a skill directory, agent file, or collection to share
dumbwaiter-mcp
by lambdamechanic
Provider-agnostic wait-for-change skill that uses the Dumbwaiter MCP server to wait on PR events (GitHub first) via wait.start/status/cancel/await, with progress notifications and durable state.
secret-scanning-investigator
by swannysec
Investigate GitHub secret scanning alerts to trace provenance, gather context, assess risk, and produce a structured report for security professionals. Handles one or more alerts in a single investigation using only open-source tools.
address-reviews
by jacehwang
Fetches GitHub PR review comments, classifies them by status and file, and enters plan mode to create an actionable plan addressing review feedback. Use when you need to process and respond to PR review comments.
fastdeploy-pull-request
by PFCCLab
自动创建或更新 GitHub Pull Request。 当需要为 FastDeploy 仓库创建 PR 时,优先使用本 skill。
smart-merge
by costa-marcello
Merges branches with comprehensive validation while preserving feature branches. Use when user wants to merge PR, sync with main, update feature branch, complete merge, or finalize work. Runs full validation (tests, lint, CI, review comments), merges without deleting branches, and always returns to the working branch.
ctxlayer
by anatoliykmetyuk
Manages context layer domains, tasks, and documentation. Use when the user mentions "context layer" (e.g. "using context layer", "in the context layer", "in the context", "to the context layer", "into the context layer") ctx commands, context layer projects or tasks, or requests you to write any form of documentation -- such as documenting implemented features, research findings, or drawing diagrams. Also use when the user asks to add a repository to the context layer, clone a repo as context layer context, or access context layer's "data" folder.
create-github-sub-issues
by tomoasleep
GitHub Sub Issuesの作成・管理(追加/削除/一覧)を行うためのSkill。Use when Claude needs to: (1) Plan作成やタスク分解で関連するIssueを複数作り、親子関係を付けたい, (2) 既存の親Issueに子Issueを追加して進捗を追いたい, (3) 既存の親子関係を解除したい, (4) 親Issueに紐づくSub Issue一覧を取得したい
changelog
by costa-marcello
"Generates changelogs and creates tagged releases. Use when updating changelogs, preparing releases, or tagging versions."
commit
by jacehwang
Creates a git commit with proper message formatting. Use when committing staged changes with a descriptive commit message.
sca-osv-scanner
by vchirrav
Run Google's OSV-Scanner for Software Composition Analysis. Scans lockfiles and SBOMs across all major ecosystems (npm, PyPI, Maven, Go, Cargo, NuGet, RubyGems) for known vulnerabilities.