Audit a whole codebase for materially useful simplifications in its data structures, state representation, control flow, algorithms and ownership, using bounded waves of read-only review agents. Produces a report and changes nothing.
Build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI. Use for local UI verification, screenshots, accessibility snapshots, perf profiles, visual diffs, or reproducing UI bugs.
A rigorous engineering mode for investigating, building, reviewing, and shipping with small changes and real verification. Use /poteto-mode to enable it for the session.
A rigorous engineering mode for investigating, building, reviewing, and shipping with small changes and real verification. Use /pstack to enable it for the session.
React DevTools CLI for AI agents. Use when the user asks you to debug a React or React Native app at runtime, inspect component props/state/hooks, diagnose render performance, profile re-renders, find slow components, or understand why something re-renders. Triggers include "why does this re-render", "inspect the…
Clean up the changed code without changing behavior — review the diff for reuse, simplification, efficiency, and altitude cleanups via 4 parallel agents, then apply the fixes.
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.
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…
Author, revise, or debug Open Session dynamic workflow scripts. Use before writing a non-trivial runworkflow script, choosing agent versus MCP calls, using parallel or pipeline fan-out, spawning durable child sessions, or designing replay-safe workflow logic.
Instructions for tellahq/opensession, covering publishing to repositories, choose the client first, shared checkout and deployment workflow, server invariants and frontend.