ワンクリックで
skill-name
// A clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant (e.g., "Use when the user asks about X, Y, or Z").
// A clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant (e.g., "Use when the user asks about X, Y, or Z").
Form handling with Formisch, the type-safe form library for modern frameworks. Use when the user needs to create forms, handle form state, validate form inputs, or work with Formisch.
Schema validation with Valibot, the modular and type-safe schema library. Use when the user needs to validate data, create schemas, parse inputs, or work with Valibot in their project. Also use when migrating from Zod to Valibot.
| name | skill-name |
| description | A clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant (e.g., "Use when the user asks about X, Y, or Z"). |
| license | MIT |
| metadata | {"author":"your-github-username","version":"1.0"} |
Brief introduction to what this skill provides.
Describe the scenarios where this skill should be activated:
List any requirements or dependencies:
Detailed instructions for the first step.
// Code example
Detailed instructions for the second step.
// Example code demonstrating basic usage
// Example code demonstrating advanced patterns
Document frequently used patterns and best practices.
Description and solution.
Description and solution.