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

# claude:init

> Initialize Claude configuration and skills.

Write the Claude configuration into the project. The command creates `AGENTS.md`, one agent file per template under `.claude/agents/`, and a `SKILL.md` (plus any reference files) for every skill under `.claude/skills/<skill>/`, where skill names containing a `.` become `-` in the directory name.

## Usage

```bash theme={null}
ooneex claude:init [options]
```

## Examples

```bash theme={null}
ooneex claude:init
```

```bash theme={null}
ooneex claude:init --cwd=./my-app
```

## Options

| Option  | Description                                  | Default           |
| ------- | -------------------------------------------- | ----------------- |
| `--cwd` | Directory the configuration is written into. | Current directory |
