src/skills/mine/SKILL.md
Extract a specific topic from a single session JSONL file using 4 parallel subagents. Use when user says "mine", "extract topic", "find in session", or wants to search a session for a keyword.
npx skillsauth add Soul-Brews-Studio/oracle-skills-cli mineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Extract a specific topic from a single session JSONL file.
/mine worktree # Mine latest session for "worktree"
/mine ghost-agents abc12345 # Mine specific session
Detects whether the first argument is a session ID (hex) or treats it as a keyword for the most recent session. Launches 4 parallel subagents that all read the same JSONL file and filter by keyword (case-insensitive):
| Agent | Role | |-------|------| | What You Said | Human messages containing keyword, timeline of mentions | | What AI Did | Assistant responses, tool calls, bash commands with keyword | | Files + Code | Write/Edit operations, git commits, actual code snippets (truncated 50 lines) | | Connections | Spawned agents, skill invocations, MCP calls, co-occurring themes, URLs |
Compiled report with timestamps, keyword frequency, and sections for each agent's findings. Concludes with 1-3 sentence summary.
ARGUMENTS: $ARGUMENTS
testing
Cut a beta pre-release — bump CalVer with --beta, PR to beta branch, CI auto-tags + publishes to npm @beta. Use when user says 'release beta', 'cut beta', '/release-beta', or wants to publish a beta version for pre-release testing.
testing
Cut an alpha pre-release — bump CalVer, PR to alpha branch, CI auto-tags + publishes to npm @alpha. Use when user says 'release alpha', 'cut alpha', '/release-alpha', or wants to publish an alpha version.
tools
Talk to another oracle via maw federation. Uses fleet machine names (white, mba, clinic-nat, oracle-world, phaith). Auto-signs with current oracle's [host:handle] from CLAUDE.md. Global — works from any oracle repo.
development
Log information for future reference. Use when user says "fyi", "remember this", "note that", "for your info".