Documentation Index
Fetch the complete documentation index at: https://docs.wolffi.sh/llms.txt
Use this file to discover all available pages before exploring further.
Community Capabilities
Wolffish capabilities are self-contained folders. This makes them trivially shareable — clone a repo into your cerebellum directory and it just works.Installing a Community Capability
Sharing Your Capability
To share a capability you’ve built:- Make sure the folder is self-contained (no references to files outside the capability folder)
- Initialize a git repo in the capability folder
- Push to GitHub (or any git host)
- Others can clone it directly into their
brain/cerebellum/
Structure Requirements
A shareable capability should include:Security Considerations
Only install capabilities from sources you trust. Review theplugin/index.mjs file before adding it to your workspace.