asuramaya

Neo — Development skill for Claude Code

Development community

What's hiding inside your ~/claude/ folder.

How to install Neo

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

What Neo does

What's hiding inside your ~/claude/ folder?

Alternatives in Development

README

neo

neo

License: MIT Python Status MCP

Website · Dashboard surface · Security notes

Local workflow forensics for Claude Code. neo indexes text found on disk, transcripts, retained telemetry rows, hook-visible lifecycle events, and memory artifacts into a SQLite database, then exposes them through a dashboard and an MCP server running on the same machine.

What It Does

  • Reads local Claude Code artifacts directly from ~/.claude/ and ~/.neo/ instead of relying on export surfaces that strip evidence
  • Separates measured, estimated, and inferred claims so row counts stay distinct from heuristics and anomaly labels
  • Exposes a local operator surface through a browser dashboard, terminal commands, and an MCP server registered inside Claude Code
  • Makes local overhead visible by surfacing reminder injections, sidechains, compaction churn, retained telemetry rows, and other traces the UI does not foreground

Install

**Recommended — `pipx`:**

pipx install neo-harnesster
neo

**With `pip`:**

pip install neo-harnesster
neo

**Directly from the repo:**

git clone https://github.com/asuramaya/neo.git
cd neo
python3 neo.py

Any of the above runs setup + ingest + dashboard in one step and opens `http://127.0.0.1:7777`.

Restart Claude Code after the first ru