writing-plans
vmain
io.github.obra/superpowers/writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
“filesystem github context7 playwright” 共 3,502 个结果
vmain
io.github.obra/superpowers/writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
vmain
io.github.obra/superpowers/verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
vmain
io.github.obra/superpowers/using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
vmain
io.github.obra/superpowers/using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
vmain
io.github.obra/superpowers/test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
vmain
io.github.obra/superpowers/systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
vmain
io.github.obra/superpowers/subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
vmain
io.github.obra/superpowers/requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
vmain
io.github.obra/superpowers/receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
vmain
io.github.obra/superpowers/finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
vmain
io.github.obra/superpowers/executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
vmain
io.github.obra/superpowers/dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
vmain
io.github.obra/superpowers/brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
vmain
io.github.vercel-labs/agent-skills/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".
vmain
io.github.vercel-labs/agent-skills/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".
vmain
io.github.vercel-labs/agent-skills/vercel-optimize
Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps. Collect Vercel metrics, usage, project config, and code scan results first; investigate only metric-backed candidates; produce ranked recommendations grounded in verified files and version-aware Vercel/framework docs. Trigger for Vercel bill reduction, slow or expensive routes, caching opportunities, Function Invocations, Build Minutes, Fast Data Transfer, Core Web Vitals, Bot Management, Fluid compute, or cost breakdown requests.
vmain
io.github.vercel-labs/agent-skills/vercel-cli-with-tokens
Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel".
vmain
io.github.vercel-labs/agent-skills/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.
vmain
io.github.vercel-labs/agent-skills/react-native-skills
暂无描述
vmain
io.github.vercel-labs/agent-skills/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.
vmain
io.github.vercel-labs/agent-skills/deploy-to-vercel
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
vmain
io.github.vercel-labs/agent-skills/composition-patterns
暂无描述