mine
Mines every Claude Code session into a local SQLite database and provides a /mine skill with 18+ natural language query intents. Track costs
Open source Open in the app JSON README (API)
About
Mines every Claude Code session into a local SQLite database and provides a /mine skill with 18+ natural language query intents. Track costs, tokens, tools, projects, errors, cache efficiency, and full-text search across all your past conversations. Features automatic session ingestion via hooks, error memory that warns when you repeat mistakes, cost anomaly detection, project/global scope detection, and API value tracking with subscription ROI comparisons. Zero external dependencies (stdlib Python only)
Details
- Kind
- Plugins
- Topic
- Databases
- Publisher
- anipotts
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 28
- Forks
- 5
- Open pull requests
- 4
- Last push
- 2026-09-07T20:16:52Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
anipotts/claude-code-tips/mine
README
# coding agent tips this is my evidence backed guide to working with coding agents, whether you are a student having an existential crisis, a startup founder working with real money for yourself and other people, or an engineer at one of the biggest technology companies in the world. the guidance is organized around the scale and consequences of the work. [read the handbook](https://agents.anipotts.com) or go directly to a principal guide: <!-- generated:guides:start --> - [codex](https://agents.anipotts.com/guides/codex/) - [claude code](https://agents.anipotts.com/guides/claude-code/) - [grok](https://agents.anipotts.com/guides/grok/) - [techniques to operate agents](https://agents.anipotts.com/handbook/operating-agents/) - [choosing a coding agent setup](https://agents.anipotts.com/handbook/choosing-a-setup/) - [how coding agents got here](https://agents.anipotts.com/handbook/history/) - [where this comes from](https://agents.anipotts.com/handbook/method-and-sources/) <!-- generated:guides:end --> ## what this helps you decide the handbook separates the surface where you steer work, the harness that runs the agent loop, the model that supplies inference, and the orchestration used for parallel work. it also covers repository instructions, permissions, review, evidence, hardware, and the operating costs that appear after the first demo. ## evidence principle <!-- generated:evidence:start --> - `tested`: reproduced by the author in a named environment and version - `official source`: confirmed in current primary documentation or source code - `analysis`: a judgment derived from stated evidence - `open question`: current evidence is missing or incomplete <!-- generated:evidence:end --> citations sit beside the claims they support. tested observations name their limits, while source based claims stay distinct from personal analysis. ## local verification ```bash bun install --frozen-lockfile bun run verify ``` built and maintained by [ani potts](https://anipotts.com). corrections with primary sources or reproducible field evidence are welcome. MIT