An example skill demonstrating the skill file format
Scanned 9/6/2026
Install to Claude Code
npx -y skills add ivan-magda/swift-coding-agent --skill example --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Example?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ivan-magda-example-swift-coding-agent)More formats (shields.io, HTML) on the badges page.
---
name: example
description: An example skill demonstrating the skill file format
---
This is a sample skill file. Skills are stored in `skills/{name}/SKILL.md` and
provide specialized knowledge that the agent can load on demand via the
`load_skill` tool.
## Frontmatter
Each skill file starts with YAML frontmatter between `---` delimiters:
- `name` (optional): defaults to the parent directory name
- `description` (required): one-line summary shown in the system prompt
## Usage
The agent sees skill names and descriptions in its system prompt. When it needs
the full content, it calls `load_skill` with the skill name. The body below the
frontmatter is returned wrapped in `<skill>` tags.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!