template-skill

Provides a blueprint for creating new skills with standardized SKILL.md structure.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/nickstrad/nick-stack-1 --skill template-skill-nickstrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/nickstrad/nick-stack-1/tree/main/.agents/skills/template-skill
Command: npx skills add https://github.com/nickstrad/nick-stack-1 --skill template-skill-nickstrad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a ready-to-use blueprint for creating new Skills, ensuring a consistent discovery and activation process by standardizing the required SKILL.md structure.

Core Features & Use Cases

  • Standardized scaffolding: A ready-frontmatter skeleton and instruction body for new skills.
  • Consistency: Enforces a consistent discovery, activation, and optional content layout (scripts/references/assets).
  • Use Case: Teams can clone this template to quickly bootstrap new AI-assisted skills with minimal setup.

Quick Start

Edit the SKILL.md frontmatter to define the skill's name and description, replace the placeholder body with operational instructions, and optionally add scripts, references, or assets as needed.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I structure a new AI skill to ensure consistent discovery and activation?

To structure a new AI skill for consistent discovery, use a defined SKILL.md frontmatter to declare metadata and an instruction body for operational logic, optionally adding scripts, references, or assets directories.

What is the best way to scaffold a blueprint for creating new skills?

The best way to scaffold a blueprint for creating new skills is to clone a standardized template, which provides a ready-to-use frontmatter skeleton and instruction body to enforce consistent layout and deterministic behavior.

How do I bootstrap an AI-assisted skill with minimal setup?

You bootstrap an AI-assisted skill with minimal setup by editing the template's SKILL.md frontmatter to define its name and description, then replacing the placeholder body with your specific operational instructions.

What should I include in the frontmatter and instruction body when generating a skill?

When generating a skill, include metadata like the skill's name and description in the frontmatter, and place the core processing logic and operational steps inside the instruction body for proper activation.

How do I organize optional directories like scripts and references for deterministic skill behavior?

To organize optional directories for deterministic skill behavior, create dedicated folders for scripts, references, and assets within your skill project structure to support extended content and modular execution.

Does a standardized skill template work for teams bootstrapping multiple AI agents?

Yes, a standardized skill template works for teams because it enforces a consistent discovery and activation process across projects, allowing multiple members to quickly bootstrap new AI-assisted skills uniformly.

Related Skills