# Skill Name

> >

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

## Install

```sh
agentstack add skill-pymc-labs-agent-skills-template
```

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

## About

# Skill Title

Brief overview of what this skill enables and why it's useful.

## When to Use

Use this skill when:
- Trigger condition 1
- Trigger condition 2
- Trigger condition 3

## Quick Start

```python
# Minimal working example
import example_package

# Basic usage pattern
result = example_package.do_something()
```

## Core Concepts

### Concept 1

Explanation of the first key concept...

```python
# Code example demonstrating concept 1
```

### Concept 2

Explanation of the second key concept...

```python
# Code example demonstrating concept 2
```

## Common Patterns

### Pattern A

```python
# Reusable pattern for common task A
```

### Pattern B

```python
# Reusable pattern for common task B
```

## Best Practices

- Best practice 1: explanation
- Best practice 2: explanation
- Best practice 3: explanation

## Common Pitfalls

| Issue | Cause | Solution |
|-------|-------|----------|
| Problem 1 | Why it happens | How to fix it |
| Problem 2 | Why it happens | How to fix it |

## References

For detailed information on specific topics, see:
- [Topic A](references/topic-a.md)
- [Topic B](references/topic-b.md)

## External Resources

- [Official Documentation](https://example.com/docs)
- [API Reference](https://example.com/api)

## Source & license

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

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