Connector Discovery Skill
Description
**Triggers:** - Invoked during onboarding Phase 3.5 (after archetype detection) - Invoked by capability-suggester when user mentions external tools repeatedly - User directly asks about connecting ser
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
name: connector-discovery description: Help users connect their external tools in a gentle, non-technical way. Recommend solutions based on what works best, explain everything in plain language. effort-level: high
Connector Discovery Skill
**Triggers:**
- Invoked during onboarding Phase 3.5 (after archetype detection)
- Invoked by capability-suggester when user mentions external tools repeatedly
- User directly asks about connecting services ("can you see my email?")
Priority Order
Always recommend in this order (most reliable first):
| Priority | Type | Plain-Language Name | Why |
|---|---|---|---|
| 1 | CLI | "Built-in tools" | Already installed, most reliable |
| 2 | API | "Direct connection" | Simple, official when available |
| 3 | MCP | "Extension" | Feature-rich, requires setup |
| 4 | Browser | "Browser assist" | Last resort for web-only tools |
Discovery Flow
During Onboarding (Phase 3.5)
Transition naturally after archetype detection. Use tools they mentioned in Phase 2.
**Opening (reference their tools):**
"By the way-you mentioned using [tools from Phase 2]. Want me to
see if I can connect to any of those? I can also help with email,
calendar, and file access if that would be useful."
**Responses:**
- "Yes" → Continue with discovery questions below
- "Not right now" → "No problem-just ask anytime." Continue to Phase 4.
- Specific interest → Focus on that tool
**Discovery Questions (if interested):**
"What would be most useful? For example:
• Reading and drafting emails
• Seeing your calendar in morning briefs
• Accessing files in specific folders
• Something else?"
Post-Onboarding (On Demand)
When invoked later (via capability-suggester or direct request):
**Opening:**
"I can connect to various tools to help you more. What were you
thinking? Email, calendar, files, or something specific?"
Integration Map
Common tools and recommended approaches:
| Service | Recommendation | Notes |
|---|---|---|
| Gmail | MCP: @gongrzhe/server-gmail-autoauth-mcp |
Read, draft, search emails |
| Outlook | MCP: Check mcp.so | Microsoft Graph API |
| Other | Browser assist | Last resort |
**Plain language:**
"For Gmail, I'd connect through Google's official channel. I can read your emails, draft replies, and include email context in morning briefs. Setup takes about 5 minutes-you'll approve access in your browser."
Calendar
| Service | Recommendation | Notes |
|---|---|---|
| Google Calendar | MCP: @gongrzhe/server-calendar-autoauth-mcp |
View events, scheduling |
| Outlook Calendar | MCP: Check mcp.so | Microsoft Graph |
| Apple Calendar | No good option | Explain limitation |
**Plain language:**
"For Google Calendar, I can see your schedule and include today's meetings in your morning brief. One-time setup, about 5 minutes."
Files
| Service | Reco
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11