con un clic
replace-with-skill-name-using-hyphens
// Use when [describe triggering conditions, symptoms, or specific errors].
// Use when [describe triggering conditions, symptoms, or specific errors].
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session recovery after /clear.
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
Best practices for Remotion - Video creation in React
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
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, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.
| name | replace-with-skill-name-using-hyphens |
| description | Use when [describe triggering conditions, symptoms, or specific errors]. |
[1-2 sentences explaining the core principle. What is the fundamental insight of this skill?]
[other-skill-name] instead.[Explain the mental model. Use a before/after code block or a small dot flowchart if the decision process is non-obvious.]
// ❌ Anti-pattern / Baseline failure
[Show the common mistake or naive approach]
// ✅ Best practice / Correct implementation
[Show the correct pattern]
[Clear, numbered steps for the agent to follow. Use imperative verbs.]
[A table for fast lookup of commands, syntax, or common operations.]
| Operation / Scenario | Syntax / Command | Notes |
|---|---|---|
| [Operation] | [Command] | [Note] |
[How to prove the implementation is correct (The GREEN phase). Agent must run these checks.]
[List specific rationalizations, shortcuts, or misunderstandings the agent might have. Address the "RED" phase baseline failures here.]
| Red Flag (Excuse / Mistake) | Reality / Fix (What to do instead) |
|---|---|
| "I'll just skip testing this time." | STOP. You must verify the behavior first. |
| [Mistake or excuse] | STOP. [Correct action] |