template-skill

Provide a basic template structure for creating new skills.

947|163|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/guanyang/antigravity-skills --skill template-skill-guanyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/guanyang/antigravity-skills/tree/main/template
Command: npx skills add https://github.com/guanyang/antigravity-skills --skill template-skill-guanyang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a placeholder skill for demonstration purposes.

Core Features & Use Cases

  • Placeholder: Illustrates the basic structure of a skill.
  • Use Case: Use this as a starting point for creating new skills.

Quick Start

This is a template skill, please refer to other skills for actual usage examples.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a new skill for agentic capabilities?

A skill requires a self-contained unit with a SKILL.md file. This template provides the basic starting structure for developers to build new agentic capabilities.

What is a boilerplate skill used for in software development?

A boilerplate skill illustrates the basic structure of a skill. Developers use it as a starting point for creating new functional skills rather than for actual usage.

Do I need any dependencies to use this skill template?

No dependencies are required to use this skill template. It is a basic placeholder with no dependencies or components required to start building your structure.

Can I use this example skill for actual production tasks?

No, this template skill is for demonstration purposes only. Refer to other skills for actual usage examples and adapt this starting structure for your specific development needs.

What is the best way to start developing a self-contained skill unit?

Start developing by using a boilerplate structure with a SKILL.md file. This template satisfies the requirement for a self-contained skill unit for developers.