mirror of
https://github.com/obra/superpowers.git
synced 2026-04-25 11:09:05 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user