production-react
Production React
Apply every rule below whenever writing or reviewing React code.
When to Apply
- Writing new React components, hooks, or pages
- Setting up project structure or feature modules
- Managing state (local, global, or server)
- Writing tests for React components or hooks
- Reviewing React code for production readiness
- Configuring TypeScript, ESLint, or Vite for a React project
Quick Reference
More from nkartik94/agentic-skills
production-python
Production-grade Python coding conventions for modules, classes, functions, Pydantic models, SQLAlchemy models, and tests. Use this skill when writing new Python files, modifying existing Python code, creating data models, setting up project structure, or reviewing Python code for best practices. Triggers on any task involving Python source files (.py), test files, notebooks, or project scaffolding.
14production-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