NobleGlitch

Codenanny — AI skill for Claude Code

AI community

Turn AI-generated project sprawl into a searchable, contextualized library.

How to install Codenanny

This entry records only its repository, not the path inside it, so there is no exact command to give. Open NobleGlitch/codenanny and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Codenanny does

Turn AI-generated project sprawl into a searchable, contextualized library. Ingests Claude Code transcripts; serves them as a navigable web UI or exports as a static bundle. Includes plugkit — a tiny plugin contract for modular Express apps.

Alternatives in AI

  • Claude Skill Web Clone — Methodology for faithfully cloning any website (static / React / WebGL) — without copying AI-hallucinated code 969 ★
  • Agentty — AI pair programming in your terminal — one static binary, sub-ms startup, any model 597 ★
  • UltraCode Shim — Give Claude Code's ultracode mode to ANY model you already pay for 422 ★

README

codenanny

[![ci](https://github.com/nobleglitch/codenanny/actions/workflows/ci.yml/badge.svg)](https://github.com/nobleglitch/codenanny/actions/workflows/ci.yml) [![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![node](https://img.shields.io/badge/node-%3E%3D20-brightgreen)](https://nodejs.org) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)

Watches your projects so you never leave one behind.

**codenanny** turns the pile of "stuff I made with AI" into a searchable, contextualized library. Every file you generate carries the prompts and reasoning that produced it. Browse by project, search across prompts and outputs, never forget what that half-finished script in `~/projects/wtf/` was supposed to do.

What's in this repo

Two packages, both MIT-licensed, both built to be useful on their own:

  • plugkit — a tiny neutral plugin contract for modular Express apps. Mount routers, share events, declare sqlite schemas, contribute to nav. Useful for any modular Node app, not just codenanny.
  • codenanny — the sessions/files/wizard tool. Built on plugkit. Runs standalone OR as a plugkit module inside any host app.

Supporting packages: [`@codenanny/ui`](packages/ui/), [`@codenanny/wizard`](packages/wizard/), [`@codenanny/adapters`](packages/adapters/), [`@codenanny/cli`](packages/cli/).

Two modes

  • Live — long-running Express server. Watches your Claude Code transcripts, serves a UI. Works on your laptop, a VPS, or a linux VM on a Chromebook.
  • Static export — one-shot run. Produces a self-contained HTML + JSON bundle, ships to your destination of choice (local folder / Google Drive / FTP / SCP). Bundle opens in any browser, fully offline-searchable.

The HTML wizard walks you through setup either way.

Quickstart

git clone https://github.com/nobleglitch/codenanny.git
cd codenanny
npm install
npm run wizard
# → http://lo