Skill2.5k estrellas del repoactualizado 2mo ago
scan
The scan skill runs Sentrux analysis on a project to generate structural health grades (A through F) across 14 dimensions including coupling, cycles, cohesion, dead code, and test coverage. Use it when you need to evaluate code quality and architecture health, establish baselines before refactoring work, or monitor whether code health improves or degrades during development sessions.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/sentrux/sentrux /tmp/scan && cp -r /tmp/scan/claude-plugin/skills/scan ~/.claude/skills/scanDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Sentrux Scan Use the sentrux MCP tools to analyze the current project: 1. Call `scan` with the current working directory to get an overview 2. If the user wants details, call `health` for code health breakdown or `architecture` for structural analysis 3. For agent session governance, use `session_start` before coding and `session_end` after to detect degradation Available MCP tools: `scan` · `health` · `architecture` · `coupling` · `cycles` · `hottest` · `evolution` · `dsm` · `test_gaps` · `check_rules` · `session_start` · `session_end` · `rescan` · `blast_radius` · `level` $ARGUMENTS