RayforceDB/raysense

A structural X-ray for the codebases AI agents are writing.

11Stars on the repository
15Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

audit

01

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

02

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

03

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

04

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

05

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

06

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