# Example Skill

> Replace me. One sentence on what this skill does and when to use it.

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

---


# Example skill — workflow

Replace this body with the real instructions for the capability. It is delivered
to the agent ONLY when it calls `load_skill("example-skill")` (or reads
`skill://example-skill`), so it costs zero context until then. Write it like you'd
write any SKILL.md: imperative steps, an explicit output contract, and the *why*.

## Steps
1. ...
2. ...

## Output contract
- ...

Tip: add as many `registry/skills/<id>/SKILL.md` folders as you need — they appear
in `list_skills` automatically, with no `/` menu entry and no always-on cost.

