skill-template

Create PopKit Skill scaffolds with YAML frontmatter and modular documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jrc1883/popkit-ai --skill skill-template-jrc1883
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/jrc1883/popkit-ai/tree/main/packages/popkit-core/docs/skill-template
Command: npx skills add https://github.com/jrc1883/popkit-ai --skill skill-template-jrc1883

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a ready-to-use skeleton for PopKit skills, ensuring consistency and a fast start for authors.

Core Features & Use Cases

  • YAML frontmatter scaffolding with mandatory fields (name, description, allowed-tools, version).
  • Built-in guidance for sections and templates to standardize skill documentation and activation flow.
  • Use Case: When creating a new skill or refactoring an existing one to the PopKit standard, this template accelerates setup.

Quick Start

Replace every <placeholder> in this template with your skill's details and rename the directory to your skill's slug.

Frequently Asked Questions about skill-template

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

FAQPage Schema
What is a skill template with YAML frontmatter used for?

A skill template with YAML frontmatter provides a standardized scaffold for PopKit skill authors, ensuring mandatory fields like name, description, allowed-tools, and version are present for consistent activation.

How do I create a new skill using a starter template?

To create a new skill using a starter template, replace every placeholder with your skill's details and rename the directory to your skill's slug, building documentation through the provided modular sections.

Do I need any dependencies to start authoring PopKit skills?

You do not need any external dependencies to start authoring PopKit skills, as the skill template operates independently to provide the required YAML frontmatter and documentation structure scaffolding.

What's the best way to refactor an existing skill to the PopKit standard?

The best way to refactor an existing skill to the PopKit standard is applying this template scaffold to enforce mandatory frontmatter fields and standardize the modular documentation body for consistent usage guidance.

What mandatory fields must be included in PopKit skill frontmatter?

Mandatory fields required in PopKit skill frontmatter include name, description, allowed-tools, and version, which the template enforces to ensure consistent skill documentation and activation flow.