# Example Command

> An example user-invoked skill that demonstrates frontmatter options and the skills/<name>/SKILL.md layout

- **Type:** Skill
- **Install:** `agentstack add skill-thevibeworks-claude-code-docs-example-command`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [thevibeworks](https://agentstack.voostack.com/s/thevibeworks)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [thevibeworks](https://github.com/thevibeworks)
- **Source:** https://github.com/thevibeworks/claude-code-docs/tree/main/content/github/claude-plugins-official/plugins/example-plugin/skills/example-command

## Install

```sh
agentstack add skill-thevibeworks-claude-code-docs-example-command
```

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

## About

# Example Command (Skill Format)

This demonstrates the `skills//SKILL.md` layout for user-invoked slash commands. It is functionally identical to the legacy `commands/example-command.md` format — both are loaded the same way; only the file layout differs.

## Arguments

The user invoked this with: $ARGUMENTS

## Instructions

When this skill is invoked:

1. Parse the arguments provided by the user
2. Perform the requested action using allowed tools
3. Report results back to the user

## Frontmatter Options Reference

Skills in this layout support these frontmatter fields:

- **name**: Skill identifier (matches directory name)
- **description**: Short description shown in /help
- **argument-hint**: Hints for command arguments shown to user
- **allowed-tools**: Pre-approved tools for this skill (reduces permission prompts)
- **model**: Override the model (e.g., "haiku", "sonnet", "opus")

## Example Usage

```
/example-command my-argument
/example-command arg1 arg2
```

## Source & license

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

- **Author:** [thevibeworks](https://github.com/thevibeworks)
- **Source:** [thevibeworks/claude-code-docs](https://github.com/thevibeworks/claude-code-docs)
- **License:** MIT

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-thevibeworks-claude-code-docs-example-command
- Seller: https://agentstack.voostack.com/s/thevibeworks
- 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%.
