Source profileQuality 91/100

Fmarzochi/EGC/skills/general_part2/workspace-surface-audit/SKILL.md

workspace-surface-audit

Audit the active repo, MCP servers, plugins, connectors, env surfaces, and harness setup, then recommend the highest-value EGC-native skills, hooks, agents, and operator workflows. Use when the user wants help setting up Gemini Code or understanding what capabilities are actually available in their environment.

Source repository stars
45
Declared platforms
0
Static risk flags
0
Last source update
2026-08-19
Source checked
2026-08-25

Decision brief

What it does: where it fits

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?"

Best for

  • User says "set up Gemini Code", "recommend automations", "what plugins or MCPs should I use?", or "what am I missing?"
  • Auditing a machine or repo before installing more skills, hooks, or connectors
  • Comparing official marketplace plugins against EGC-native coverage

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/Fmarzochi/EGC --skill "skills/general_part2/workspace-surface-audit"
Safe inspection promptEditorial

Inspect the Agent Skill "workspace-surface-audit" from https://github.com/Fmarzochi/EGC/blob/cf16e7b72256ae4edf06f82f4500c715586c6af1/skills/general_part2/workspace-surface-audit/SKILL.md at commit cf16e7b72256ae4edf06f82f4500c715586c6af1. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Audit Process

    Produce a compact inventory:

    active harness targetsinstalled plugins and connected appsconfigured MCP servers
  2. 02

    Phase 1: Inventory What Exists

    Produce a compact inventory:

    active harness targetsinstalled plugins and connected appsconfigured MCP servers
  3. 03

    Phase 2: Benchmark Against Official and Installed Surfaces

    Compare the workspace against:

    official Gemini plugins that overlap with setup, review, docs, design, or workflow qualitylocally installed plugins in Gemini or Codexthe user's currently connected app surfaces
  4. 04

    Phase 3: Turn Gaps Into EGC Decisions

    For every real gap, recommend the correct EGC-native shape:

    For every real gap, recommend the correct EGC-native shape:Default to user-facing skills that orchestrate existing tools when the need is operational rather than infrastructural.
  5. 05

    When to Use

    User says "set up Gemini Code", "recommend automations", "what plugins or MCPs should I use?", or "what am I missing?"

    User says "set up Gemini Code", "recommend automations", "what plugins or MCPs should I use?", or "what am I missing?"Auditing a machine or repo before installing more skills, hooks, or connectorsComparing official marketplace plugins against EGC-native coverage

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars45SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
Fmarzochi/EGC
Skill path
skills/general_part2/workspace-surface-audit/SKILL.md
Commit
cf16e7b72256ae4edf06f82f4500c715586c6af1
License
Apache-2.0
Collected
2026-08-25
Default branch
main
View the original SKILL.md

Workspace Surface Audit

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 EGC-native answer to setup-audit plugins. It does not modify files unless the user explicitly asks for follow-up implementation.

When to Use

  • User says "set up Gemini Code", "recommend automations", "what plugins or MCPs should I use?", or "what am I missing?"
  • Auditing a machine or repo before installing more skills, hooks, or connectors
  • Comparing official marketplace plugins against EGC-native coverage
  • Reviewing .env, .mcp.json, plugin settings, or connected-app surfaces to find missing workflow layers
  • Deciding whether a capability should be a skill, hook, agent, MCP, or external connector

Non-Negotiable Rules

  • Never print secret values. Surface only provider names, capability names, file paths, and whether a key or config exists.
  • Prefer EGC-native workflows over generic "install another plugin" advice when EGC can reasonably own the surface.
  • Treat external plugins as benchmarks and inspiration, not authoritative product boundaries.
  • Separate three things clearly:
    • already available now
    • available but not wrapped well in EGC
    • not available and would require a new integration

Audit Inputs

Inspect only the files and settings needed to answer the question well:

  1. Repo surface
    • package.json, lockfiles, language markers, framework config, README.md
    • .mcp.json, .lsp.json, .gemini/settings*.json, .codex/*
    • AGENTS.md, GEMINI.md, install manifests, hook configs
  2. Environment surface
    • .env* files in the active repo and obvious adjacent EGC workspaces
    • Surface only key names such as STRIPE_API_KEY, TWILIO_AUTH_TOKEN, FAL_KEY
  3. Connected tool surface
    • Installed plugins, enabled connectors, MCP servers, LSPs, and app integrations
  4. EGC surface
    • Existing skills, commands, hooks, agents, and install modules that already cover the need

Audit Process

Phase 1: Inventory What Exists

Produce a compact inventory:

  • active harness targets
  • installed plugins and connected apps
  • configured MCP servers
  • configured LSP servers
  • env-backed services implied by key names
  • existing EGC skills already relevant to the workspace

If a surface exists only as a primitive, call that out. Example:

  • "Stripe is available via connected app, but EGC lacks a billing-operator skill"
  • "Google Drive is connected, but there is no EGC-native Google Workspace operator workflow"

Phase 2: Benchmark Against Official and Installed Surfaces

Compare the workspace against:

  • official Gemini plugins that overlap with setup, review, docs, design, or workflow quality
  • locally installed plugins in Gemini or Codex
  • the user's currently connected app surfaces

Do not just list names. For each comparison, answer:

  1. what they actually do
  2. whether EGC already has parity
  3. whether EGC only has primitives
  4. whether EGC is missing the workflow entirely

Phase 3: Turn Gaps Into EGC Decisions

For every real gap, recommend the correct EGC-native shape:

Gap TypePreferred EGC Shape
Repeatable operator workflowSkill
Automatic enforcement or side-effectHook
Specialized delegated roleAgent
External tool bridgeMCP server or connector
Install/bootstrap guidanceSetup or audit skill

Default to user-facing skills that orchestrate existing tools when the need is operational rather than infrastructural.

Output Format

Return five sections in this order:

  1. Current surface
    • what is already usable right now
  2. Parity
    • where EGC already matches or exceeds the benchmark
  3. Primitive-only gaps
    • tools exist, but EGC lacks a clean operator skill
  4. Missing integrations
    • capability not available yet
  5. Top 3-5 next moves
    • concrete EGC-native additions, ordered by impact

Recommendation Rules

  • Recommend at most 1-2 highest-value ideas per category.
  • Favor skills with obvious user intent and business value:
    • setup audit
    • billing/customer ops
    • issue/program ops
    • Google Workspace ops
    • deployment/ops control
  • If a connector is company-specific, recommend it only when it is genuinely available or clearly useful to the user's workflow.
  • If EGC already has a strong primitive, propose a wrapper skill instead of inventing a brand-new subsystem.

Good Outcomes

  • The user can immediately see what is connected, what is missing, and what EGC should own next.
  • Recommendations are specific enough to implement in the repo without another discovery pass.
  • The final answer is organized around workflows, not API brands.

Frequently asked questions

What to verify before installation and use

What does the workspace-surface-audit source document cover?

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?"

How do I install workspace-surface-audit?

The source record exposes this install command: npx skills add https://github.com/Fmarzochi/EGC --skill "skills/general_part2/workspace-surface-audit". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 91242,963

affaan-m/ECC

workspace-surface-audit

Audit the active repo, MCP servers, plugins, connectors, env surfaces, and harness setup, then recommend the highest-value ECC-native skills, hooks, agents, and operator workflows. Use when the user wants help setting up Claude Code or understanding what capabilities are actually available in their environment.

Computed 10045,511

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 10029,034

garrytan/gbrain

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

Computed 10024,921

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist