MercurieVV

16 mods across 1 repository, 22 stars between them.

sanity-check

01

MercurieVV/ScalaSemantic

Agent Claude Code

Cheap self-check run BY a task agent on its own worktree before committing. Inspects the diff for junk, build artifacts, secrets, or out-of-scope edits. NOT called by the conductor — the task agent calls this on itself. Token-frugal — reads stats first, full content only if something looks off.

22 2d ago A 69 tokens original MIT

scala-coder

02

MercurieVV/ScalaSemantic

Agent Claude Code

Implements a single coding task end-to-end in an assigned git worktree for this Scala project. Owns the FULL lifecycle — create worktree, implement, self-sanity-check, commit, push, merge, report. Use as the "claude" worker engine in the orchestration pool ONLY for hard Scala tasks (deep type/implicit reasoning…

22 2d ago A 96 tokens original MIT

task-plan-architect

03

MercurieVV/ScalaSemantic

Agent Claude Code

Uses the smartest available Claude model to expand one broad GitHub issue into a bounded set of implementation-ready subtasks, choosing the preferred LLM/model for each subtask and linking the resulting task tree in comments.

22 2d ago A 47 tokens original MIT

task-prioritizer

04

MercurieVV/ScalaSemantic

Agent Claude Code

Fetches all open GitHub issues/tasks for this repo, prioritizes them by project need and dependency order, and comments priority/dependency notes back onto each task. Use before detailed task planning.

22 2d ago A 45 tokens original MIT

task-tree-triage

05

MercurieVV/ScalaSemantic

Agent Claude Code

Cheap per-issue classifier for recursive task planning. Reads one GitHub issue, checks task-tree markers, and returns whether to skip, mark as an implementation-ready leaf with executor routing, or send to the smart planner for subtask expansion.

22 2d ago A 54 tokens original MIT

triage

06

MercurieVV/ScalaSemantic

Agent Claude Code

Cheap sequential classifier. Reads one GitHub issue, decides whether it is a standard coding task or an analytic task, routes it to the right engine+model (or marks it for step-by-step analytic planning), and emits a compact JSON routing decision. Use before dispatching work to the parallel pool.

22 2d ago A 63 tokens original MIT

PreToolUse

07

MercurieVV/ScalaSemantic

Hook Claude Code

Runs before the agent uses a tool for Read, Grep, Glob and Bash tool calls, executing scala-semantic-guard.sh. From MercurieVV/ScalaSemantic.

22 2d ago A tokens not measured original MIT

PostToolUse

08

MercurieVV/ScalaSemantic

Hook Claude Code

Runs after a tool call finishes for Read, Edit, Write, MultiEdit, Grep, Glob and Bash tool calls, executing log-scala-interaction.py via python3. From MercurieVV/ScalaSemantic.

22 2d ago A tokens not measured original MIT

ScalaSemantic

09

MercurieVV/ScalaSemantic

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 40 allowed tools.

22 2d ago A tokens not measured original MIT

gh-task

10

MercurieVV/ScalaSemantic

Skill Claude CodeCodex

Run a GitHub issue end-to-end in this repository using the committed isolated-worktree workflow. Use when the user invokes $gh-task, asks to run a GitHub task, or provides a GitHub issue number.

22 2d ago A 47 tokens original MIT

orchestrate

11

MercurieVV/ScalaSemantic

Skill Claude CodeCodex

Tree-aware multi-agent GitHub-issue pool. Conductor manages task-tree from task-splitting-evaluation, executing depth-first per branch while parallelizing roots/orphans. Each worker agent owns its subtree lifecycle. Conductor tracks state (pending/started/in-progress/completed/halted) in GitHub +…

22 2d ago A 101 tokens original MIT

MercurieVV/ScalaSemantic

Skill Claude CodeCodex

Recursive pre-implementation GitHub task splitting and evaluation flow. Use when the user wants Claude agents to evaluate unhandled tasks, skip already-processed tasks, mark easy leaves with detailed executor-ready comments, split broad tasks into GitHub subtasks, and keep recursing until every leaf is well described…

22 2d ago A 73 tokens original MIT

cursorrules

13

MercurieVV/ScalaSemantic

Cursor rule Cursor

MUST follow the rules in SCALASEMANTICRULES.md for working with Scala code. Mandatory, not optional.

22 2d ago A 376 tokens original MIT

MercurieVV/ScalaSemantic

Instructions file

Instructions for MercurieVV/ScalaSemantic, covering scalasemantic, stack, layout, architecture and mcp tools (target surface).

22 2d ago C 1,720 tokens original MIT