·repo-structure-navigate
</>

repo-structure-navigate

open-circle/valibot

Navigate the Valibot repository structure. Use when looking for files, understanding the codebase layout, finding schema/action/method implementations, locating tests, API docs, or guide pages. Covers monorepo layout, library architecture, file naming conventions, and quick lookups.

3Installs·0Trend·@open-circle

Installation

$npx skills add https://github.com/open-circle/valibot --skill repo-structure-navigate

SKILL.md

| schemas/ | Data type validators | string/, object/, array/, union/ | | actions/ | Validation & transformation | email/, minLength/, trim/, transform/ | | methods/ | High-level API | parse/, safeParse/, pipe/, partial/ | | types/ | TypeScript definitions | schema.ts, issue.ts, dataset.ts |

| utils/ | Internal helpers (prefixed ) | addIssue/, stringify/, ValiError/ | | storages/ | Global state | Config, message storage |

Validation (return issues): email, url, uuid, regex, minLength, maxValue, check

Navigate the Valibot repository structure. Use when looking for files, understanding the codebase layout, finding schema/action/method implementations, locating tests, API docs, or guide pages. Covers monorepo layout, library architecture, file naming conventions, and quick lookups. Source: open-circle/valibot.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/open-circle/valibot --skill repo-structure-navigate
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is repo-structure-navigate?

Navigate the Valibot repository structure. Use when looking for files, understanding the codebase layout, finding schema/action/method implementations, locating tests, API docs, or guide pages. Covers monorepo layout, library architecture, file naming conventions, and quick lookups. Source: open-circle/valibot.

How do I install repo-structure-navigate?

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-structure-navigate Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05