skill-template

Initialize new skills with YAML frontmatter and example scripts.

1|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/64andrewwalker/calvin --skill skill-template-64andrewwalker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/64andrewwalker/calvin/tree/main/.promptpack/skills/_template
Command: npx skills add https://github.com/64andrewwalker/calvin --skill skill-template-64andrewwalker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.