template-skill

Create a ready-to-use skeleton for new Claude skills with SKILL.md frontmatter.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/spuneiartur/claude-agent-specs --skill template-skill-spuneiartur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/spuneiartur/claude-agent-specs/tree/main/express-js/skills/template
Command: npx skills add https://github.com/spuneiartur/claude-agent-specs --skill template-skill-spuneiartur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a ready-to-use skeleton for creating new Claude Skill units, embedding the required frontmatter and a minimal body to standardize how skills are defined and activated.

Core Features & Use Cases

  • Standardization: Ensures every new skill has a consistent name/description frontmatter and a ready-to-edit body.
  • Rapid bootstrap: Speeds up onboarding by providing a plug-and-play starting point for express-js and next-js skill development.
  • Use Case: When starting a new project that needs a Claude Skill, copy this template, rename the skill, and fill in the details in SKILL.md.

Quick Start

Duplicate this template and fill in the name and description in SKILL.md to bootstrap a new skill unit.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I scaffold a new Claude skill with frontmatter?

This template lets you bootstrap a new Claude skill by duplicating the skeleton and filling in the SKILL.md frontmatter. It provides the required name and description fields alongside a minimal body to standardize skill activation.

What is the required frontmatter for a Claude skill unit?

The required frontmatter for a Claude skill unit must contain a name and description. This template standardizes this format by providing a pre-configured SKILL.md file that satisfies these baseline requirements for skill activation.

Can I use this skill template with express-js and next-js projects?

Yes, you can use this skill template with express-js and next-js projects. It is specifically designed to enable rapid bootstrap of Claude skill units within these JavaScript frameworks by providing a plug-and-play starting point.

How do I bootstrap a SKILL.md file for rapid development?

You bootstrap a SKILL.md file by copying this template and renaming the skill. This generates a consistent Quick Start section and structural guidance for future instructions, speeding up the onboarding and development process.

Does this template provide a body for future instructions or just frontmatter?

This template provides both the required frontmatter and a minimal ready-to-edit body. It includes a consistent Quick Start section and guidance for future instructions, ensuring the skill skeleton is fully functional but easy to customize.