Plugin Claude Code
Skills for Python/FastAPI development and git workflows.
Plugin Claude Code
Skills for Python/FastAPI development and git workflows.
Plugin Claude Code
Coding conventions for Python/FastAPI projects with SQLAlchemy, Pydantic v2, and layered architecture.
Skill Claude CodeCodex
This skill should be used when creating a service class, adding an API route, defining Pydantic schemas, writing error handling, reviewing code style, checking project directory structure, writing or running database migrations, or deciding what belongs in which layer. Covers style, naming, error handling, logging…
Plugin Claude Code
Testing conventions for Python/FastAPI projects — test pyramid, factories, per-layer rules.
Skill Claude CodeCodex
This skill should be used when writing unit tests, integration tests, creating test factories, mocking dependencies, or reviewing test coverage. Covers test pyramid, conventions, factories, and per-layer rules.
Plugin Claude Code
Git push workflow for GitLab — squash, rebase, push, create MR.
Skill Claude CodeCodex
This skill should be used when the user says "push", "push to remote", "create PR", "create MR", "pull request", "merge request", "open PR", or when committing and pushing code to GitHub or GitLab. Covers git workflow rules, branch naming conventions, commit message format, and the push + PR/MR creation procedure.
Plugin Claude Code
Bounded contexts, ownership, public service-layer interfaces, and dependency control for modular monoliths.
Skill Claude CodeCodex
Design or review a modular monolith by defining bounded contexts, assigning ownership, enforcing public service-layer interfaces, keeping dependencies one-way, and separating shared technical code from business code. Use when planning modules, adding a feature that crosses module boundaries, or finding direct…