Git & VCS

Git operations, commit helpers, branch management

Showing 1633-1656 of 5242 skills
algorand-devrel

create-python-x402-facilitator

by algorand-devrel

Create Python x402 facilitator services that verify and settle payments on-chain. Use when building a FastAPI-based facilitator, implementing the FacilitatorAvmSigner protocol (sign_transaction, sign_group, simulate_group, send_group, confirm_transaction), registering with register_exact_avm_facilitator, creating multi-network facilitators (EVM+SVM+AVM), or setting up facilitator API endpoints (/verify, /settle, /supported). Strong triggers include "create a Python facilitator", "build a payment facilitator service", "implement FacilitatorAvmSigner", "set up facilitator endpoints", "verify and settle Algorand payments", "fee payer service".

Code Gen 33 6mo ago
dirnbauer

refactor

by dirnbauer

Improve code structure and readability without changing external behavior. Covers common code smells (long methods, duplication, nested conditionals, magic numbers), safe refactoring process, design patterns (Strategy, Chain of Responsibility), type safety improvements, and extract method techniques.

Code Gen 33 6mo ago
dirnbauer

typo3-extension-upgrade

by dirnbauer

Systematic TYPO3 extension upgrades to newer LTS versions. Covers Extension Scanner, Rector, Fractor, PHPStan, and testing. Use when working with extension, upgrade, fractor, rector, migration.

CLI Tools 33 7mo ago
dirnbauer

typo3-rector

by dirnbauer

TYPO3 upgrade patterns using Rector, including automated refactoring rules and dual-version compatibility strategies for v13/v14. Use when working with rector, upgrade, migration, refactoring, deprecation.

CLI Tools 33 7mo ago
algorand-devrel

teach-algorand-x402

by algorand-devrel

Teach the x402 protocol with Algorand (AVM) integration. Use when explaining what x402 is, how Algorand integrates as a first-class citizen alongside EVM/SVM, the HTTP 402 payment flow, architecture of the three components (client, server, facilitator), CAIP-2 network identifiers, fee abstraction, ASA support, and both TypeScript and Python package ecosystems. Strong triggers include "what is x402", "how does x402 work with Algorand", "explain the payment flow", "what are the three components", "how do client server and facilitator interact", "x402 architecture", "teach me about x402-avm", "how does fee abstraction work".

API Dev 33 6mo ago
algorand-devrel

explain-algorand-x402-python

by algorand-devrel

Explain the x402-avm Python package for Algorand payment protocol integration. Use when developers ask about x402 Python package structure, extras installation ([avm], [evm], [svm], [fastapi], [flask], [httpx], [requests], [all]), signer protocols (ClientAvmSigner, FacilitatorAvmSigner), async vs sync variants, registration patterns, or algosdk encoding boundaries. Strong triggers include "how does x402 work in Python?", "explain x402-avm Python package", "what extras do I install?", "ClientAvmSigner vs FacilitatorAvmSigner", "algosdk encoding in x402", "async vs sync x402 Python", "how do I sign Algorand transactions in x402?", "msgpack_decode expects base64".

API Dev 33 6mo ago
aviz85

gh-pages-deploy

by aviz85

Deploy static or interactive frontend content to GitHub Pages using gh CLI. Use when the user wants to publish, share, or make accessible any HTML/CSS/JS content - including demos, prototypes, visualizations, landing pages, portfolios, documentation, interactive tools, games, or any browser-based project. Activate whenever content needs to be publicly viewable via URL, not just when "website" is explicitly mentioned.

CLI Tools 46 7mo ago
aviz85

aviz-skills-installer

by aviz85

Install skills from the AVIZ Skills Library. Use when user wants to install a skill, browse available skills, set up Claude Code skills, or asks about skill installation. Triggers on "install skill", "add skill", "setup skill", "available skills", "skill library", "browse skills".

Git & VCS 46 7mo ago
bobmatnyc

git-workflow

by bobmatnyc

Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.

CLI Tools 73 7mo ago
bobmatnyc

golang-database-patterns

by bobmatnyc

"Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate"

Database 73 8mo ago
bobmatnyc

git-worktrees

by bobmatnyc

Use git worktrees for parallel development on multiple branches simultaneously

Auth 73 8mo ago
bobmatnyc

Brainstorming Ideas Into Designs

by bobmatnyc

Interactive idea refinement using Socratic method to develop fully-formed designs

Code Gen 73 9mo ago
bobmatnyc

pre-merge

by bobmatnyc

"Comprehensive verification workflow before merging changes to production."

Code Review 73 8mo ago
bobmatnyc

stacked-prs

by bobmatnyc

Create and manage stacked (dependent) pull requests for complex features

Auth 73 8mo ago
Dicklesworthstone

ru

by Dicklesworthstone

"Repo Updater - Multi-repo synchronization with AI-assisted review orchestration. Parallel sync, agent-sweep for dirty repos, ntm integration, git plumbing. 17K LOC Bash CLI."

CLI Tools 73 8mo ago
kochetkov-ma

brewcode:secrets-scan

by kochetkov-ma

Scans all git-tracked files for leaked secrets and credentials. Use when - scanning for secrets, security audit, finding leaked credentials. Trigger keywords - secrets scan, find credentials, security scan, leaked keys, security audit.

Processing 31 6mo ago
dhruvbaldawa

project-setup

by dhruvbaldawa

Bootstrap new projects with strong typing, linting, formatting, and testing. Supports Python, TypeScript, and other languages with research fallback.

Git & VCS 31 9mo ago
kochetkov-ma

brewcode:standards-review

by kochetkov-ma

Reviews code for project standards compliance and finds duplicates. Use when - reviewing code quality, checking standards, finding duplicates, analyzing compliance. Trigger keywords - standards review, check standards, find duplicates, code review, compliance check, reusable code.

Code Review 31 6mo ago
Dicklesworthstone

ubs

by Dicklesworthstone

"Ultimate Bug Scanner - Pre-commit static analysis for AI coding workflows. 18 detection categories, 8 languages, 4-layer analysis engine. The AI agent's quality gate."

CLI Tools 73 8mo ago
laulauland

jj-hunk

by laulauland

Programmatic hunk selection for jj (Jujutsu). Use when splitting commits, making partial commits, or selectively squashing changes without interactive UI.

File Ops 42 7mo ago
saaspegasus

upgrade-python-deps

by saaspegasus

Upgrade Python dependencies using uv, then run post-upgrade checks to ensure nothing is broken.

CLI Tools 30 7mo ago
AsyncFuncAI

asyncreview

by AsyncFuncAI

AI-powered GitHub PR/Issue reviews with agentic codebase access. Use when the user needs to review pull requests, analyze code changes, ask questions about PRs, or get AI feedback on GitHub issues.

CLI Tools 457 7mo ago
acedergren

orchestrate

by acedergren

Coordinate parallel agent teams to execute multi-task implementation plans. Use when running phase tasks from the task plan, parallelizing independent implementation work, or executing custom plan files. Supports interactive (in-session TeamCreate agents) and headless (claude -p fire-and-forget processes) execution modes with task ledger tracking, heartbeat monitoring, budget control, and wave-based quality gates.

Automation 26 6mo ago
acedergren

implement

by acedergren

"Full feature pipeline — pre-flight checks, TDD cycle, scope guard, quality commit. Combines pre-flight + tdd + scope-check + quality-commit into one flow. Use when implementing a feature, adding an endpoint, or building any non-trivial code change."

Code Review 26 6mo ago