Agent Skills: Example Skill

This skill should be used when the user asks to "demonstrate minimal skill", "show basic skill structure", or needs a simple skill example. Provides a minimal working skill template.

UncategorizedID: karchtho/my-claude-marketplace/example-skill

Install this agent skill to your local

pnpm dlx add-skill https://github.com/karchtho/my-claude-marketplace/tree/HEAD/bundles/dev-toolkit-bundle/skills/bundle-maker/examples/minimal-bundle/skills/example-skill

Skill Files

Browse the full folder contents for example-skill.

Download Skill

Loading file tree…

bundles/dev-toolkit-bundle/skills/bundle-maker/examples/minimal-bundle/skills/example-skill/SKILL.md

Skill Metadata

Name
example-skill
Description
This skill should be used when the user asks to "demonstrate minimal skill", "show basic skill structure", or needs a simple skill example. Provides a minimal working skill template.

Example Skill

This is a minimal skill example demonstrating the simplest possible skill structure.

Purpose

Demonstrate the minimum requirements for a valid skill:

  • YAML frontmatter with name and description
  • Markdown body with instructions
  • No bundled resources required

Core Concept

A skill needs only a SKILL.md file to be valid. Everything else (references, examples, scripts) is optional.

When to Use This Pattern

Use this minimal pattern when:

  • The skill provides simple knowledge or guidance
  • No complex resources are needed
  • Instructions can fit in a single file under 2,000 words

Example Usage

This skill would trigger when a user asks:

  • "Show me a minimal skill example"
  • "Demonstrate basic skill structure"
  • "What's the simplest skill possible?"