Help us improve
Share bugs, ideas, or general feedback.
Audits repo, MCP servers, plugins, connectors, env surfaces, and harness setup; recommends top ECC-native skills, hooks, agents, workflows. Use for Claude Code setup or discovering available capabilities.
npx claudepluginhub affaan-m/ecc --plugin eccHow this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:workspace-surface-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only audit skill for answering the question "what can this workspace and machine actually do right now, and what should we add or enable next?"
Analyzes codebase to recommend Claude Code automations: hooks for events, subagents for analysis, skills for workflows, plugins, MCP servers for tools.
Discovers Claude Code tool environment including native tools and MCP servers via scans, amplifies prompts with capabilities, and suggests non-binding tool compositions for 'what tools to use' or 'best approach' queries.
Scans the environment and repository to catalog installed plugins, agents, skills, and MCP servers across AI CLI platforms. Useful for resource discovery, auditing, and debugging missing capabilities.
Share bugs, ideas, or general feedback.
Read-only audit skill for answering the question "what can this workspace and machine actually do right now, and what should we add or enable next?"
This is the ECC-native answer to setup-audit plugins. It does not modify files unless the user explicitly asks for follow-up implementation.
.env, .mcp.json, plugin settings, or connected-app surfaces to find missing workflow layersInspect only the files and settings needed to answer the question well:
package.json, lockfiles, language markers, framework config, README.md.mcp.json, .lsp.json, .claude/settings*.json, .codex/*AGENTS.md, CLAUDE.md, install manifests, hook configs.env* files in the active repo and obvious adjacent ECC workspacesSTRIPE_API_KEY, TWILIO_AUTH_TOKEN, FAL_KEYProduce a compact inventory:
If a surface exists only as a primitive, call that out. Example:
Compare the workspace against:
Do not just list names. For each comparison, answer:
For every real gap, recommend the correct ECC-native shape:
| Gap Type | Preferred ECC Shape |
|---|---|
| Repeatable operator workflow | Skill |
| Automatic enforcement or side-effect | Hook |
| Specialized delegated role | Agent |
| External tool bridge | MCP server or connector |
| Install/bootstrap guidance | Setup or audit skill |
Default to user-facing skills that orchestrate existing tools when the need is operational rather than infrastructural.
Return five sections in this order: