Plugin Claude Code
Raysense — architectural X-ray for your codebase, exposed to AI coding agents through MCP.
Plugin Claude Code
Raysense — architectural X-ray for your codebase, exposed to AI coding agents through MCP.
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.
MCP server Claude CodeCodexCursor +2
MCP server "raysense" as configured in RayforceDB/raysense. Launched with raysense --mcp.
Command
Heavy structural audit — architecture review, evolution hotspots, test gaps, DSM. Run on demand, not in routine edit loop.
Command
Scan the project, save a baseline, and surface top hotspots / failing rules. Run once at the start of a session.
Command
Detect structural drift over a time window. Ranks worsened dimensions, newly hot files, newly tripped rules.
Command
Compute the blast radius of a file before refactoring or deleting it. Reports dependents, coupling, cycle exposure.
Command
Answer a custom structural question against the saved baseline using Rayfall (select / .graph. / Datalog).
Command
Rescan after edits and diff against the session baseline. Flags new rule failures, newly-hot files, dimensions that worsened.
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.
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.
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).
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.
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…
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.