|
@@ -19,21 +19,23 @@ This is not negotiable. This is not optional. You cannot rationalize your way ou
|
|
|
|
|
|
|
|
Superpowers skills override default system prompt behavior, but **user instructions always take precedence**:
|
|
Superpowers skills override default system prompt behavior, but **user instructions always take precedence**:
|
|
|
|
|
|
|
|
-1. **User's explicit instructions** (CLAUDE.md, AGENTS.md, direct requests) — highest priority
|
|
|
|
|
|
|
+1. **User's explicit instructions** (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority
|
|
|
2. **Superpowers skills** — override default system behavior where they conflict
|
|
2. **Superpowers skills** — override default system behavior where they conflict
|
|
|
3. **Default system prompt** — lowest priority
|
|
3. **Default system prompt** — lowest priority
|
|
|
|
|
|
|
|
-If CLAUDE.md or AGENTS.md says "don't use TDD" and a skill says "always use TDD," follow the user's instructions. The user is in control.
|
|
|
|
|
|
|
+If CLAUDE.md, GEMINI.md, or AGENTS.md says "don't use TDD" and a skill says "always use TDD," follow the user's instructions. The user is in control.
|
|
|
|
|
|
|
|
## How to Access Skills
|
|
## How to Access Skills
|
|
|
|
|
|
|
|
**In Claude Code:** Use the `Skill` tool. When you invoke a skill, its content is loaded and presented to you—follow it directly. Never use the Read tool on skill files.
|
|
**In Claude Code:** Use the `Skill` tool. When you invoke a skill, its content is loaded and presented to you—follow it directly. Never use the Read tool on skill files.
|
|
|
|
|
|
|
|
|
|
+**In Gemini CLI:** Skills activate via the `activate_skill` tool. Gemini loads skill metadata at session start and activates the full content on demand.
|
|
|
|
|
+
|
|
|
**In other environments:** Check your platform's documentation for how skills are loaded.
|
|
**In other environments:** Check your platform's documentation for how skills are loaded.
|
|
|
|
|
|
|
|
## Platform Adaptation
|
|
## Platform Adaptation
|
|
|
|
|
|
|
|
-Skills use Claude Code tool names. Non-CC platforms: see `references/codex-tools.md` for tool equivalents.
|
|
|
|
|
|
|
+Skills use Claude Code tool names. Non-CC platforms: see `references/codex-tools.md` (Codex) or `references/gemini-tools.md` (Gemini CLI) for tool equivalents.
|
|
|
|
|
|
|
|
# Using Skills
|
|
# Using Skills
|
|
|
|
|
|