skills/deslop/SKILL.md
Clean code philosophy — eliminate unnecessary comments, simplify code
npx skillsauth add alchemishty/agent-harness deslopInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply clean code philosophy to the specified files or directories. Focus on removing noise and improving clarity without changing behavior.
Remove comments that:
// increment counter before counter++)Keep or add comments only when:
"Code is written for humans to read, and only incidentally for machines to execute."
If a comment is needed to understand code, first try to rewrite the code to be clearer. The best comment is the one you didn't need to write.
harness.yaml → commands.analyze) to confirm zero new issues.$ARGUMENTS
documentation
Post-implementation retrospective that captures learnings to memory and proposes doc improvements
testing
Validate and fix project structure against architecture rules
tools
Migrate project scaffolding to match the latest harness version. Adds new directories (memory/, scratch/), new harness.yaml fields, and suggests AGENTS.md updates. For plugin users this handles what a plugin update cannot — project-level structure changes. For git-clone users this also updates copied skill files.
data-ai
Install the agent harness into a target project. Detects project type (greenfield vs existing), copies skills, and delegates to the appropriate bootstrap command.