kortix-skill-authoring

Standardize SKILL.md frontmatter, structure, and discovery for OpenCode skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kortix-ai/computer --skill kortix-skill-authoring
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kortix-skill-authoring
Source: https://github.com/kortix-ai/computer/tree/main/packages/kortix-opencode/skills/KORTIX-system/skill-authoring
Command: npx skills add https://github.com/kortix-ai/computer --skill kortix-skill-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Establishing consistent, discoverable skill units requires a standardized SKILL.md frontmatter, a concise operational body, and a clear discovery path across repositories and registries.

Core Features & Use Cases

  • Defines mandatory frontmatter fields (name and description) to enable reliable discovery
  • Supports optional resources (scripts/, references/, assets/) to extend capabilities without bloating the root
  • Encapsulates publishing and registry workflows with a lightweight, modular structure for reuse across projects

Quick Start

Create a new skill directory named kortix-skill-authoring with SKILL.md frontmatter and, if needed, optional subfolders for scripts, references, and assets.

Frequently Asked Questions about kortix-skill-authoring

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

FAQPage Schema
How do I standardize OpenCode skill creation with SKILL.md frontmatter?▼

To standardize OpenCode skill creation, define mandatory frontmatter fields like name and description in a SKILL.md file. This ensures reliable discovery and consistent structure across local worktrees and registry workflows.

What is the best way to structure reusable skill units for registry discovery?▼

The best way to structure reusable skill units is using a lightweight, modular directory with a SKILL.md file and optional scripts, references, and assets subfolders. This encapsulates publishing workflows and enables clear registry discovery.

Can I use optional resources like scripts and references when authoring a SKILL.md file?▼

Yes, you can use optional resources like scripts, references, and assets subfolders when authoring a SKILL.md file. This extends skill capabilities without bloating the root directory structure.

Why do I need frontmatter fields for OpenCode skill discovery?▼

You need frontmatter fields for OpenCode skill discovery because mandatory fields like name and description enable reliable identification. Without standardized frontmatter, discovery across repositories and registries fails.

Does skill authoring work across local worktrees and registry workflows?▼

Yes, skill authoring works across local worktrees and registry workflows. The standardized SKILL.md applies to OpenCode skills across repositories, enabling consistent naming and deployment.

What are the limitations of using a modular structure for skill publication?▼

A limitation of using a modular structure for skill publication is that omitting mandatory frontmatter fields like name and description breaks discovery, while overloading root directories defeats the lightweight design purpose.