Skip to main content
ClaudeWave

Real-time architectural sensor that helps AI agents close the feedback loop, enabling recursive self-improvement of code quality. Pure Rust.

Subagents2.5k estrellas221 forksRustMITActualizado 2mo ago
Nota editorial

Sentrux is a static analysis MCP server written in pure Rust that gives AI coding agents continuous, quantified feedback on codebase architecture as they work. The core workflow runs in a scan-score-improve loop: the tool analyzes a project using tree-sitter plugins covering 52 languages, assigns a numeric quality score, and exposes that data to agents so they can target specific structural problems and re-scan after changes. It ships three complementary interfaces: a live interactive treemap GUI for visual exploration of project structure, a `sentrux check` command for CI rule enforcement with clean exit codes, and a `sentrux gate` command that saves a quality baseline before an agent session and then compares against it afterward to catch degradation. The MCP server integrates directly with Claude Code via its plugin marketplace, and with Cursor, Windsurf, and other MCP clients through a standard JSON config block. Developers using AI agents to build or maintain codebases are the primary audience, particularly those who have noticed code quality quietly deteriorating across long agentic sessions.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Recently active
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/sentrux/sentrux && cp sentrux/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

1 items en este repositorio

scanSkill

Scan a project with sentrux to get structural health grades (A-F) across 14 dimensions including coupling, cycles, cohesion, dead code, and test coverage. Use when the user wants to check code quality, architecture health, or before/after an agent session.

Instalar

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
agentharnessarchitecturecobolcobol-languagecode-qualitydeveloper-toolsharnessengineeringmcpruststatic-analysistreemapvisualization

Lo que la gente pregunta sobre sentrux

¿Qué es sentrux/sentrux?

+

sentrux/sentrux es subagents para el ecosistema de Claude AI. Real-time architectural sensor that helps AI agents close the feedback loop, enabling recursive self-improvement of code quality. Pure Rust. Tiene 2.5k estrellas en GitHub y se actualizó por última vez 2mo ago.

¿Cómo se instala sentrux?

+

Puedes instalar sentrux clonando el repositorio (https://github.com/sentrux/sentrux) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar sentrux/sentrux?

+

Nuestro agente de seguridad ha analizado sentrux/sentrux y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene sentrux/sentrux?

+

sentrux/sentrux es mantenido por sentrux. La última actividad registrada en GitHub es de 2mo ago, con 26 issues abiertos.

¿Hay alternativas a sentrux?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega sentrux en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: sentrux/sentrux
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sentrux-sentrux)](https://claudewave.com/repo/sentrux-sentrux)
<a href="https://claudewave.com/repo/sentrux-sentrux"><img src="https://claudewave.com/api/badge/sentrux-sentrux" alt="Featured on ClaudeWave: sentrux/sentrux" width="320" height="64" /></a>

Más Subagents