cf-integrationslisted
Install: claude install-skill teachskillofskills-ai/ContentForge-techshu
# /contentforge:cf-integrations — Integration Status Dashboard
Show the complete integration status for your ContentForge installation — configured vs available connectors, grouped by category, with workflow impact analysis and quick-win recommendations.
## The ground truth about connectors
ContentForge ships with an **empty `.mcp.json`** (`"mcpServers": {}`) by design (v3.9.0 Cowork-safety decision). On a fresh install, expect **0 connectors configured** (or 1-2 if the platform injects its own integrations). Nothing is pre-wired.
**Every number in the dashboard must come from the live script output.** Never render counts, percentages, or connected/available labels that are not present in the JSON returned by `scripts/connector-status.py`. Do not copy numbers from the example in this file.
## When to Use
Use `/contentforge:cf-integrations` when:
- You just installed ContentForge and want to see what's connected
- You're troubleshooting why a skill can't reach an external service
- You want to know which connectors to add next for maximum workflow coverage
- You need a quick overview before onboarding a new team member
- You're planning which integrations to set up for a new project
## What This Command Does
1. **Scan All Connectors** — Run the status script; it checks the connector registry against your `.mcp.json` and environment variables
2. **Build Status Dashboard** — Group results by category with clear configured/available distinction
3. **Calculate Coverage** —