# Example Skill

> A starter template demonstrating the SKILL.md format. Duplicate this folder to create your own custom skills.

- Skill: `jeremy8776/example-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jeremy8776/example-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jeremy8776/example-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Jeremy8776 (https://skillmd.com/u/jeremy8776)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jeremy8776/example-skill

---


# Example Skill

This is a minimal custom skill intended to demonstrate the Context Engine skill format.

## Triggers
- do something
- example task

## Instructions

When the user asks to "do something" or triggers this skill, follow these steps:

1. Acknowledge the skill was matched.
2. Explain that this is a template skill.
3. Point the user to the `skills/` directory to create their own.

## Notes

- Skills are discovered automatically by the server when placed in the `skills/` directory.
- Each skill must have a `SKILL.md` file at its root.
- YAML frontmatter (`name`, `description`) is optional but recommended for better dashboard display.
