A collection of Agent Skills for Open Circle projects. These skills help AI agents work effectively with Valibot, Formisch, and other Open Circle ecosystem tools.
Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. Each skill is a folder containing a SKILL.md file with metadata and instructions that help AI agents understand how to use specific tools and libraries.
Learn more at agentskills.io
| Skill | Description |
|---|---|
| valibot-usage | Schema validation with Valibot |
| formisch-usage | Form handling with Formisch |
You can install these skills using th skills or add-skill CLI:
npx skills add open-circle/agent-skills
npx add-skill open-circle/agent-skillsOr copy individual skill folders into your project's .skills/ directory.
Once installed, AI agents will automatically discover and use these skills when relevant tasks are detected. Each skill contains:
- SKILL.md — Instructions and metadata for the agent
- references/ — Additional documentation (optional)
- scripts/ — Executable code (optional)
- assets/ — Templates and resources (optional)
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Open Circle is a GitHub organization serving as a shared home for open-source projects that share a philosophy around modularity, type safety, and developer experience.
- Valibot — The modular and type safe schema library for validating structural data
- Formisch — The modular and type-safe form library for any framework
This repository is licensed under the MIT License.