Skyglide personalises how Claude communicates with you based on how your brain processes information.
npx claudepluginhub deejrushton/skyglide-cowork-pluginPersonalise how Claude communicates with you. Skyglide learns how your brain processes information and adapts all AI outputs to match — so you understand more, faster. Free to use.
Skyglide personalises how Claude communicates with you. Based on a 5-minute cognitive assessment, Claude adapts its formatting, structure, vocabulary, and presentation style to match how your brain processes information best.
In studies with thousands of users, personalised AI outputs led to up to 30% better understanding.
Once listed: Plugins sidebar → search "Skyglide" → install
Add this repo as a marketplace source, then install the plugin:
/plugin marketplace add deejrushton/skyglide-cowork-plugin
/plugin install skyglide@skyglide-plugins
/plugin marketplace add https://github.com/deejrushton/skyglide-cowork-plugin
/plugin install skyglide@skyglide-plugins
Download the latest release ZIP and upload via Plugins → Upload plugin in Cowork.
After installing:
That's it. From that point on, every response Claude gives you is personalised.
See the plugin README for full details on architecture, updating, and troubleshooting.
skyglide-cowork-plugin/
├── .claude-plugin/
│ └── marketplace.json # Marketplace directory listing
├── skyglide/ # The plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── skills/
│ │ ├── setup/
│ │ │ └── SKILL.md # Setup and update flow
│ │ └── uninstall/
│ │ └── SKILL.md # Clean removal from CLAUDE.md
│ ├── .mcp.json # Empty (no external connections)
│ └── README.md # Plugin documentation
├── LICENSE # Apache 2.0
└── README.md # This file
Apache 2.0 — see LICENSE