·repo-website-api-create
</>

repo-website-api-create

Create new API reference pages for the Valibot website at website/src/routes/api/. Use when adding documentation for new schemas, actions, methods, or types. Covers reading source code, creating properties.ts and index.mdx files, updating menu.md, and cross-referencing related APIs.

15Installs·1Trend·@open-circle

Installation

$npx skills add https://github.com/open-circle/valibot --skill repo-website-api-create

How to Install repo-website-api-create

Quickly install repo-website-api-create AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/open-circle/valibot --skill repo-website-api-create
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: open-circle/valibot.

SKILL.md

View raw

Guide for creating new API reference pages at website/src/routes/api/.

Categories: (schemas), (actions), (methods), (types), (utils), (async), (storages)

| Primitive | 'string', 'number', 'boolean', 'unknown', etc. | | Literal string | { type: 'string', value: 'email' } | | Literal number | { type: 'number', value: 5 } | | Custom/Named | { type: 'custom', name: 'TypeName', href: '../TypeName/', generics: [...] } | | Custom+modifier | { type: 'custom', modifier: 'typeof', name: 'string', href: '../string/' } |

Create new API reference pages for the Valibot website at website/src/routes/api/. Use when adding documentation for new schemas, actions, methods, or types. Covers reading source code, creating properties.ts and index.mdx files, updating menu.md, and cross-referencing related APIs. Source: open-circle/valibot.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/open-circle/valibot --skill repo-website-api-create
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from open-circle/valibot

Quick answers

What is repo-website-api-create?

Create new API reference pages for the Valibot website at website/src/routes/api/. Use when adding documentation for new schemas, actions, methods, or types. Covers reading source code, creating properties.ts and index.mdx files, updating menu.md, and cross-referencing related APIs. Source: open-circle/valibot.

How do I install repo-website-api-create?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/open-circle/valibot --skill repo-website-api-create Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/open-circle/valibot