con un clic
sample-basic
// A minimal example skill demonstrating the required structure. Use this as a template when creating new skills.
// A minimal example skill demonstrating the required structure. Use this as a template when creating new skills.
Patterns for building list and detail pages with forms, filters, and data fetching
Create SvelteKit components using Remote Functions for type-safe client-server communication. Use when building components that need to fetch data, submit forms, or execute server commands. Remote Functions work at the component level, not page level.
Create admin dashboard pages with tables, forms, and actions
Create UI components using tailwind-variants for type-safe styling. Use when creating or editing components in src/lib/ui/.
Create Playwright E2E tests using Page Object Model pattern with database isolation
Demonstrates progressive disclosure by linking to reference files. Use this pattern when your skill has detailed content that should load on-demand.
| name | sample-basic |
| description | A minimal example skill demonstrating the required structure. Use this as a template when creating new skills. |
This is a minimal skill template. Replace this content with your own instructions.
creating-components)name in the YAML frontmatter (lowercase, hyphens only)description that includes:
name:
- Maximum 64 characters
- Lowercase letters, numbers, and hyphens only
- No reserved words: "anthropic", "claude"
description:
- Maximum 1024 characters
- Must be non-empty
- Should describe WHAT and WHEN
Here's a simple example of how your skill might work:
User: "Help me create a new component"
Claude: [Reads SKILL.md, follows your instructions]