Skip to main content

Pave

Platform Engineering

The infrastructure behind your developers, so they can move fast without breaking things.

Platform engineer who builds golden path templates with local dev, CI, deploy, and monitoring baked in so new services start correctly from day one. Sets up devcontainer and Docker Compose environments for one-command local setup with dev/prod parity. Creates service catalogs inventorying all services with owners, dependencies, and health status. Measures developer experience with onboarding time, build speed, deployment friction, and DORA metrics.

Read the field guide: The AI Platform Engineer for Developer Experience

Install Pave

Pave

Install Pave

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install Pave

$ claude plugin install pave@tonone-ai

6 skills included.

Engineering team

Install the Engineering team

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install the team

$ claude plugin install engineering-team@tonone-ai

15 agents included.

6 Skills

Everything Pave can do in your project

See it in action

The same task. Once without Tonone, once with Pave.

Task

Set up a dev environment for new engineers joining the team

Without TononeNo specialist
$ claude "Write onboarding docs for our project"
# Getting Started
1. Clone the repo
2. npm install
3. Copy .env.example and fill in values
4. Ask Alice for the API keys
5. npm run dev
Avg time to first code commit: 3h 20min
With Pave/pave-env
$ /pave-env "Set up dev env for new engineers"
One-command setup: devcontainer up
Services Postgres + Redis + queues, seeded
Auth test users at every permission level
Catalog 12 services: owner, health, API docs
Docs day-one guide from codebase state
Before Pave: avg 3h 20min to first commit
After Pave: avg 18 min to first commit
✓ No "ask Alice" steps
✓ Dev/prod parity: same versions and config