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

# Authoring Skills

> Guidance for building and publishing custom DZap skills.

<Snippet file="coming-soon.mdx" />

This page will document how to author, version, and publish custom DZap skills.

## Planned coverage

* Skill file structure and frontmatter
* Endpoint/method documentation patterns
* Example payload and type-hint conventions
* Publishing and versioning workflow

## Current workaround

Use existing public skills as templates:

```bash theme={null}
git clone https://github.com/dzap-io/skills.git
```

Start from `dzap-sdk`, `dzap-fuse-api`, or `dzap-trade-api` and adapt the structure for your own surface.

## Updates

Track updates in [changelog](/resources/changelog).
