Skip to main content
Trinity
Cloud Code Plugins/Install Webmaster

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 skill
5.Initializes a git repository
6.Guides you through setup with a persistent checklist (local → Trinity → schedules)

Skills Created

SkillPurpose
/create-websiteScaffold a production-ready Next.js 15 site with design system, components, SEO, and Vercel deployment
/onboardingTrack your setup progress from local configuration through Trinity deployment

Related Plugins

PluginPurpose
website-builderScaffold a single Next.js site (no agent wrapper)
trinity-onboardDeploy agents to Trinity
agent-builderScaffold a custom agent from scratch