.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ceo-plugin/quickstart
home/subagents/andywxy1/ceo-plugin/quickstart
andywxy1 avatar

QUICKSTART

byandywxy1· 55 subagents

Stars

6

Forks

1

Category

Agent Meta & Communication

View on GitHub

TL;DR

> Get from zero to orchestrated multi-agent pipeline in 5 minutes.

How to install QUICKSTART?

andywxy1/ceo-plugin/quickstart
$curl -o .claude/agents/QUICKSTART.md https://raw.githubusercontent.com/andywxy1/ceo-plugin/HEAD/agents/QUICKSTART.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install QUICKSTART by running `curl -o .claude/agents/QUICKSTART.md https://raw.githubusercontent.com/andywxy1/ceo-plugin/HEAD/agents/QUICKSTART.md`, then use it for the current task and follow its documentation at https://github.com/andywxy1/ceo-plugin.

Files · 1

View on GitHub
agents/QUICKSTART.md
1# ⚡ NEXUS Quick-Start Guide
2 
3> **Get from zero to orchestrated multi-agent pipeline in 5 minutes.**
4 
5---
6 
7## What is NEXUS?
8 
9**NEXUS** (Network of EXperts, Unified in Strategy) turns The Agency's AI specialists into a coordinated pipeline. Instead of activating agents one at a time and hoping they work together, NEXUS defines exactly who does what, when, and how quality is verified at every step.
10 
11## Choose Your Mode
12 
13| I want to... | Use | Agents | Time |
14|-------------|-----|--------|------|
15| Build a complete product from scratch | **NEXUS-Full** | All | 12-24 weeks |
16| Build a feature or MVP | **NEXUS-Sprint** | 15-25 | 2-6 weeks |
17| Do a specific task (bug fix, campaign, audit) | **NEXUS-Micro** | 5-10 | 1-5 days |
18 
19---
20 
21## 🚀 NEXUS-Full: Start a Complete Project
22 
23**Copy this prompt to activate the full pipeline:**
24 
25```
26Activate Agents Orchestrator in NEXUS-Full mode.
27 
28Project: [YOUR PROJECT NAME]
29Specification: [DESCRIBE YOUR PROJECT OR LINK TO SPEC]
30 
31Execute the complete NEXUS pipeline:
32- Phase 0: Discovery (Trend Researcher, Feedback Synthesizer, UX Researcher, Analytics Reporter, Legal Compliance Checker, Tool Evaluator)
33- Phase 1: Strategy (Studio Producer, Senior Project Manager, Sprint Prioritizer, UX Architect, Brand Guardian, Backend Architect, Finance Tracker)
34- Phase 2: Foundation (DevOps Automator, Frontend Developer, Backend Architect, UX Architect, Infrastructure Maintainer)
35- Phase 3: Build (Dev↔QA loops — all engineering + Evidence Collector)
36- Phase 4: Harden (Reality Checker, Performance Benchmarker, API Tester, Legal Compliance Checker)
37- Phase 5: Launch (Growth Hacker, Content Creator, all marketing agents, DevOps Automator)
38- Phase 6: Operate (Analytics Reporter, Infrastructure Maintainer, Support Responder, ongoing)
39 
40Quality gates between every phase. Evidence required for all assessments.
41Maximum 3 retries per task before escalation.
42```
43 
44---
45 
46## 🏃 NEXUS-Sprint: Build a Feature or MVP
47 
48**Copy this prompt:**
49 
50```
51Activate Agents Orchestrator in NEXUS-Sprint mode.
52 
53Feature/MVP: [DESCRIBE WHAT YOU'RE BUILDING]
54Timeline: [TARGET WEEKS]
55Skip Phase 0 (market already validated).
56 
57Sprint team:
58- PM: Senior Project Manager, Sprint Prioritizer
59- Design: UX Architect, Brand Guardian
60- Engineering: Frontend Developer, Backend Architect, DevOps Automator
61- QA: Evidence Collector, Reality Checker, API Tester
62- Support: Analytics Reporter
63 
64Begin at Phase 1 with architecture and sprint planning.
65Run Dev↔QA loops for all implementation tasks.
66Reality Checker approval required before launch.
67```
68 
69---
70 
71## 🎯 NEXUS-Micro: Do a Specific Task
72 
73**Pick your scenario and copy the prompt:**
74 
75### Fix a Bug
76```
77Activate Backend Architect to investigate and fix [BUG DESCRIPTION].
78After fix, activate API Tester to verify the fix.
79Then activate Evidence Collector to confirm no visual regressions.
80```
81 
82### Run a Marketing Campaign
83```
84Activate Social Media Strategist as campaign lead for [CAMPAIGN DESCRIPTION].
85Team: Content Creator, Twitter Engager, Instagram Curator, Reddit Community Builder.
86Brand Guardian reviews all content before publishing.
87Analytics Reporter tracks performance daily.
88Growth Hacker optimizes channels weekly.
89```
90 
91### Conduct a Compliance Audit
92```
93Activate Legal Compliance Checker for comprehensive compliance audit.
94Scope: [GDPR / CCPA / HIPAA / ALL]
95After audit, activate Executive Summary Generator to create stakeholder report.
96```
97 
98### Investigate Performance Issues
99```
100Activate Performance Benchmarker to diagnose performance issues.
101Scope: [API response times / Page load / Database queries / All]
102After diagnosis, activate Infrastructure Maintainer for optimization.
103DevOps Automator deploys any infrastructure changes.
104```
105 
106### Market Research
107```
108Activate Trend Researcher for market intelligence on [DOMAIN].
109Deliverables: Competitive landscape, market sizing, trend forecast.
110After research, activate Executive Summary Generator for executive brief.
111```
112 
113### UX Improvement
114```
115Activate UX Researcher to identify usability issues in [FEATURE/PRODUCT].
116After research, activate UX Architect to design improvements.
117Frontend Developer implements changes.
118Evidence Collector verifies improvements.
119```
120 
121---
122 
123## 📁 Strategy Documents
124 
125| Document | Purpose | Location |
126|----------|---------|----------|
127| **Master Strategy** | Complete NEXUS doctrine | `strategy/nexus-strategy.md` |
128| **Phase 0 Playbook** | Discovery & intelligence | `strategy/playbooks/phase-0-discovery.md` |
129| **Phase 1 Playbook** | Strategy & architecture | `strategy/playbooks/phase-1-strategy.md` |
130| **Phase 2 Playbook** | Foundation & scaffolding | `strategy/playbooks/phase-2-foundation.md` |
131| **Phase 3 Playbook** | Build & iterate | `strategy/playbooks/phase-3-build.md` |
132| **Phase 4 Playbook** | Quality & hardening | `strategy/playbooks/phase-4-hardening.md` |
133| **Phase 5 Playbook** | Launch & growth | `strategy/playbooks/phase-5-launch.md` |
134| **Phase 6 Playbook** | Operate & evolve | `strategy/playbooks/phase-6-operate.md

Preview

andywxy1/ceo-pluginandywxy1/ceo-plugin

# ⚡ NEXUS Quick-Start Guide

> **Get from zero to orchestrated multi-agent pipeline in 5 minutes.**

---

## What is NEXUS?

Repoandywxy1/ceo-plugin
TypeSubagents
CategoryAgent Meta & Communication
UpdatedMar 2026
LicenseGPL-3.0
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatartime-agentUse this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)SubagentsJul 202664k
  2. shanraisshan avatarweather-agentUse this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.SubagentsJul 202664k
  3. czlonkowski avatarcontext-managerUse this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens.SubagentsJul 202622k
  4. tanweai avatarcto-p10P10 CTO/架构委员会 Agent。定义技术战略方向、组织 agent 团队拓扑、建设基础能力。当面对超大型项目(5+ agents, 3+ sprints)、需要战略级架构决策、或需要跨多个 P9 协调时使用。触发词:CTO 模式、P10、战略规划、架构委员会、组织设计、定义技术方向。SubagentsJul 202619k
  5. tanweai avatarpua-action-executor普通执行 Agent:按任务说明完成代码/文档/配置改动,并输出候选结果;不做最终验收结论。SubagentsJul 202619k
  6. tanweai avatarpua-policy-guardian只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现。SubagentsJul 202619k