language-conventions

Verify YAML frontmatter and route wrapper skills to canonical locations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill language-conventions-ctimmerman-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: language-conventions
Source: https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others/tree/main/.cursor/skills/language-conventions
Command: npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill language-conventions-ctimmerman-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a wrapper for language-conventions with a canonical location so that the real implementation is always loaded from .opencode/skills/language-conventions/. It guides users to load the canonical SKILL.md and any supporting files from the same folder when present.

Core Features & Use Cases

  • Canonical routing: directs tooling and readers to the real skill location.
  • Frontmatter validation guidance: explains how to verify that the required name and description exist.
  • On-demand load of supporting files: hints at loading examples, templates, or docs from the same folder.

Quick Start

Open .opencode/skills/language-conventions/SKILL.md and verify its first heading.

Frequently Asked Questions about language-conventions

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

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

To validate YAML frontmatter, verify that your SKILL.md file contains the required `name` and `description` fields. This ensures canonical language conventions are met before loading the skill.

What are canonical language conventions for wrapper skills?

Canonical language conventions ensure consistent naming, structure, and documentation across skills. Wrapper skills must point to the canonical implementation location specified in their frontmatter.

How do I load supporting files from a canonical skill folder?

To load supporting files, open the `.opencode/skills/language-conventions/` directory and reference templates, examples, or documentation from that same folder when the skill is invoked.

Why does my wrapper skill fail to find the canonical implementation?

Your wrapper skill fails when its frontmatter does not correctly point to the canonical location. Verify the routing paths direct tooling to the real skill in `.opencode/skills/`.

Do I need specific dependencies to enforce skill documentation conventions?

No specific dependencies are required to enforce skill documentation conventions. You only need to verify that your YAML frontmatter and canonical folder routing adhere to the structure guidelines.