# robhowley

> Open-source publisher. Listings imported from github.com/robhowley — credited to the original author with their license.

- **Listings:** 16
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/robhowley
- **Website:** https://github.com/robhowley

## Published listings

- [Click Cli](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-click-cli) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-click-cli`
  Design, generate, and improve Python CLIs using the Click library. Focus on idiomatic architecture, command groups, modular layouts, CLI UX conventions, and avoiding common Click anti-patterns.
- [Pydantic Schemas](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-pydantic-schemas) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-pydantic-schemas`
  Opinionated schema architecture for Python API projects
- [Code Quality](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-code-quality) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-code-quality`
  Opinionated code health stack for Python repos using Ruff, pre-commit, and Markdown linting. Prefers consolidation over redundant tooling, preserves working repos unless migration is requested, and provides a simple adoption path for both new and existing projects.
- [Fastapi Errors](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-fastapi-errors) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-fastapi-errors`
  Opinionated error architecture for FastAPI services. Enforces a single internal exception hierarchy, constructor-based messages, consistent API error responses, and centralized logging for unexpected failures.
- [Sqlalchemy Models](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-sqlalchemy-models) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-sqlalchemy-models`
  Production-ready SQLAlchemy 2.x model patterns for Python backend projects. Use this skill when the user needs to define ORM models, add relationships, introduce a canonical DeclarativeBase, create shared mixins, organize a models package, or fix inconsistent SQLAlchemy model structure in a FastAPI or Python backend.
- [Http Client Integration](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-http-client-integration) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-http-client-integration`
  Production-ready async HTTP client integration for Python backend services. Use this skill when adding or refactoring outbound API calls, building a vendor client, introducing retries and timeouts, validating external payloads, or replacing ad-hoc HTTP usage with a disciplined integration boundary.
- [Background Jobs Boundaries](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-background-jobs-boundaries) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-background-jobs-boundaries`
  Guardrails for background work in FastAPI and Python services. Prevent misuse of in-process background execution (e.g. FastAPI BackgroundTasks).
- [Pytest Service](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-pytest-service) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-pytest-service`
  Write disciplined backend tests for FastAPI services with pytest. Use
- [Alembic Migrations](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-alembic-migrations) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-alembic-migrations`
  Production-safe Alembic migration workflows for SQLAlchemy
- [Request Correlation](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-request-correlation) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-request-correlation`
  Enforce end-to-end request correlation across HTTP handlers,
- [Click Cli Linter](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-click-cli-linter) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-click-cli-linter`
  Audit and improve existing Python Click CLIs by identifying architecture problems, anti-patterns, and CLI UX issues, then proposing minimal, high-value fixes.
- [Implementation Protocol](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-implementation-protocol) — Skill · Free — `agentstack add skill-robhowley-py-pit-skills-implementation-protocol`
  Orchestrate feature implementation with a behavior-first, minimal-patch discipline. Use this skill whenever the user asks you to implement a feature, add functionality, build an endpoint, wire up a new capability, or make any non-trivial code change in a Python/FastAPI project. Also use when the user says "build this", "add support for X", "implement X", or describes a feature they want working.…
- [Dockerize Service](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-dockerize-service) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-dockerize-service`
  Generate a local-development Docker Compose setup for an existing Python project. Produces a multi-stage Dockerfile, Compose file, env config, and dockerignore based on detected project signals.
- [Settings Config](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-settings-config) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-settings-config`
  Production-ready configuration management for Python backend projects using pydantic-settings. Use this skill when the user needs to add environment variable management, introduce pydantic-settings, replace scattered os.getenv usage, add a settings module, or set up .env support in a FastAPI service or Python backend.
- [Uv](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-uv) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-uv`
  Expert guidance for correct uv usage in Python projects. Handles dependency management, environments, command execution, migration from pip/poetry/pip-tools, lockfile correctness, and uv anti-patterns.
- [Fastapi Init](https://agentstack.voostack.com/l/skill-robhowley-py-pit-skills-fastapi-init) — Skill · Free · security-reviewed — `agentstack add skill-robhowley-py-pit-skills-fastapi-init`
  Scaffold a complete, production-ready FastAPI project from scratch. Use this skill whenever the user wants to create, initialize, start, or bootstrap a FastAPI service, REST API, or Python web service — even if they just say "new service", "new API", or "new microservice". Handles uv setup, standard FastAPI directory layout, uvicorn runner, click CLI entry point, and a full pytest suite with DI o…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
