τέχνη · techne¶
Opinionated Claude Code skills for repo hygiene. One /plugin install.
What is techne?
A Claude Code plugin for repo hygiene: audit builds, tame CI noise, hunt doc/code drift, and keep linked repos in lockstep. Opinionated kit; adopt the conventions and the skills work for any developer.
The Skills
/auditRuns your repo's make targets in dependency order and reconciles terminal output against logs/dev-*.log archives.
/auto-commitGroups working-tree changes into a structured COMMITS.md plan for staged review before anything lands.
/ci-auditAudits GitHub Actions runs on the current branch/PR for warnings, failures, and noise. Fixes what's fixable in-repo.
/deslopScans comments and docstrings for AI-generated slop and proposes tightened rewrites.
/docs-siteMaintains the Zensical-powered docs site: config, deploy pipeline, theming, link integrity.
/docsyncVerifies documentation claims (CLI commands, paths, config keys, signatures) against the actual code.
/reslopRewrites docstrings grounded in the implementation rather than deleting them outright.
/sistersCross-repo drift audit across the sister repos listed in ~/.claude/techne.toml.
/theorosStarts an observed live dev session: Claude drives the REPL in a named tmux session; you spectate read-only via tmux attach -r.
Install
/plugin marketplace add ajbarea/techne
/plugin install techne@techne
Install once, invoke with /skill-name. Just like any other Claude Code skill.