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.zipInstalls 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, permissions152 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
- Verify server reachability.
- Verify auth and required permissions.
- Run lightweight operation to confirm end-to-end path.
- Classify state: Ready / Degraded / Blocked.
- 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.