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

# Store Listing

A strong Store listing helps users understand what your agent does, when to use it, and what they will get back.

## Listing Metadata

Store metadata comes from `persona` in `charm.yaml`:

```yaml theme={"theme":{"light":"min-light","dark":"min-dark"}}
persona:
  name: "Research Assistant"
  version: "0.1.0"
  description: "Create concise research briefs from a topic."
  authors: ["Your Name"]
  tags: ["productivity", "research"]
```

## Description

Use `description` for a short one-line summary. Use `full_description` for:

* use cases,
* examples,
* limitations,
* expected output,
* setup requirements.

## Assets

Recommended assets:

* square icon,
* wide banner,
* screenshots or examples when supported.

## Tags

Choose tags that match what users are searching for. Avoid stuffing unrelated tags.

## Version Updates

Update `persona.version` when you publish a new agent version. Use release notes or changelog entries for user-visible changes.
