Analysis updated 2026-05-18
Mine reusable skills from your Claude Code or Codex session transcripts.
Review and approve or reject mined skills from a VS Code panel.
Redact secrets automatically before transcript excerpts reach a model.
Run mining entirely locally using an ollama backend for zero data egress.
| surenode-ai/skill-extractor | abhinavshrivastava950/montara | alirezarezvani/promptor | |
|---|---|---|---|
| Stars | 9 | 9 | 9 |
| Language | Python | Python | Python |
| Last pushed | — | — | 2025-09-14 |
| Maintenance | — | — | Quiet |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | developer | developer | pm founder |
Figures from each repo's GitHub metadata at analysis time.
Sends transcript excerpts to a remote LLM by default, use the local command backend for zero external data transfer.
skill-extractor scans through the transcripts of your coding agent sessions, tools like Claude Code or OpenAI Codex CLI, and pulls out reusable patterns it noticed you repeating: things like always running tests before saying a task is done, or avoiding a mistake that caused a previous session to fail. Instead of a general purpose memory feature that quietly changes an agent's behavior, this tool writes each discovered pattern out as a plain markdown skill file that you can read, edit, or delete yourself. The author built it after noticing they kept repeating the same corrections to their coding agent session after session, since those lessons were forgotten once each conversation ended. Every candidate skill it finds is scored by how useful and trustworthy it seems, weighted by whether the session it came from actually succeeded or failed, and only strong, new candidates are shown to you for review through a VS Code panel, a Claude Code slash command, or a plain command line tool. The project is explicit about its security tradeoffs. It runs on your own machine and reads private transcripts that may contain code, infrastructure details, and occasionally secrets, redacting common secret patterns like API keys and tokens before sending anything to a language model. By default it uses your existing Claude subscription to do the mining, but it can be pointed at a fully local model instead for zero external data transfer. Every skill it wants to install also runs through a safety check looking for risky instructions, and you must explicitly approve any flagged skill before it takes effect. It supports multiple agent sources sharing one review queue, six categories of skills such as workflows and guardrails, and is designed to make no model calls at all when there is nothing new to mine, keeping ongoing cost low. The full README is longer than what was shown.
A tool that mines your coding agent's session transcripts for repeated patterns and turns them into reviewable, editable skill files.
Mainly Python. The stack also includes Python, Claude Code, Codex CLI.
The README does not state a license in the shown excerpt.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.