Install Webmaster
Create a website management agent. A guided wizard that scaffolds a Trinity-compatible webmaster agent for building and deploying Next.js sites to Vercel — customized to your preferred site types and design direction.
Installation
One-liner (if you already have the abilityai marketplace):
claude plugin install install-webmaster@abilityai
First time with the abilityai marketplace:
claude plugin add abilityai/abilities && claude plugin install install-webmaster@abilityai
Or from inside a Claude Code session:
/plugin marketplace add abilityai/abilities /plugin install install-webmaster@abilityai
Usage
/install-webmaster /install-webmaster ~/my-agents/webmaster
What It Does
1.Asks 3 domain-specific questions to understand your web development workflow
2.Scaffolds a complete agent with CLAUDE.md, skills, and Trinity files
3.Customizes the agent for your preferred site types, design direction, and deployment setup
4.Creates an onboarding tracker with
/onboarding skill5.Initializes a git repository
6.Guides you through setup with a persistent checklist (local → Trinity → schedules)
Skills Created
| Skill | Purpose |
|---|---|
| /create-website | Scaffold a production-ready Next.js 15 site with design system, components, SEO, and Vercel deployment |
| /onboarding | Track your setup progress from local configuration through Trinity deployment |
Related Plugins
| Plugin | Purpose |
|---|---|
| website-builder | Scaffold a single Next.js site (no agent wrapper) |
| trinity-onboard | Deploy agents to Trinity |
| agent-builder | Scaffold a custom agent from scratch |