microsoft/ShadowFrog

A suite of AI coding agent skills that build and maintain a shadow knowledge base for any codebase.

21Stars on the repository
6Mods indexed here, across every type
12d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

shadow-frog-dream

01

microsoft/ShadowFrog

Skill Claude CodeCodex

Run autonomous experimentation while the user is AFK. Uses 6 investigation categories (investigation, bug hunting, feature design, refactoring, optimization, security audit) to systematically discover non-obvious behaviors. Every task is an experiment — implement in worktrees, commit to persistent dream branches, and…

21 12d ago B 106 tokens original MIT

shadow-frog-init

02

microsoft/ShadowFrog

Skill Claude CodeCodex

Initialize a shadow knowledge base for any codebase. Creates a .shadow/ directory that mirrors the source tree with markdown files for AI-discovered insights. Run this once per repo before using other shadow-frog skills. Refuses to overwrite an existing .shadow/ unless --reset is passed.

21 12d ago A 63 tokens original MIT

microsoft/ShadowFrog

Skill Claude CodeCodex

Clean and consolidate the shadow knowledge base. Scans all shadow files for duplicate discoveries (same claim, different wording), near-duplicates (one extends another), and conflicting entries (contradicting claims). Merges duplicates, resolves conflicts by investigating the code, and asks the user only when…

21 12d ago A 81 tokens original MIT

shadow-frog-update

04

microsoft/ShadowFrog

Skill Claude CodeCodex

Update the shadow knowledge base after code changes and from conversational insights. Detects what changed via git diff, refreshes per-file shadows, captures knowledge shared by the user during the session, and updates cross-cutting discoveries. Invoke manually with /shadow-frog-update; the preToolUse hook will remind…

21 12d ago A 74 tokens original MIT

shadow-frog-viewer

05

microsoft/ShadowFrog

Skill Claude CodeCodex

Browse and query the shadow knowledge base: overview, search for files or symbols or text, view preferences, or see recent discoveries. Invoke when the user wants to see what's in the shadow, get an overview, or find specific knowledge.

21 12d ago A 53 tokens original MIT

shadow-frog

06

microsoft/ShadowFrog

Skill Claude CodeCodex

Use a shadow knowledge base to understand any codebase. The .shadow/ directory mirrors the source tree with markdown files containing behavioral insights — known bugs, edge cases, implicit contracts, and user preferences. Always check the shadow before editing, debugging, or investigating code. When the user shares…

21 12d ago A 117 tokens original MIT