production-python
Production Python
Apply every rule below whenever writing or modifying Python code.
When to Apply
- Writing new Python modules, classes, or functions
- Creating Pydantic models or SQLAlchemy ORM models
- Setting up project structure (imports, logging, config, paths)
- Writing or updating tests
- Reviewing Python code for production readiness
- Scaffolding FastAPI endpoints, repositories, or pipelines
Quick Reference
More from nkartik94/agentic-skills
production-react
Production-grade React coding conventions for components, hooks, TypeScript, state management, data fetching, testing, and accessibility. Use this skill when writing React components, creating custom hooks, setting up project structure, managing state, writing tests, or reviewing React code for production readiness. Triggers on any task involving .tsx/.jsx files, React hooks, component libraries, or frontend architecture.
1production-git
Git branching strategy, commit conventions, PR workflow, release management, hotfix procedures, rollback, and tagging for production software projects. Use this skill when creating branches, writing commit messages, opening pull requests, preparing releases, handling production incidents, or reviewing git history and workflow. Triggers on any git-related task: branching, committing, merging, tagging, or deployment workflow.
1