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

# ralphy skill

> Manage Ralphy skill installs across AI agents

## Summary

```bash theme={"dark"}
ralphy skill [options] [command]
```

**Example**

```bash theme={"dark"}
ralphy skill install --agent claude
```

<Expandable title="Full reference">
  **Flags**

  | Flag         | Description              |
  | ------------ | ------------------------ |
  | `-h, --help` | display help for command |

  **All examples**

  ```bash theme={"dark"}
  ralphy skill install --agent claude
  ralphy skill install <pack>      # alias: pass --agent <pack> through to the installer
  ralphy skill uninstall --agent claude
  ```
</Expandable>
