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

# trellis-meta

> The essential skill for customizing Trellis

The official meta-skill for understanding and customizing Trellis. Install this skill, and AI can help you:

* Add specialized agents for your workflow
* Change how context gets injected
* Add project-specific commands
* Modify quality checks

## Install

<Tabs>
  <Tab title="npx skills (Recommended)">
    Works with Claude Code, Cursor, OpenCode, iFlow, Codex, Kilo, Kiro, Gemini CLI, Antigravity, and more.

    ```bash theme={null}
    npx skills add mindfold-ai/docs --skill trellis-meta
    ```

    Or install all available skills:

    ```bash theme={null}
    npx skills add mindfold-ai/docs
    ```

    Options:

    | Flag             | Description                            |
    | ---------------- | -------------------------------------- |
    | `-g`             | Install globally (`~/.claude/skills/`) |
    | `-a claude-code` | Target a specific agent                |
    | `-y`             | Non-interactive mode                   |
  </Tab>

  <Tab title="Claude Code Plugin">
    **Step 1**: Register the skill source

    ```bash theme={null}
    /plugin marketplace add mindfold-ai/docs
    ```

    **Step 2**: Install the skill

    ```bash theme={null}
    /plugin install trellis-meta
    ```

    After installation, the skill appears as `trellis-marketplace:trellis-meta`.
  </Tab>
</Tabs>

## Verify Installation

Check if the skill is available:

```
What skills do you have access to?
```

Claude should list `trellis-meta` or `trellis-marketplace:trellis-meta` in the response.

## Usage

After installation, just tell AI what you want:

```
I want to add a deploy agent to handle deployment workflow
```

```
Help me modify the check hook to add a custom verification command
```

```
I want to add a new workflow phase called review
```

AI will automatically use the skill's documentation and give you the correct modification steps.

## What's Included

| Directory        | Contents                                                        |
| ---------------- | --------------------------------------------------------------- |
| `core/`          | Core systems (workspace, tasks, specs, scripts)                 |
| `claude-code/`   | Claude Code features (hooks, agents, Ralph Loop, multi-session) |
| `how-to-modify/` | Modification guides (add agent, add command, modify hook, etc.) |
| `meta/`          | Platform compatibility, self-iteration guide                    |
