·repo-source-code-document
</>

repo-source-code-document

Write JSDoc comments and inline documentation for Valibot library source code in /library/src/. Use when documenting schemas, actions, methods, or utilities. Covers interface documentation, function overloads, purity annotations, inline comment patterns, and terminology consistency.

14Installs·1Trend·@open-circle

Installation

$npx skills add https://github.com/open-circle/valibot --skill repo-source-code-document

How to Install repo-source-code-document

Quickly install repo-source-code-document 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-source-code-document
  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

| 'schema' | "Creates a ... schema." | | 'validation' | "Creates a ... validation action." | | 'transformation' | "Creates a ... transformation action." |

| Interface | [Name] [category] interface. | | Type | [Name] [category] type. | | Function | Creates a [name] [category]. | | Utility | [Verb]s [description]. |

| // Get [what] | // Get input value from dataset | | // If [condition], [action] | // If root type is valid, check nested types | | // Otherwise, [action] | // Otherwise, add issue | | // Create [what] | // Create object path item | | // Add [what] to [where] | // Add issues to dataset | | // Parse [what] | // Parse schema of each array item |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/open-circle/valibot --skill repo-source-code-document
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from open-circle/valibot

Quick answers

What is repo-source-code-document?

Write JSDoc comments and inline documentation for Valibot library source code in /library/src/. Use when documenting schemas, actions, methods, or utilities. Covers interface documentation, function overloads, purity annotations, inline comment patterns, and terminology consistency. Source: open-circle/valibot.

How do I install repo-source-code-document?

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-source-code-document 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