RayforceDB

15 mods across 1 repository, 11 stars between them.

RayforceDB/raysense

Plugin Claude Code

Raysense — architectural X-ray for your codebase, exposed to AI coding agents through MCP.

11 3mo ago A tokens not measured original MIT

raysense

02

RayforceDB/raysense

Plugin Claude Code

Architectural telemetry for AI coding agents. Phase-scoped skills + slash commands over the raysense MCP server: scan + baseline at session start, blast-radius before edits, regression diff after, on-demand architecture audits, time-window drift detection.

11 3mo ago A tokens not measured original MIT

raysense

03

RayforceDB/raysense

MCP server Claude CodeCodexCursor +2

MCP server "raysense" as configured in RayforceDB/raysense. Launched with raysense --mcp.

11 3mo ago A tokens not measured original MIT

audit

04

RayforceDB/raysense

Command

Heavy structural audit — architecture review, evolution hotspots, test gaps, DSM. Run on demand, not in routine edit loop.

11 3mo ago A 25 tokens original MIT

bootstrap

05

RayforceDB/raysense

Command

Scan the project, save a baseline, and surface top hotspots / failing rules. Run once at the start of a session.

11 3mo ago A 25 tokens original MIT

drift

06

RayforceDB/raysense

Command

Detect structural drift over a time window. Ranks worsened dimensions, newly hot files, newly tripped rules.

11 3mo ago A 23 tokens original MIT

impact

07

RayforceDB/raysense

Command

Compute the blast radius of a file before refactoring or deleting it. Reports dependents, coupling, cycle exposure.

11 3mo ago A 23 tokens original MIT

query

08

RayforceDB/raysense

Command

Answer a custom structural question against the saved baseline using Rayfall (select / .graph. / Datalog).

11 3mo ago A 22 tokens original MIT

verify

09

RayforceDB/raysense

Command

Rescan after edits and diff against the session baseline. Flags new rule failures, newly-hot files, dimensions that worsened.

11 3mo ago A 25 tokens original MIT

audit

10

RayforceDB/raysense

Skill Claude CodeCodex

Use when the user explicitly asks for a structural audit, architecture review, dead-code report, test-gap analysis, or evolution hotspot scan. Heavier and noisier than the other raysense skills — only run on demand, not as part of the routine edit loop.

11 3mo ago A 55 tokens original MIT

bootstrap

11

RayforceDB/raysense

Skill Claude CodeCodex

Use at the start of any coding session in a repository to scan the structure, save a baseline, and materialize splayed-table memory for fast follow-up queries. Establishes the "before" reference point that the verify skill diffs against later.

11 3mo ago A 52 tokens original MIT

drift

12

RayforceDB/raysense

Skill Claude CodeCodex

Use after a rescan to surface structural regressions across a time window. Diffs the latest scan against the saved baseline AND the trend history, ranking dimensions that worsened, files newly hot, and rules newly tripped. Configurable window (7d, 30d, 90d). Use periodically (daily, weekly, or pre-PR).

11 3mo ago A 75 tokens original MIT

impact

13

RayforceDB/raysense

Skill Claude CodeCodex

Use before refactoring, deleting, moving, or substantially modifying a file to compute its blast radius, coupling profile, and cycle exposure. Lets the agent edit with awareness of downstream effects rather than discovering them after the fact.

11 3mo ago A 46 tokens original MIT

query

14

RayforceDB/raysense

Skill Claude CodeCodex

Use when the agent has a structural question about the saved baseline that the typed MCP tools (health, hotspots, rules, blast radius, coupling, cycles, evolution) do not directly answer. Runs Rayfall expressions against splayed baseline tables via raysensebaselinequery. Three modes are available - select queries for…

11 3mo ago A 181 tokens original MIT

verify

15

RayforceDB/raysense

Skill Claude CodeCodex

Use after completing a logical chunk of edits to rescan the project and detect new rule violations or health regressions against the session baseline. Catches structural regressions before they reach review.

11 3mo ago A 39 tokens original MIT