agentskills.codes
MC

mcp-preflight

Validate MCP connectivity, permissions, and operating mode before implementation tasks. Keywords: mcp, preflight, diagnostics, connectivity, permissions

Install

mkdir -p .claude/skills/mcp-preflight && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15004" && unzip -o skill.zip -d .claude/skills/mcp-preflight && rm skill.zip

Installs to .claude/skills/mcp-preflight

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Validate MCP connectivity, permissions, and operating mode before implementation tasks. Keywords: mcp, preflight, diagnostics, connectivity, permissions
152 charsno explicit “when” trigger

About this skill

Role Of Skill

Standardize MCP readiness checks before running feature work.

When To Use

  • Before any Next.js/Supabase task that depends on MCP.
  • In CI pre-check stage and local preflight stage.

Inputs

  • Target environment (local/ci/staging)
  • Required MCP servers and scopes

Steps

  1. Verify server reachability.
  2. Verify auth and required permissions.
  3. Run lightweight operation to confirm end-to-end path.
  4. Classify state: Ready / Degraded / Blocked.
  5. Emit remediation actions.

Output

  • Health status summary
  • Error category codes
  • Remediation checklist

Failure Handling

  • Ready: continue.
  • Degraded: continue only in approved degraded mode.
  • Blocked: stop implementation and escalate.

Search skills

Search the agent skills registry