# Minimal

> A bare-minimum Logion course example. Use as a starting template when authoring a new skill that needs no tools, no network, no filesystem writes, and no env vars. Demonstrates the smallest valid SKILL.md plus capabilities.yaml pairing.

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

## Install

```sh
agentstack add skill-nicolasmelo1-logion-minimal
```

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

## About

# Minimal Logion Course

This is the smallest valid Logion course. It exists as a copy-paste starting point.

## What this course does

Nothing meaningful — it returns the literal string `"hello from minimal logion course"` when an agent reads it.

## Structure

```
minimal/
├── SKILL.md                  # this file
└── course/
    └── capabilities.yaml     # near-empty Logion manifest
```

No `scripts/`, no `references/`, no `assets/`. Add those when your real course needs them.

## When to use this

When you're starting a new course and want a known-good skeleton that already validates against both:

- the agentskills.io SKILL.md frontmatter spec
- the Logion `course/capabilities.yaml` schema

Copy this whole directory, rename it, edit `SKILL.md` and `course/capabilities.yaml`, then run `logion course validate ./your-course/` before uploading.

## What an agent should do here

Nothing — this skill has no behavior. Real skills go in their body where this paragraph is.

## Source & license

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

- **Author:** [nicolasmelo1](https://github.com/nicolasmelo1)
- **Source:** [nicolasmelo1/logion](https://github.com/nicolasmelo1/logion)
- **License:** MIT
- **Homepage:** https://logion.sh

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-nicolasmelo1-logion-minimal
- Seller: https://agentstack.voostack.com/s/nicolasmelo1
- 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%.
