Example Skill

Demonstrate the standard skill layout. Triggers on: run example, show example skill output. Near-miss: requesting a demo or test of any skill (route those to the specific skill).

eugenelim fa992ea 772 B Updated

File contents

Example Skill

This skill is a minimal demonstration of the standard SKILL.md layout. Replace this content with your skill's actual instructions.

What it does

Produces a short greeting and lists any files the user has mentioned.

When to use this skill

The agent invokes this skill when the user asks to "run example" or "show example skill output".

Steps

  1. Greet the user.
  2. List any files mentioned in the conversation.
  3. Summarize what the example-skill would do in a real pack.

Output

A short greeting and a bullet list.

eugenelim/agent-ready-repo/tree/main/packages/agentbundle/tests/fixtures/blank_catalogue/packs/_example/.apm/skills/example-skill commit fa992eacc8

Frequently asked questions

npx skillmds@latest add eugenelim/example-skill-2