CRJFisher/ariadne

🧵 Follow the thread through your codebase - find definitions, track references, and build call graphs with tree-sitter

22Stars on the repository
24Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architecture-review

01

CRJFisher/ariadne

Agent Claude Code

Performs architectural review of files undergoing large-scale updates. Use proactively when refactoring, restructuring modules, or reviewing code organization. Provides actionable suggestions for renaming, moving functions, and restructuring modules.

22 2d ago A 42 tokens original MIT

backlog-navigator

02

CRJFisher/ariadne

Agent Claude Code

Researches the backlog to find incomplete tasks, recently completed tasks, and suggests the most likely next task candidates based on dependencies, priorities, and completion patterns. Use when starting work sessions or deciding what to work on next.

22 2d ago A 49 tokens original MIT

fix-planner

03

CRJFisher/ariadne

Agent Claude Code

Proposes a fix plan for a specific false positive issue group. Reads Ariadne core code to understand the detection gap and designs a concrete fix. Writes plan to a file.

22 2d ago A 39 tokens original MIT

lesson-learner

04

CRJFisher/ariadne

Agent Claude Code

Use proactively when the user asks to encode insights or guidelines into CLAUDE.md. Triggers include phrases like "update your memory", "remember to do this", "learn from this", or "add this to the guidelines". Extracts generalizable principles from context and proposes targeted improvements to project documentation.

22 2d ago A 66 tokens original MIT

plan-reviewer

05

CRJFisher/ariadne

Agent Claude Code

Reviews a synthesized fix plan from a specific angle (info-architecture, simplicity, fundamentality, or language-coverage). Writes review to a file.

22 2d ago A 34 tokens original MIT

plan-synthesizer

06

CRJFisher/ariadne

Agent Claude Code

Reads 5 competing fix plans for an issue group and synthesizes the best overall plan, combining the strongest elements from each.

22 2d ago A 31 tokens original MIT

task-writer

07

CRJFisher/ariadne

Agent Claude Code

Creates a backlog task from a synthesized plan and its reviews. Incorporates reviewer feedback into the final task document.

22 2d ago A 26 tokens original MIT

CRJFisher/ariadne

Agent Claude Code

Analyzes test coverage for a change set by reading source and test files, identifying which functions/modules have tests, and reporting coverage gaps. Use when reviewing PRs, before completing features, or when asked to check test coverage.

22 2d ago A 51 tokens original MIT

triage-aggregator

09

CRJFisher/ariadne

Agent Claude Code

Groups triage investigation results by shared root cause, merging duplicate group IDs from independent investigator runs into canonical groups.

22 2d ago A 28 tokens original MIT

triage-investigator

10

CRJFisher/ariadne

Agent Claude Code

Investigates a single entry point candidate to determine if it is a true positive, dead code, or a false positive that Ariadne missed callers for. Returns a TriageEntryResult JSON.

22 2d ago A 43 tokens original MIT

CRJFisher/ariadne

Agent Claude Code

Analyzes triage results for metadata patterns that could become deterministic classification rules, reducing future LLM triage costs.

22 2d ago A 29 tokens original MIT