🧩
AI EngineeringSwift

Example

by ivan-magda

Example is an AI Engineering skill for Claude Code, published by ivan-magda in swift-coding-agent.

178 stars11 forkson ivan-magda/swift-coding-agentAdded 2026/09/07Repository updated 2026/06/26
agentic-aiai-agentanthropicclaude-codeclicoding-agentdeveloper-toolsswiftswift-concurrencyswift-package-manager
Install in seconds
Install Example
Copy Example into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ivan-magda/swift-coding-agent/tree/master/skills/example ~/.claude/skills/example

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ivan-magda/swift-coding-agent.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/example/SKILL.md in ivan-magda/swift-coding-agent
Installs to
~/.claude/skills/example
Collection
The only skill cataloged from this repository
Category
AI Engineering3475 skills

What Example does

Example demonstrates the skill file format used for loadable skills. Use it as a reference for frontmatter, structure, and how skill content is presented to the agent.

Example is cataloged under AI Engineering on DirSkills. Example comes from a repository tagged agentic-ai, ai-agent, anthropic, claude-code and cli.

Documentation

README

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.

Frequently asked about Example

  • How does Example compare to other AI Engineering skills?

    Example ranks #3130 by stars among the 3475 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Example against them. Open each page to compare what they document and how they install.