activation
Installation
SKILL.md
YOU DO NOT HAVE THE OPTION TO SKIP A RELEVANT SKILL. IT IS MANDATORY.
This requirement is absolute. It cannot be reasoned away or deferred.
Accessing Skills
Plugin installation (standard setup): Invoke skills directly through the Skill tool. All protocols are auto-registered.
Example: Skill("godmode:intent-discovery")
When the Skill tool cannot locate a protocol: Fall back to reading the file directly with the Read tool:
- Protocols live at:
[plugin-root]/skills/ - Each protocol has a definition:
[plugin-root]/skills/[protocol-name]/SKILL.md - Read the SKILL.md and execute its instructions