원클릭으로
sample-basic
A minimal example skill demonstrating the required structure. Use this as a template when creating new skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
A minimal example skill demonstrating the required structure. Use this as a template when creating new skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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]