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

# skill

> Print agent awareness prompt for graph files

Prints a prompt that teaches AI coding agents how to use Supermodel's `.graph.*` sidecar files. Pipe into your agent's instructions file.

## Synopsis

```bash theme={null}
supermodel skill
```

## Flags

| Flag         | Description    |
| ------------ | -------------- |
| `-h, --help` | Help for skill |

## Examples

```bash theme={null}
supermodel skill >> CLAUDE.md
supermodel skill >> AGENTS.md
supermodel skill >> .cursorrules
```
