> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hitheo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Skill Commands

> Scaffold, validate, and publish skills from the CLI.

## `theo skill init`

Scaffolds a new skill project:

```bash theme={null}
theo skill init [directory]
```

Creates `theo-skill.json` (manifest template) and `README.md`.

## `theo skill validate`

Validates a skill manifest:

```bash theme={null}
theo skill validate [directory]
```

```
[theo] ✓ Manifest is valid: "My Skill" v1.0.0
[theo]   Category: productivity
[theo]   Tools: 2
[theo]   Permissions: read:artifacts, execute:tools
[theo]   Review tier: staff (requires staff review)
```

## `theo skill publish`

Submits a skill to the marketplace:

```bash theme={null}
theo skill publish [directory]
```

Reads `theo-skill.json`, attaches `README.md`, validates, and submits for review.

```
[theo] Submitting "Insurance Quoting" v1.0.0...
[theo] ✓ Submitted for review. You'll be notified when approved.
[theo]   Review tier: staff
```
