Skip to main content
Trinity
Cloud Code Plugins/Install Recon

Install Recon

Create a competitive intelligence agent. A guided wizard that scaffolds a Trinity-compatible agent for tracking competitors, monitoring changes, and producing actionable intelligence from open sources.

Installation

One-liner (if you already have the abilityai marketplace):

claude plugin install install-recon@abilityai

First time with the abilityai marketplace:

claude plugin add abilityai/abilities && claude plugin install install-recon@abilityai

Or from inside a Claude Code session:

/plugin marketplace add abilityai/abilities
/plugin install install-recon@abilityai

Usage

/install-recon
/install-recon ~/my-agents/recon

What It Does

1.Asks 4 domain-specific questions to understand your competitive landscape
2.Scaffolds a complete agent with CLAUDE.md, skills, and Trinity files
3.Customizes tracking dimensions, output formats, and monitoring cadence
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
/add-competitorAdd a competitor to your watchlist with structured profile data
/monitorScan tracked competitors for changes since last check
/battlecardGenerate or refresh a one-page sales battlecard for a competitor
/digestProduce a competitive intelligence summary of recent changes
/landscapeFull competitive landscape analysis with feature comparison matrix

Related Plugins

PluginPurpose
trinity-onboardDeploy agents to Trinity
agent-builderScaffold a custom agent from scratch
install-webmasterWebsite management agent wizard