# Template Skill

> A template skill for creating new skills. Use this skill as a starting point when you want to create your own specialized skill.

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

## Install

```sh
agentstack add skill-code-monkeyzhang-mini-agent-ts-template-skill
```

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

## About

# Template Skill

This is a template skill that demonstrates the structure of a Mini-Agent skill.

## When to Use This Skill

Use this skill as a reference when creating new skills. It provides the basic structure and explains the key components.

## Skill Structure

A skill consists of:

1. **SKILL.md** - The main entry point with YAML frontmatter
2. **scripts/** - Optional directory for executable scripts
3. **references/** - Optional directory for reference documentation
4. **assets/** - Optional directory for assets (templates, icons, etc.)

## Creating a New Skill

1. Copy this template folder
2. Rename the folder to your skill name (kebab-case)
3. Update SKILL.md with your skill's name and description
4. Add your skill content

## Example

```markdown
---
name: my-new-skill
description: Description of what my skill does
---

# My New Skill

Your skill content here...
```

## Source & license

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

- **Author:** [Code-MonkeyZhang](https://github.com/Code-MonkeyZhang)
- **Source:** [Code-MonkeyZhang/mini-agent-ts](https://github.com/Code-MonkeyZhang/mini-agent-ts)
- **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-code-monkeyzhang-mini-agent-ts-template-skill
- Seller: https://agentstack.voostack.com/s/code-monkeyzhang
- 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%.
