example-skill

Define manifest-backed skills with standardized SKILL.md frontmatter and validated Capability.yml for repo-local automation workflows.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/doesitscript/dotfile-vnext --skill example-skill-doesitscript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/doesitscript/dotfile-vnext/tree/main/.cursor/skills/_template
Command: npx skills add https://github.com/doesitscript/dotfile-vnext --skill example-skill-doesitscript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create standardized, portable repo-local skills for automation that are easy to discover and reuse.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter with required fields (name, description) and a portable workflow.
  • Companion manifest (capability.yml) that enables machine discovery and tooling integration.
  • Optional resources (scripts/, references/, assets/) to support deterministic tasks, in-depth information, or assets.
  • Supports validation of owned_files, dependencies, and component presence to ensure safe reuse.

Quick Start

Create a local copy of this template skill and customize SKILL.md and capability.yml for your workflow.

Frequently Asked Questions about example-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize repo-local automation workflows for team reuse?

Repo-local automation workflows are standardized by defining a portable, manifest-backed skill with a SKILL.md file and a companion capability.yml manifest. This approach enables clear discovery, repeatable setup, and safe reuse across local development tasks.

What is a capability.yml manifest used for in skill templates?

The capability.yml manifest enables machine discovery and tooling integration for repo-local skills. It validates required fields like name and description, and checks owned_files, dependencies, and component presence to ensure safe portability across repositories.

How do I create a portable skill template for my repository?

Creating a portable skill template involves copying the example skill and customizing the SKILL.md frontmatter and capability.yml manifest for your workflow. This standardizes your automation and supports optional resources like scripts, references, and assets for deterministic tasks.

Does skill template validation check dependencies and component presence?

Skill template validation checks dependencies, component presence, and owned_files to support safe reuse and portability. It ensures the manifest includes required fields such as name and description, verifying that all necessary components are present for local development and automation tasks.

When do I need a manifest-backed skill for local development?

A manifest-backed skill is needed when creating new skills or upgrading existing ones within a repository to enable clear discovery and repeatable setup. It ensures safe portability by validating owned_files, dependencies, and component presence across local development workflows.