skill-template

Community

Kickstart Skills with a clean starter template

Author64andrewwalker
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a ready-to-use template to bootstrap production-grade DocEngineering Skills for Calvin, enabling consistent frontmatter, structured instructions, and automated scaffolding for new skills.

Core Features & Use Cases

  • Starter scaffolding: Initialize a new skill with YAML frontmatter and example scripts.
  • Deterministic execution: Encourages script-driven tasks under {baseDir}/scripts/.
  • Quality checks: Includes standardized sections for prerequisites, instructions, output, and error handling.

Quick Start

Copy this template to a new skill directory (e.g., .promptpack/skills/my-skill) and customize the SKILL.md and scripts as needed.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: skill-template
Download link: https://github.com/64andrewwalker/calvin/archive/main.zip#skill-template

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository