Skip to content

Installation

Install all seven Decodie skills into your AI coding agent:

Terminal window
npx skills add owenbush/decodie-skill --all

This works with Claude Code, Gemini CLI, Cursor, and 70+ other agents. To install a single skill:

Terminal window
npx skills add owenbush/decodie-skill -s decodie-observe

See the Skills guide for what each skill does.

Install from the VS Code Marketplace:

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X / Ctrl+Shift+X)
  3. Search for Decodie
  4. Click Install

Or install from the command line:

Terminal window
code --install-extension owenbush.decodie

See the VS Code guide for usage.

Install the CLI globally via npm:

Terminal window
npm install -g @owenbush/decodie-ui

Then start the server in any project that has a .decodie/ directory:

Terminal window
decodie serve

This opens a web dashboard at http://localhost:3000 showing your learning entries.

See the Local UI guide for usage.

Configure a provider to enable AI-powered features like Q&A and explanations.