.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/dependencies
home/subagents/andywxy1/ceo-plugin/dependencies
andywxy1 avatar

dependencies

byandywxy1· 55 subagents

Stars

6

Forks

1

Category

Agent Meta & Communication

View on GitHub

TL;DR

> This document lists external skills and tools that CEO agents depend on. The CEO reads this during Planning to detect missing dependencies and guide the user through setup.

How to install dependencies?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dependencies by running `curl -o .claude/agents/dependencies.md https://raw.githubusercontent.com/andywxy1/ceo-plugin/HEAD/agents/dependencies.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/dependencies.md
1# CEO Plugin — External Dependencies & Onboarding
2 
3> This document lists external skills and tools that CEO agents depend on. The CEO reads this during Planning to detect missing dependencies and guide the user through setup.
4 
5---
6 
7## Dependency Tiers
8 
9### Tier 1: REQUIRED (agents are broken without these)
10 
11#### impeccable — Design Quality System
12**Used by:** 18 agents (UI Designer, UX Architect, Brand Guardian, Frontend Developer, Senior Developer, Code Reviewer, and more)
13**What it does:** Provides design critique, visual polish, and UI quality assessment via 20+ specialized commands
14**Install:**
15```bash
16# Visit https://impeccable.style for ready-to-use bundles, or:
17git clone https://github.com/pbakaus/impeccable.git /tmp/impeccable
18cp -r /tmp/impeccable/dist/claude-code/.claude/skills/* ~/.claude/skills/
19rm -rf /tmp/impeccable
20```
21**Verify:** Run `/impeccable:audit` in Claude Code — if it responds with design guidance, it's working.
22**Key commands agents use:** `/impeccable:critique`, `/impeccable:audit`, `/impeccable:polish`, `/impeccable:normalize`, `/impeccable:animate`, `/impeccable:colorize`, `/impeccable:typeset`, `/impeccable:arrange`
23 
24---
25 
26### Tier 2: HIGHLY RECOMMENDED (unlocks Growth Mode capabilities)
27 
28#### agent-reach — Web Browsing & Social Media Research
29**Used by:** ~28 agents (all social media, marketing, research, compliance agents)
30**What it does:** Gives agents eyes to browse 16+ platforms — Twitter, Reddit, YouTube, Xiaohongshu, Bilibili, Douyin, LinkedIn, and any web page
31**Install:**
32```bash
33# Via Claude Code skill marketplace or manually:
34# See https://github.com/Panniantong/Agent-Reach for instructions
35```
36**Verify:** Run `agent-reach doctor` in a terminal to check channel status.
37**Zero-config channels:** Twitter/X, Reddit, YouTube, GitHub, Bilibili, V2EX, RSS, any web page (via Jina Reader)
38**Requires setup:** Xiaohongshu (cookies), WeChat articles (Camoufox), Xiaoyuzhou podcasts (Groq API key)
39 
40#### Remotion — Programmatic Video Creation
41**Used by:** ~8 agents (Short-Video Editing Coach, Visual Storyteller, Content Creator, Brand Guardian, Carousel Growth Engine, Whimsy Injector, Corporate Training Designer)
42**What it does:** Creates videos from React code — product demos, intro videos, social media content, animated explainers, comparison videos
43**Install:**
44```bash
45# Initialize a Remotion project in your workspace:
46npx create-video@latest
47# Select Blank template, enable TailwindCSS
48npm install
49```
50**Verify:** Run `npm run dev` in the Remotion project — if the preview opens, it's working.
51**Optional MCP servers for enhanced autonomy:**
52- [Chuk-Motion](https://github.com/chrishayuk/chuk-mcp-remotion) — optimized for YouTube, TikTok, LinkedIn, Instagram formats
53- [Remotion Media MCP](https://github.com/stephengpope/remotion-media-mcp) — generates images, videos, music, speech, subtitles
54- [Auto-Director](https://glama.ai/mcp/servers/@naki0227/auto-cm-director) — autonomous promotional video creation
55 
56---
57 
58### Tier 3: USER-CONFIGURED (per project needs)
59 
60#### Social Media Publishing APIs
61**Used by:** ~15 agents (all social platform agents, Content Creator, App Store Optimizer)
62**What it does:** Allows agents to post content directly to platforms instead of just creating drafts
63 
64Each platform requires separate setup:
65 
66| Platform | API / Method | Setup |
67|----------|-------------|-------|
68| **Xiaohongshu** | agent-reach (mcporter) | Import cookies via Cookie-Editor extension |
69| **TikTok** | Upload-Post API | Used by Carousel Growth Engine — see its docs |
70| **Instagram** | Upload-Post API / Facebook Graph API | Used by Carousel Growth Engine — see its docs |
71| **Twitter/X** | Twitter API v2 | Apply at developer.twitter.com, set bearer token |
72| **Reddit** | Reddit API | Create app at reddit.com/prefs/apps |
73| **LinkedIn** | LinkedIn Marketing API | Apply at linkedin.com/developers |
74| **YouTube** | YouTube Data API v3 | Google Cloud Console → enable API → OAuth |
75| **Bilibili** | Bilibili Upload API | Cookie-based auth |
76| **Weibo** | Weibo Open Platform | Apply at open.weibo.com |
77| **Douyin** | Douyin Open Platform | Apply at open.douyin.com |
78| **WeChat OA** | WeChat Official Account API | Apply at mp.weixin.qq.com |
79| **App Store** | App Store Connect API | Generate API key in App Store Connect |
80| **Google Play** | Google Play Developer API | Service account in Google Cloud Console |
81 
82**Note:** When an agent needs to publish but the API isn't configured, it will produce the content as local files (markdown, images, video) and instruct the user to publish manually. It will also suggest setting up the API for future automation.
83 
84---
85 
86## How the CEO Uses This Document
87 
88During **Phase 2: Planning**, when the CEO identifies which agents are needed:
89 
901. Check if the required dependencies for those agents are installed
912. If missing Tier 1 dependencies: **STOP** — tell user these must be installed first
923. If missing Tier 2 dependencies: **WARN** — tell user capabilities will be lim

Preview

andywxy1/ceo-pluginandywxy1/ceo-plugin

# CEO Plugin — External Dependencies & Onboarding

> This document lists external skills and tools that CEO agents depend on. The CEO reads this during Planning to detect missing dependencies and guide the user

---

## Dependency Tiers

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