opencode-agents-skills

Automate OpenCode agent and skill documentation with validated YAML frontmatter.

6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/open-hax/opencode-skills --skill opencode-agents-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode-agents-skills
Source: https://github.com/open-hax/opencode-skills/tree/main/.opencode/skills/opencode-agents-skills
Command: npx skills add https://github.com/open-hax/opencode-skills --skill opencode-agents-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authoring and updating agent and skill guidance in a consistent, governed way across the OpenCode repo.

Core Features & Use Cases

  • Enforces a standard frontmatter structure (name and description) for all agent/skill docs.
  • Guides documentation updates across .opencode/agent and .opencode/skills directories.
  • Validates description quotation and metadata alignment to support reliable loading by the OpenCode system.

Quick Start

Create or update an agent or skill document in the repository and validate the YAML frontmatter is present and correctly quoted.

Frequently Asked Questions about opencode-agents-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate YAML frontmatter for OpenCode agent and skill documentation?

Validate YAML frontmatter by ensuring name and description fields are present and correctly quoted. This enforces a consistent structure across .opencode/agent and .opencode/skills directories to support reliable loading by the OpenCode system.

What is the required structure for adding new agents in OpenCode?

The required structure for new agents includes valid YAML frontmatter with name and description fields. Documentation must be placed within the .opencode/agent or .opencode/skills directories to maintain consistent guidance across the repository.

Can I use this to update existing skill guidance in .opencode/skills directories?

Yes, you can update existing skill guidance in .opencode/skills directories. It automates the maintenance of agent and skill documentation while validating description quotation and metadata alignment for reliable system loading.

Why does my OpenCode agent documentation fail to load correctly?

OpenCode agent documentation fails to load when YAML frontmatter lacks valid name and description fields or uses incorrect quotation. Enforcing metadata alignment and consistent structure resolves loading issues across .opencode directories.

Do I need dependencies to automate OpenCode skill documentation authoring?

No dependencies are required to automate OpenCode skill documentation authoring. It directly applies standard frontmatter validation to files in .opencode/agent and .opencode/skills directories without external packages.