{"id":47605092,"url":"https://github.com/robhowley/py-pit-skills","last_synced_at":"2026-04-01T19:09:01.474Z","repository":{"id":343060365,"uuid":"1175473178","full_name":"robhowley/py-pit-skills","owner":"robhowley","description":"Opinionated Python API backend workflows for Pi and Claude Code (FastAPI, uv, SQLAlchemy, Alembic).","archived":false,"fork":false,"pushed_at":"2026-03-14T19:25:00.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-15T03:55:23.762Z","etag":null,"topics":["alembic","claude-code","fastapi","pi","python","sqlalchemy","uv"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robhowley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-07T18:59:35.000Z","updated_at":"2026-03-14T19:25:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/robhowley/py-pit-skills","commit_stats":null,"previous_names":["robhowley/claude-py-pit","robhowley/py-pit-skills"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/robhowley/py-pit-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhowley%2Fpy-pit-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhowley%2Fpy-pit-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhowley%2Fpy-pit-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhowley%2Fpy-pit-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robhowley","download_url":"https://codeload.github.com/robhowley/py-pit-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhowley%2Fpy-pit-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alembic","claude-code","fastapi","pi","python","sqlalchemy","uv"],"created_at":"2026-04-01T19:09:00.565Z","updated_at":"2026-04-01T19:09:01.451Z","avatar_url":"https://github.com/robhowley.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-pit\n\n![version](https://img.shields.io/github/v/tag/robhowley/py-pit-skills)\n\nOpinionated Python API development skills for AI coding agents (Pi, Claude Code).\n\n`py-pit` encodes opinionated Python API development patterns as skills for AI coding agents — works with both **Pi** and **Claude Code**. Covers the modern Python API stack: FastAPI services, uv environments, SQLAlchemy models, Alembic migrations, configuration management, and CLI tooling.\n\n## Install\n\n### Pi\n\nInstall from npm:\n\n```bash\npi install npm:@robhowley/py-pit-skills\n```\n\nOr directly from GitHub:\n\n```bash\npi install https://github.com/robhowley/py-pit-skills\n```\n\n### Claude Code\n\nAdd the plugin marketplace, then install py-pit:\n\n```\n/plugin marketplace add robhowley/py-pit-skills\n/plugin install py-pit@py-pit-skills\n```\n\n## Skills\n\nSkills activate automatically when the agent detects relevant intent — no manual prompting required.\n\n| Skill                | Activates when LLM detects                                                              |\n|----------------------|--------------------------------------------------------------------------------------------|\n| `implementation-protocol` | any non-trivial feature implementation — orchestrates domain skills below          |\n| `fastapi-init`       | new FastAPI service, scaffold an API, new microservice                                     |\n| `uv`                 | dependency management, lockfiles, env setup, migration from pip/poetry                     |\n| `click-cli`          | designing or generating a new Click CLI                                                    |\n| `click-cli-linter`   | auditing or improving an existing Click CLI                                                |\n| `pydantic-schemas`   | request/response schema design, Pydantic v2 models, schema patterns                        |\n| `code-quality`       | linting setup, Ruff, pre-commit, code health tooling                                       |\n| `dockerize-service`  | local dev Docker Compose setup, containerizing a project                                   |\n| `settings-config`    | environment variable management, pydantic-settings, replacing os.getenv                    |\n| `sqlalchemy-models`  | ORM model design, SQLAlchemy 2.x patterns, relationships, migration-ready schema           |\n| `alembic-migrations` | adding Alembic, generating migrations, reviewing autogenerate diffs, safe schema evolution |\n| `fastapi-errors`     | FastAPI error handling, exception hierarchy, consistent API error responses                 |\n| `pytest-service`     | writing tests for a FastAPI service, SQLAlchemy test fixtures, DI overrides, test setup    |\n| `request-correlation` | request tracing, correlation IDs, observability wiring, propagating context across task/job boundaries |\n| `http-client-integration` | outbound API calls, building a vendor client, introducing retries and timeouts, replacing ad-hoc HTTP usage |\n| `background-jobs-boundaries` | background task guardrails, misuse of FastAPI BackgroundTasks, when to use a real job system |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobhowley%2Fpy-pit-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobhowley%2Fpy-pit-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobhowley%2Fpy-pit-skills/lists"}