Blameless postmortem workflow. Use after incidents, major tool failures, rollback events, security findings, data issues, monitoring failures, or repeated regression loops to capture impact, timeline, root causes, and corrective actions.
A guide for turning an idea into product and software requirement documents. It organizes the problem, users, market, features, risks, and technical specification into files such as PRD.md and SPEC.md.
A guide to testing Python programs with pytest, a tool for writing and running Python tests. It covers test fixtures, simulated dependencies, parameterized tests, integration tests, asynchronous code, and test-driven development, where tests are written before or alongside the code.
A guide to modern React development with JavaScript or TypeScript. React is a library for building web interfaces from reusable components; the guide covers hooks, forms, server-rendered components, actions, suspense, and newer React 19 features.
Release readiness workflow for Codex. Use before PR, merge, deploy, version bump, rollout, or production handoff to verify scope, validation evidence, rollback, migrations, operator notes, changelog, and residual risk.
Complete shadcn/ui component library guide including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, installing components, building forms with React Hook Form and Zod, customizing themes with Tailwind CSS, or implementing UI patterns like buttons…
A checker that compares a software implementation with the requirements written in a SPEC.md file. It reviews functional and non-functional requirements, interface details, APIs, and security points when applicable.
A design-analysis skill for Stitch, Google’s interface-design tool, that turns an existing project’s screens and assets into a DESIGN.md reference file.
An iterative workflow for generating and combining multiple web pages with Stitch, a tool for creating website screens from prompts. A baton file carries the next task from one build cycle to the next.
A test-first coding workflow: write a test that fails, add the smallest code that passes it, then improve the code while keeping the test passing. TDD means test-driven development.
A codebase cleanup workflow for finding technical debt—work that makes future changes harder, such as duplicate code, unused imports, debug output, and overly complex code.
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects. Triggers on…
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…
A code-checking workflow that runs type checks, linting, tests, and builds after software work is completed. Linting checks code for common errors and style problems.
★not rated 19 3mo agoA60 tokens
originalMIT
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: