# Installing grok-toolkit

## Recommended: As a Grok Plugin (easiest)

```bash
grok plugin install HanTechnology/grok-toolkit
```

Then verify:
```bash
grok inspect
/skills
```

All 45+ skills (architecture, frontend-web, backend families, devops, data, QA, impeccable, critique, service-vernacular, etc.) become available immediately.

## Alternative: Local / Development

```bash
grok plugin install /path/to/this/repo --trust
```

## Adopting the Conventions (Optional but Recommended for Teams)

Add the managed block from this repo's `src/cli/templates/agents-managed-block.md` (or the example in README) into your project's `AGENTS.md`.

This gives your whole team the quality gates, workspace model, anti-slop rules, and routing guidance without repeating yourself.

## Updating

```bash
grok plugin update grok-toolkit
```

## What You Get

- High-signal domain skills for real product engineering work
- The full Impeccable design quality system
- Strong refinement layers (critique, distill, extract, etc.)
- Service-vernacular for consistent product language
- Explicit quality gates and anti-slop discipline
- Workspace and project-setup conventions

See `README.md` and `reference/` for details.
