zephex
Installation
SKILL.md
Overview
Zephex is a hosted MCP gateway that prevents wasted file reads, catches breaking changes before they ship, and grounds every code decision in what actually exists — not what training data guesses. One endpoint at zephex.dev/mcp. Requires ZEPHEX_API_KEY in your environment.
Call Order
- zephex:scope_task — call FIRST. Pass the task in plain English.
- zephex:get_project_context — once per session on a new repo.
- zephex:read_code — for each file scope_task returned. Pass the symbol name.
- zephex:find_code — before implementing anything new. Pass the pattern.
- zephex:thinking — when stuck after 3+ investigated paths.
scope_task → get_project_context → read_code → find_code → [implement]
↑
thinking (if stuck)