template-skill

Provides a template for skillsutto be used when no other skill matches requests.

14|3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/kofttlcc/quant-test --skill template-skill-kofttlcc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/kofttlcc/quant-test/tree/main/.agent/skills/template-skill
Command: npx skills add https://github.com/kofttlcc/quant-test --skill template-skill-kofttlcc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill serves as a placeholder and demonstrates the structure of a skill unit. It is intended for use when a specific, pre-defined skill is not available or as a starting point for developing new skills.

Core Features & Use Cases

  • Demonstration: Provides a template for how skills are structured and documented.
  • Placeholder: Can be invoked when no other skill is a direct match, allowing the system to fall back gracefully.
  • Use Case: If a user asks to "summarize a document" and no specific summarization skill is found, this template skill might be invoked to acknowledge the request and prompt for more specific instructions or to indicate that a dedicated skill is needed.

Quick Start

Use the template skill to acknowledge a request for a capability that is not currently available.

Frequently Asked Questions about template-skill

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

FAQPage Schema
What is a placeholder skill used for in software engineering?

A placeholder skill serves as a fallback template when no direct skill match is available, demonstrating unit structure and prompting users for more specific instructions to handle unconfigured requests gracefully.

How do I demonstrate skill unit structure and fallback mechanisms?

You demonstrate skill unit structure and fallback mechanisms by using a template skill to acknowledge unsupported requests, which shows how to prompt for specific instructions or indicate a dedicated skill is needed.

When do I need a fallback template for unhandled requests?

You need a fallback template when a specific pre-defined skill is not available, allowing the system to acknowledge requests like document summarization and prompt for more specific instructions instead of failing.

How to handle requests for capabilities that are not currently available?

To handle unavailable capabilities, invoke a template skill to acknowledge the request, indicate that a dedicated skill is needed, and prompt the user to provide more specific instructions for proper routing.

Does the template skill require specific coding conventions to function?

Yes, the template skill requires adherence to Antigravity's coding and language conventions to ensure the fallback mechanism and skill unit structure align with the platform's expected standards.

Can I use this template as a starting point for developing new skills?

Yes, you can use this placeholder template as a starting point for developing new skills, providing a structural baseline to build dedicated capabilities while maintaining fallback behavior during development.