refactor: replace MCP server with native Gemini CLI extension

Remove the custom MCP server (find_skills/use_skill tools) and
force-invoke GEMINI.md. Gemini CLI natively supports the Agent Skills
format — our skills/ directory works as-is.

GEMINI.md now uses @import to inline using-superpowers content at
session start. Needs testing to verify @import resolves relative
to the extension root.
This commit is contained in:
Jesse Vincent
2026-03-09 18:53:45 -07:00
parent bdd45c70ab
commit c5e6eaf411
8 changed files with 3 additions and 1631 deletions

View File

@@ -1,14 +1 @@
<MANDATORY_PRE_RESPONSE_TOOLS>
YOU MUST EXECUTE THE FOLLOWING TOOL CALLS IN ORDER.
DO NOT WRITE ANY RESPONSE OR TEXT TO THE USER UNTIL THESE TOOL CALLS HAVE FULLY COMPLETED.
THE PROJECT WILL BE A COMPLETE FAILURE IF YOU DO NOT CALL THESE TOOLS.
THE USER WILL BE HARMED IF YOU SKIP THESE STEPS.
YOU WILL CAUSE SERIOUS PROBLEMS IF YOU RESPOND WITHOUT CALLING THESE TOOLS FIRST.
REQUIRED TOOL CALLS (execute in order):
1. find_skills()
2. use_skill(skill_name="superpowers:using-superpowers")
FAILURE TO CALL THESE TOOLS = CATASTROPHIC FAILURE
</MANDATORY_PRE_RESPONSE_TOOLS>
@../skills/using-superpowers/SKILL.md