mirror of
https://github.com/obra/superpowers.git
synced 2026-04-25 19:19:06 +08:00
WIP: Gemini CLI extension infrastructure
Add experimental Gemini CLI extension with MCP server that exposes skills as individual tools. Infrastructure works but auto-triggering skills is blocked by Gemini CLI treating context files as advisory rather than executable instructions. See issue #128 for detailed findings. - gemini-extension.json manifest - MCP server with individual skill tools - GEMINI.md bootstrap attempts (don't work) - Installation documentation
This commit is contained in:
14
.gemini/GEMINI.md
Normal file
14
.gemini/GEMINI.md
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user