finishing-branches
Medium Risk 69Finish Branches With Release Checks
by BPSAI
Finishing a branch often requires checks, review, PR notes, and cleanup. This skill provides a repeatable workflow for safe branch completion.
Curate your favorite skills into a reusable collection, then install it with one command.
Finish Branches With Release Checks
by BPSAI
Finishing a branch often requires checks, review, PR notes, and cleanup. This skill provides a repeatable workflow for safe branch completion.
Design and Plan Implementation Work
by BPSAI
Complex feature requests can drift without a clear plan. This skill guides Claude, Codex, and Claude Code through design, task planning, and implementation steps.
Generate Chrome Extension Icons
by Boulea7
Chrome extensions need several correctly sized PNG icons and manifest entries. This skill searches Iconify, converts SVG assets, and updates manifest.json with the required icon paths.
Configure Uvicorn for ASGI Applications
by bossjones
Running ASGI applications requires correct server, reload, worker, logging, TLS, and container settings. This skill provides practical Uvicorn patterns for development and deployment.
Build Structured Python Logging with structlog
by bossjones
Python logging configurations can become inconsistent across development, production, and tests. This skill provides practical structlog patterns for context, processors, output formats, exceptions, and testing.
Build Async SQLAlchemy Backends
by bossjones
Database work in async Python can create session bugs, slow queries, and inconsistent model patterns. This skill gives Claude, Codex, and Claude Code concise SQLAlchemy 2.0 patterns for typed models, async sessions, relationships, and migrations.
Record and Replay HTTP Tests with pytest
by bossjones
Live API calls make tests slow and unreliable. This skill guides pytest-recording setup, cassette management, secret filtering, and replay debugging.
Write Reliable Tests with pytest-mock
by bossjones
Mocking errors can make Python tests brittle or misleading. This guide provides practical pytest-mock patterns for focused patches, spies, stubs, and assertions.
Write Better Pytest Tests
by bossjones
Python teams need reliable tests that stay clear and easy to extend. This skill guides Claude, Codex, and Claude Code through pytest fixtures, parametrization, async tests, mocking, and test organization.
Build Reliable Pydantic v2 Models
by bossjones
Unvalidated Python data can cause runtime failures and inconsistent API behavior. This skill guides Pydantic v2 model design, validation, configuration, and serialization.
Build Python HTTP Clients with HTTPX
by bossjones
Python HTTP integrations require careful handling of async execution, authentication, streaming, and failures. This skill provides focused HTTPX patterns for reliable client code.
Build FastAPI Services With Async Python
by bossjones
FastAPI projects need consistent patterns for validation, dependencies, errors, and tests. This skill gives concise examples for building async Python APIs with FastAPI, Pydantic, and TestClient.
Build Reliable Docker Workflows With AI
by bossjones
Docker projects often need consistent builds, service orchestration, debugging, and production safeguards. This skill guides Claude, Codex, and Claude Code through practical container workflows.
Why this variant is first
bossjones-docker-workflow
2026-08-26
autumnsgrove-docker-workflow
2026-08-26
Generate Python Documentation from Source
by bossjones
Python documentation often becomes incomplete or inconsistent when maintained manually. This skill converts source structure, docstrings, and type hints into organized Markdown.
Build Reliable Python Schedules with APScheduler
by bossjones
Background jobs become unreliable when schedules, persistence, and concurrency are configured without clear patterns. This skill provides practical APScheduler guidance for reliable Python scheduling.
Manage Alembic Database Migrations
by bossjones
Database schema changes are risky when teams lack repeatable migration patterns. This skill gives Claude, Codex, and Claude Code practical Alembic guidance for SQLAlchemy projects.
Check Changed Java Code for DDD Compliance
by bookiosk
DDD violations in changed Java files can be missed before commits. This skill reviews Git differences by layer and reports focused fixes.
Audit Java DDD Architecture Across a Full Project
by bookiosk
Large Java projects can accumulate hidden domain-driven design violations across many layers. This skill provides a structured full-project review and a prioritized compliance report.
Audit Java Projects for DDD Compliance
by bookiosk
Java architecture can drift across layers, dependencies, and domain models. This skill reviews recent changes or entire projects against practical DDD rules.
Organize Type-Safe API Layers
by BOM-98
Scattered endpoint definitions create duplicated URLs, inconsistent authentication, and weak type contracts. This skill applies a five-file TypeScript pattern with centralized endpoints and Supabase-aware clients.