template-skill

Scaffold new MARVIN skills with standardized SKILL.md frontmatter and structure.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Wattysaid/MARVIN --skill template-skill-wattysaid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/Wattysaid/MARVIN/tree/main/skills/_template
Command: npx skills add https://github.com/Wattysaid/MARVIN --skill template-skill-wattysaid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use blueprint for creating new MARVIN skills, accelerating setup and ensuring consistent structure.

Core Features & Use Cases

  • Standardized skeleton: Includes a ready-made frontmatter, sections, and guidance for building a new Skill unit.
  • Guided customization: Lets developers quickly tailor name, description, and metadata to their needs.
  • Educational value: Serves as a learning scaffold for MARVIN skill development and documentation.

Quick Start

Copy this directory, rename the skill identifiers, and adapt the sections to describe what your new skill does, how to use it, and its outputs.

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 MARVIN skill with consistent boilerplate?

To scaffold a new MARVIN skill, copy the template-skill directory, rename the skill identifiers, and adapt the provided SKILL.md sections to document your new skill's functionality and metadata.

What is the minimum metadata needed in a SKILL.md file for MARVIN?

A valid SKILL.md file requires at least a name and description in its frontmatter. The template also supports optional scripts, references, and assets directories for extended skill development.

Can I use this template to onboard teams for rapid skill development?

Yes, this template is designed for skill development and onboarding workflows, allowing teams to rapidly create documented MARVIN skills with consistent metadata and standardized structural sections.

What's the best way to customize a MARVIN skill starter template?

The best way to customize this starter template is to copy the directory, rename the skill identifiers, and tailor the name, description, and metadata sections to match your specific skill requirements.

Does the MARVIN skill blueprint support optional scripts and references?

Yes, the MARVIN skill blueprint supports optional scripts, references, and assets directories alongside the required SKILL.md file, allowing you to include supplementary execution logic and documentation.