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

# Init

> Initialize local BRIK64 workspace state.

`brik64 init` creates local BRIK64 state for a project.

```bash theme={null}
brik64 init
```

Expected output:

```text theme={null}
created=.brik/manifest.json
```

## Writes

```text theme={null}
.brik/manifest.json
```

## Does Not Write

```text theme={null}
AGENTS.md
```

The current CLI beta does not expose `brik64 skill` subcommands. Install or read
the official skill through [brik64/brik64-tools-skills](https://github.com/brik64/brik64-tools-skills)
or your host agent environment, and write `AGENTS.md` only with explicit review
and user consent.
