# [Name. Required. Must be 1-64 characters. May only contain unicode lowercase alphanumeric characters (a-z, 0-9) and hyphens (-). Must not start or end with a hyphen (-). Must not contain consecutive…

> [Description. Required. Must be 1-1024 characters. Should describe both what the skill does and when to use it. Should include specific keywords that help agents identify relevant tasks.

- **Type:** Skill
- **Install:** `agentstack add skill-fruafr-skills-template`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fruafr](https://agentstack.voostack.com/s/fruafr)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [fruafr](https://github.com/fruafr)
- **Source:** https://github.com/fruafr/skills/tree/main/template

## Install

```sh
agentstack add skill-fruafr-skills-template
```

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

## About

# Skill: [Name]

- **Purpose:** [One sentence]
- **Use when:** [Trigger]
- **Don't use when:** [Out of scope]
- **Success looks like:** [Observable outcome]

## Inputs
| Name | Type | Required | Default | Constraints | Description |
|------|------|----------|---------|-------------|-------------|
| `[input]` | `string` | Yes/No | — | [format/length] | [What it is] |

**Assumptions:** [What must be true for this skill to work]

## Output
**Format:** [Markdown / JSON / code / plain text]
**Template:**
```
[Literal structure with placeholders]
```

## Reasoning
1. **Understand** — [verify/extract]
2. **Plan** — [decide/decompose]
3. **Generate** — [produce]
4. **Verify** — [check before submitting]

**Expose reasoning?** Yes / No
**When uncertain:** Ask / Proceed with assumption / Refuse

## Decision Rules
| If | Then |
|----|------|
| [condition] | [action] |
| [condition] | [action] |
| Otherwise | [default] |

## Guardrails

**Must:** [non-negotiable] · [non-negotiable]
**Must not:** [prohibited + why] · [prohibited + why]

**Priority order when conflict:** [1] > [2] > [3] > [4]

## Style
- **Voice/Formality:** [e.g., imperative, formal]
- **Audience:** [Who reads this]
- **Length:** [Target or "as needed, no longer"]
- **Format/Language:** [Markdown / specific terminology to use or avoid]

## Edge Cases
| Situation | Response |
|-----------|----------|
| [Missing/invalid input] | [action] |
| [Out of scope] | [refuse / redirect] |
| [Conflicting constraints] | [which wins] |
| [Adversarial input] | [refuse / sanitize] |

## Self-Check (run before returning)
- [ ] Correctness — [criterion]
- [ ] Format — [criterion]
- [ ] Style — [criterion]
- [ ] Safety — [no PII/fabrication/harm]
- [ ] Completeness — [all parts addressed]

**If a check fails after 2 attempts:** [fallback — partial result / ask / refuse]

## Examples

**✅ Good:** Input → Output (1–2 lines on why it works)

**❌ Bad:** Output → corrected version (1 line on what failed)

## Change log
- v1.0.0 — initial: [description]

## Source & license

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

- **Author:** [fruafr](https://github.com/fruafr)
- **Source:** [fruafr/skills](https://github.com/fruafr/skills)
- **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-fruafr-skills-template
- Seller: https://agentstack.voostack.com/s/fruafr
- 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%.
