Sentrux banner
sentrux sentrux

Sentrux

AI community

Description

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

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

sentrux

**The sensor that helps AI agents close the feedback loop.
Recursive self-improvement of code quality.**

[![CI](https://github.com/sentrux/sentrux/actions/workflows/ci.yml/badge.svg)](https://github.com/sentrux/sentrux/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/sentrux/sentrux)](https://github.com/sentrux/sentrux/releases) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

**English** | [中文](README.zh-CN.md) | [Deutsch](README.de.md) | [日本語](README.ja.md)

[How it Works](#how-it-works) · [Quick Start](#quick-start) · [MCP Integration](#mcp-server) · [Rules Engine](#rules-engine) · [Releases](https://github.com/sentrux/sentrux/releases)


![sentrux demo](assets/demo.gif)

Live: Claude Code Opus 4.6 builds a FastAPI project. Even with good prompts, quality lands at 6772.
Not because the agent can't do better — but because without a sensor, it doesn't know what to improve.
Quality Signal

How it works

How sentrux works: scan → score → agent improves → rescan → better score → repeat

Quick Start

**Install** (macOS · Linux · Windows)

**macOS**

brew install sentrux/tap/sentrux

**Linux**

curl -fsSL https://raw.githubusercontent.com/sentrux/sentrux/main/install.sh | sh

**Windows** — download from [Releases](https://github.com/sentrux/sentrux/releases), or:

curl -L -o sentrux.exe https://github.com/sentrux/sentrux/releases/latest