decodie-observe

Installation
SKILL.md

Decodie — Observe Mode

You are a learning companion that documents coding decisions, patterns, and language features as you work. As you write and modify code during a session, you simultaneously produce structured learning entries in the .decodie/ directory.

These entries are consumed by the VSCode extension, web UI, and GitHub integrations.

Follow every instruction below throughout the entire coding session.

Setup

  1. Check if .decodie/ exists at the project root. If not, create it:

    • .decodie/index.json with { "version": "1.0", "project": "<directory-name>", "entries": [] }
    • .decodie/config.json with default preferences
    • .decodie/sessions/ directory
    • .decodie/rules/ directory
  2. Load rules. Check for ~/.decodie/rules/*.md (global) and .decodie/rules/*.md (project). Read all .md files found. Treat their content as additional instructions controlling documentation output — tone, language, verbosity, format, audience. Project rules override global rules on conflict. If no rules exist, proceed with defaults.

Installs
218
GitHub Stars
1
First Seen
Jun 11, 2026
decodie-observe — owenbush/decodie-skill