# Hyalo Skills

> Validate and maintain Agent Skills collections using Hyalo's skills profile, including Codex and Claude skill directories.

- Skill: `ractive/hyalo-skills` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ractive/hyalo-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ractive/hyalo-skills/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ractive (https://skillmd.com/u/ractive)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ractive/hyalo-skills

---


<!-- hyalo:managed -->

# Agent Skills collections

Use `hyalo lint --profile skills --format text` from the collection root.
The profile binds `**/SKILL.md` to its skill schema and includes hidden
`.agents/skills/**` and `.claude/skills/**` subtrees under the selected vault.
A project whose configured vault is a separate notes directory requires an explicit
`--dir .` to validate project-root skills. Do not rewrite its configuration to run a check.

Required frontmatter is `name` and `description`; the name must match the directory.
Use `hyalo types show skill` on an initialized skills vault and command help for
schema details. Keep descriptions focused on actual triggers. Preserve host-specific
metadata where supported; Codex appearance and invocation policy live in
`agents/openai.yaml`, which markdown lint does not validate.

Make requested edits, then rerun conformance on the affected files. A clean lint result
checks structure, not whether a skill follows user intent or makes good decisions.

