template-skill

Create a MARVIN skill scaffold with SKILL.md frontmatter and optional directories.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gaodes/marvin --skill template-skill-gaodes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/gaodes/marvin/tree/main/skills/_template
Command: npx skills add https://github.com/gaodes/marvin --skill template-skill-gaodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a ready-made scaffold for creating MARVIN skills, reducing boilerplate and ensuring a consistent structure across skills.

Core Features & Use Cases

  • Standard frontmatter and metadata scaffolding to ensure consistency, discovery, and easy customization.
  • Optional directories (scripts/, references/, assets/) to organize supporting content as you tailor the skill.
  • Clear Quick Start guidance to accelerate initial skill development and testing.

Quick Start

Copy this directory to create a new MARVIN skill scaffold and customize the frontmatter and content.

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 to ensure consistent frontmatter and metadata?

To scaffold a MARVIN skill, copy this template directory and customize the SKILL.md file. It provides standard frontmatter, metadata fields, and a structured body to ensure consistency and reduce boilerplate during skill development.

What is the required structure for a MARVIN skill?

A MARVIN skill requires a SKILL.md file with name and description frontmatter, a structured body for instructions, and optional directories for scripts, references, and assets to organize supporting content.

Do I need any external dependencies to create a MARVIN skill?

No external dependencies are required to create a MARVIN skill. This template provides a ready-to-use scaffold with standard frontmatter and optional directories, allowing you to start development immediately.

What is the best way to organize scripts and references when developing a MARVIN skill?

The best way to organize content is by using the template's optional scripts/, references/, and assets/ directories. This structured approach separates supporting files from the core SKILL.md instructions.

Can I use this template to accelerate MARVIN skill development and testing?

Yes, you can use this template to accelerate MARVIN skill development. It includes clear Quick Start guidance and a pre-configured scaffold to help you quickly customize frontmatter and test your skill.