agentic-skills

Validate YAML frontmatter, description, and body structure for agentic-skills units.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/moonpixels/laravel-skeleton-react --skill agentic-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-skills
Source: https://github.com/moonpixels/laravel-skeleton-react/tree/main/.opencode/skills/agentic-skills
Command: npx skills add https://github.com/moonpixels/laravel-skeleton-react --skill agentic-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

OpenCode agent skills enable teams to create compact, triggerable SKILL.md units that enforce progressive disclosure with validation and clear documentation.

Core Features & Use Cases

  • Compact SKILL.md with enforced frontmatter and structured body
  • Progressive disclosure validation pipeline and references linking
  • Support for scripts/references assets-based extensibility and governance

Quick Start

Instantiate a new skill using the SKILL.md template in assets and run the validator on the skill directory.

Frequently Asked Questions about agentic-skills

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

FAQPage Schema
How do I validate YAML frontmatter for OpenCode agent skills?

Validate YAML frontmatter for OpenCode agent skills by running the validator on the skill directory to enforce structured body formatting and metadata compliance.

What is progressive disclosure in agent skill management?

Progressive disclosure in agent skill management is a validation pipeline that ensures references are linked with shallow nesting, keeping SKILL.md units compact and triggerable.

How do I create a new agent skill with SKILL.md?

Create a new agent skill by instantiating the SKILL.md template from the assets directory, then run the validator to check frontmatter and body structure.

Can I use scripts and references assets with OpenCode skills?

Yes, OpenCode skills support scripts and references assets for extensibility, automatically detecting paths to both directories during validation.

Does the skill validator detect metadata dependencies and safety status?

Yes, the validator provides a metadata payload including name, description, keywords, dependencies, components, and safety status for tooling integration.

What are the limitations of validating SKILL.md body structure?

Validation is limited to checking YAML frontmatter, description, and body structure for the agentic-skills unit, ensuring references use shallow nesting without deeper structural analysis.