ck:template-skill

Create a skill scaffold with SKILL.md YAML frontmatter and an instruction placeholder.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-template-skill-minhhoangdono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:template-skill
Source: https://github.com/MinhHoangDono/antigravity-kit/tree/main/.agent/skills/template-skill
Command: npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-template-skill-minhhoangdono

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The template skill removes guesswork when creating a new skill by giving you a ready-to-edit starting point with the required entry metadata.

Core Features & Use Cases

  • Standardized Skill entry point: Ensures the skill can be discovered by requiring YAML frontmatter with a name and description.
  • Clear instruction insertion point: Provides a placeholder body where you can paste the operational instructions the AI should follow.
  • When to use: Use it when bootstrapping a brand-new skill for the antigravity-kit ecosystem, so you can quickly replace template text with your real behavior.

Quick Start

Replace the placeholder YAML description and insert your skill instructions in the section below the frontmatter in SKILL.md.

Frequently Asked Questions about ck:template-skill

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

FAQPage Schema
How do I create a valid skill scaffold for an AI agent toolkit?

To create a valid skill scaffold, you need a SKILL.md file with YAML frontmatter containing the required name and description fields for discovery, followed by an instruction body placeholder. This structure ensures the AI agent can load operational instructions from the per-skill directory.

What is YAML frontmatter and why is it required for skill discovery?

YAML frontmatter is a metadata block at the top of a SKILL.md file containing fields like name and description. It is required for skill discovery because the agent toolkit scans these specific fields to identify and load available skills from the directory.

How do I add prompt instructions to a new skill template?

You add prompt instructions by locating the placeholder section below the YAML frontmatter in the SKILL.md file and replacing the template text with your actual operational instructions that the AI should follow.

When should I use a skill template for scaffolding new agent behaviors?

You should use a skill template when bootstrapping a brand-new skill for an ecosystem, ensuring you have a ready-to-edit starting point with correct entry metadata rather than building the required structure from scratch.

Does my skill directory need any specific dependencies to load metadata correctly?

No specific dependencies are required to load metadata correctly. The skill scaffold relies solely on the correct YAML frontmatter fields within the SKILL.md file to ensure standard onboarding and discovery within the agent toolkit.

What is the best way to standardize new skills for a per-skill directory loading system?

The best way to standardize new skills is using a template that enforces correct YAML frontmatter for discovery and provides a clear insertion point for operational instructions, ensuring consistent loading behavior across the per-skill directory.