# Example

> Example reference skill demonstrating the Agent Skills specification. Use this skill as a template for new skills or when testing the loader, registry, and dispatcher code paths. Demonstrates frontmatter fields, metadata extensions (lane, triggers), and references directory layout.

- **Type:** Skill
- **Install:** `agentstack add skill-rmednitzer-agents-example`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [rmednitzer](https://agentstack.voostack.com/s/rmednitzer)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [rmednitzer](https://github.com/rmednitzer)
- **Source:** https://github.com/rmednitzer/agents/tree/main/skills/example

## Install

```sh
agentstack add skill-rmednitzer-agents-example
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Example skill

This is the body of the example skill. It demonstrates the SKILL.md
format defined by the Agent Skills open standard at
[agentskills.io](https://agentskills.io/specification).

## When to use

Use this skill as a template for new skills in the agents repository.
It exercises the loader, registry, and dispatcher code paths in tests
and serves as a documented baseline for skill authors.

## Body structure

Skills are encouraged to keep the SKILL.md body under 500 lines and
move detailed technical reference to files in references/. This skill
is intentionally short.

## Resources

A real skill might include:

- references/REFERENCE.md for detailed technical material.
- scripts/extract.py for executable helpers.
- assets/template.md for output templates.

This example ships none of those; the directories are absent.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [rmednitzer](https://github.com/rmednitzer)
- **Source:** [rmednitzer/agents](https://github.com/rmednitzer/agents)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-rmednitzer-agents-example
- Seller: https://agentstack.voostack.com/s/rmednitzer
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
