Installation
Agent Skills
Section titled “Agent Skills”Install all seven Decodie skills into your AI coding agent:
npx skills add owenbush/decodie-skill --allThis works with Claude Code, Gemini CLI, Cursor, and 70+ other agents. To install a single skill:
npx skills add owenbush/decodie-skill -s decodie-observeSee the Skills guide for what each skill does.
VS Code Extension
Section titled “VS Code Extension”Install from the VS Code Marketplace:
- Open VS Code
- Go to Extensions (
Cmd+Shift+X/Ctrl+Shift+X) - Search for Decodie
- Click Install
Or install from the command line:
code --install-extension owenbush.decodieSee the VS Code guide for usage.
Local UI
Section titled “Local UI”Install the CLI globally via npm:
npm install -g @owenbush/decodie-uiThen start the server in any project that has a .decodie/ directory:
decodie serveThis opens a web dashboard at http://localhost:3000 showing your learning entries.
See the Local UI guide for usage.
Next steps
Section titled “Next steps”Configure a provider to enable AI-powered features like Q&A and explanations.