template-skill

Scaffold Claude-assisted tasks using a structured SKILL.md template.

2|Updated Dec 29, 2019
One-click install
npx skills add https://github.com/jungai/dotfiles --skill template-skill-jungai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/jungai/dotfiles/tree/main/.config/opencode/skill/template
Command: npx skills add https://github.com/jungai/dotfiles --skill template-skill-jungai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured template to scaffold Claude-assisted tasks, enabling rapid creation of new skills with consistent metadata and usage guidance.

Core Features & Use Cases

  • Frontmatter-driven metadata (name and description) define the skill's identity and purpose.
  • A clear instruction body that can be loaded into context during activation.
  • Optional resource directories (scripts/, references/, assets/) allow extended functionality without breaking the core template.

Quick Start

Edit SKILL.md to customize the name and description, then replace the placeholder instructions with your actual task workflow.

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 custom Claude skill template for rapid prototyping?

You can scaffold Claude-assisted tasks by editing the SKILL.md frontmatter to set the name and description, then replacing the placeholder instructions with your actual workflow.

What is frontmatter metadata used for in a Claude skill template?

Frontmatter metadata in a Claude skill template defines the skill's identity and purpose by enforcing a structured name and description, ensuring consistent metadata across new capabilities.

Do I need to add scripts or references to use the Claude skill template?

No, you do not need to add scripts or references. The template supports optional scripts, references, and assets directories for extended functionality, but the core template works without them.

Can I use this skill template for rapid prototyping across different domains?

Yes, you can use this template for rapid prototyping across different domains. It provides a structured scaffold for Claude-assisted tasks that applies to creating new capabilities across various domains.

What is the best way to scaffold a new Claude-assisted task?

The best way to scaffold a new Claude-assisted task is to use a structured template that enforces frontmatter metadata and provides optional resource directories for extended functionality.