deployment
25Zenobia000/cursor-agentic-coding-template
Cursor rule Cursor
Provides a checklist and standard operating procedures for deploying the application to production.
Zenobia000/cursor-agentic-coding-template
Cursor rule Cursor
Provides a checklist and standard operating procedures for deploying the application to production.
Zenobia000/cursor-agentic-coding-template
Cursor rule Cursor
Specifies the Git branching model, commit message conventions, and the pull request process.
Zenobia000/cursor-agentic-coding-template
Cursor rule Cursor
This project uses the Isolation-Focused Memory Bank System with Custom Slash Commands for phased development workflow.
Agent Claude Code
A read-only architecture adviser for exploring system boundaries, quality requirements, design options, and architecture decision records. An architecture decision record, or ADR, is a short record of an important technical choice and its reasoning.
Agent Claude Code
A build-error fixer for isolating many compiler, type, or dependency errors and restoring an existing build with the smallest necessary changes.
Agent Claude Code
A read-only code reviewer for a completed set of changes. Code review is the process of checking proposed changes for defects and risks before they are accepted.
Agent Claude Code
A deployment specialist covering infrastructure configuration, rollbacks, and observability analysis. Infrastructure as code, or IaC, means defining infrastructure settings in files that can be reviewed and applied.
Agent Claude Code
A documentation specialist for large documentation reviews, cross-linking, and source normalization. Source normalization means making references consistent across documents.
Agent Claude Code
An end-to-end validation specialist for browser-based tests of complete user journeys. End-to-end testing checks whether a feature works through the full application from a user’s point of view.
Agent Claude Code
A read-only auditor for security-sensitive code and infrastructure changes. It examines areas such as authentication, authorization, secrets, data boundaries, software supply chains, and deployment settings.
Agent Claude Code
A test automation specialist for adding unit and integration tests, improving test tools, or reproducing failures. Unit tests check small pieces of code, while integration tests check how pieces work together.
Settings file Claude Code
Skill Claude CodeCodex
Use when the user says answers are too long, too scattered, or "just tell me what to do"; when choosing between technical options; when debugging; when resuming interrupted multi-step work; or whenever a reply would otherwise bury the decision under background analysis.
Skill Claude CodeCodex
Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix (audit→edit→verify loop on a target). Prefers direct-CDP live-DOM auditing; falls back to a browser-MCP composition or HTML-string audits.
Skill Claude CodeCodex
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…
Skill Claude CodeCodex
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
Skill Claude CodeCodex
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
Skill Claude CodeCodex
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
Skill Claude CodeCodex
UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design…
Skill Claude CodeCodex
Expert UI/UX design guidance for unique, accessible interfaces. Use for visual decisions, colors, typography, layouts. Always ask before making design decisions. Use this skill when the user asks to build web components, pages, or applications.
Skill Claude CodeCodex
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Skill Claude CodeCodex
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
Skill Claude CodeCodex
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Skill Claude CodeCodex
Architecture-level code review using a three-phase smells → principles → fixes flow. Use when reviewing existing system architecture, identifying design debt, evaluating refactor candidates, or auditing module boundaries and dependencies. Complements sunnydata-code-review (line-level) and architect agent (greenfield…