oldmilky
UserClaude Code chat panel for Cursor and VS Code, running on your own Claude subscription. Seven themable palettes, plan-mode review with inline comments, MCP connectors, checkpoints and rewind.
Categories
Indexed Skills (11)
analyze
Generate or refresh the project map — the structural overview an agent reads before touching unfamiliar parts of the codebase. Use when the user says /analyze, after a structural change, or when the map has gone stale.
audit
Deep read-only review of the branch diff against a base ref, across several lenses, with every HIGH finding independently refuted before it is reported. Use when the user says /audit or wants a thorough review of a branch rather than the working tree.
check
Fast read-only review of the uncommitted working tree. Use when the user says /check, or mid-feature before continuing or committing. Cheaper than a full review and never edits anything.
gitpush
Run the gates, write the commit message, commit and push. Use when the user says /gitpush or asks to commit and push. Requires explicit approval before the commit and never pushes past a failing gate.
ship
Full delivery pipeline for non-trivial work — plan, implement, gates, browser evidence, independent review, report. Use when the user says /ship or asks to take a feature end to end. Never commits.
vercel-composition-patterns
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.
vercel-react-best-practices
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 improvements.
vercel-react-view-transitions
Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries.
web-design-guidelines
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".
writing-guidelines
Review docs/prose for Writing Guidelines compliance. Use when asked to "review my docs", "check writing style", "audit prose", "review docs voice and tone", or "check this page against the writing handbook".
browser
Verify or measure the webview in a real browser. Use when the user says /browser, after any change to webview/src, or whenever a UI claim needs evidence — layout, spacing, colour, contrast, animation timing, or "does this actually render".
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.