example:feature-1

Create a minimal Skill Unit template with YAML frontmatter and descriptive body.

2|1|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/devkade/collaborator --skill example-feature-1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example:feature-1
Source: https://github.com/devkade/collaborator/tree/main/docs/plugin-template/skills/example-plugin/skills/feature-1
Command: npx skills add https://github.com/devkade/collaborator --skill example-feature-1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill demonstrates how to structure a minimal, self-contained feature as a Skill Unit, providing a clean template for discovery and activation.

Core Features & Use Cases

  • Standardized Template: Includes a YAML frontmatter with name and description and a descriptive body.
  • Extensible Pattern: Designed to be extended with additional sub-features following the same structure.
  • Use Case: Ideal for rapidly prototyping a new feature and documenting its activation flow.

Quick Start

Use the feature-1 template to illustrate how a new Skill Unit would be defined, activated, and tested.

Frequently Asked Questions about example:feature-1

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

FAQPage Schema
How do I structure a minimal feature template for a Claude marketplace plugin?

A minimal feature template requires a SKILL.md file with YAML frontmatter containing a name and description, paired with a descriptive body to define the activation flow. Optional assets, references, and scripts layouts support further extensions.

What is a Skill Unit in plugin documentation?

A Skill Unit is a standardized, self-contained format for documenting plugin features. It uses YAML frontmatter and a descriptive body to demonstrate feature activation and structure within a Claude marketplace.

How do I prototype a new plugin feature quickly?

You can prototype a new plugin feature quickly by using a standardized template structure with required YAML frontmatter. This allows rapid documentation of the feature's activation flow without complex dependencies.

Do I need dependencies to create a self-contained feature template?

No dependencies are required to create a self-contained feature template. The minimal structure relies solely on a SKILL.md file with YAML frontmatter and a descriptive body for prototyping.

Can I extend a minimal feature template with additional sub-features?

Yes, a minimal feature template is designed to be extensible. You can add additional sub-features following the same structure, utilizing the optional assets, references, and scripts layout for extensions.

What's the best way to document a plugin activation flow?

The best way to document a plugin activation flow is using a standardized Skill Unit template with YAML frontmatter. This provides a clean pattern for discovery and illustrates the definition and testing process.