codexkit-skill-template

Locate SKILL.md and parse frontmatter to instantiate CodexKit Skill Units.

21|12|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hoavdc/CodexKit --skill codexkit-skill-template
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: codexkit-skill-template
Source: https://github.com/hoavdc/CodexKit/tree/main/skills/codexkit-skill-template
Command: npx skills add https://github.com/hoavdc/CodexKit --skill codexkit-skill-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This reference implementation provides a ready-to-use v2 CodexKit skill template that demonstrates all required sections and folder structure, enabling teams to quickly author compliant skills.

Core Features & Use Cases

  • Demonstrates all 10 required sections in SKILL.md (v2) and includes tier-2 reference folders.
  • Includes a complete example for verification, examples, and general skill scaffolding to accelerate onboarding.
  • Serves as a drop-in starter that teams can copy, rename, and customize for new skills.

Quick Start

Copy this folder, rename it to the new skill name, and customize the frontmatter and content to create a new CodexKit skill.

Frequently Asked Questions about codexkit-skill-template

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

FAQPage Schema
How do I create a new skill using the CodexKit v2 format?▼

A CodexKit v2 skill requires a root SKILL.md file containing frontmatter with name, description, version, category, and dependencies. Validation requires exactly 10 sections in the SKILL.md document alongside properly formatted dependencies and components blocks.

What is the required folder structure for authoring a CodexKit skill?▼

The required folder structure for a CodexKit skill centers on a root SKILL.md file. Optional directories include scripts/, references/, and assets/, which are loaded dynamically by SKILL.md as needed during skill instantiation and parsing.

Does my skill template need specific frontmatter fields to pass validation?▼

Yes, skill template validation requires frontmatter to include name, description, version, category, and properly formatted dependencies and components blocks. The SKILL.md must also be in v2 format with all 10 required sections present.

How do I scaffold a skill with quality assurance and documentation references?▼

You scaffold a skill with quality assurance by copying the starter kit template, which includes tier-2 reference folders like references/ and assets/. These directories provide complete examples and verification data to accelerate onboarding and ensure documentation compliance.

Can I use optional directories like scripts and references when building a skill unit?▼

Yes, you can use optional directories like scripts/, references/, and assets/ when building a skill unit. These folders accompany the skill and are loaded as needed by SKILL.md, allowing you to organize supporting documentation and quality assurance resources effectively.

Why does my skill template fail validation when parsing frontmatter?▼

Skill template validation fails when frontmatter is missing required fields like name, description, version, or category. Validation also fails if the v2 SKILL.md does not contain exactly 10 sections or if dependencies and components blocks are improperly formatted.