Entropy Check.Skill banner
ArtemisAI ArtemisAI

Entropy Check.Skill

Documentation community

Description

--- name: entropy-check description: Scan the codebase for doc drift, dead references, layer violations, and stale features; commit a clean-up and report findings. tier: T3 allowed-tools: - bash - read_file - write_file - git_commit - list_directory --- # Skill: entropy-check ## Purpose Detect and fix entropy: documentation drift, dead code, linter violations, broken links, and architectural boundary violations accumulated across agent sessions. ## Invocation - Claude Code: `/entrop

Installation

Installs to ~/.claude/skills/artemisai-harness_engineering-entropy-check.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artemisai-harness_engineering-entropy-check.skill && curl -fsSL https://raw.githubusercontent.com/ArtemisAI/Harness_Engineering/HEAD/skills/entropy-check.skill.md -o ~/.claude/skills/artemisai-harness_engineering-entropy-check.skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository