Skills
The included skills, grouped by what they do.
Build hygiene
| Skill |
Purpose |
techne:audit |
Runs the repo's make targets in dependency order and reconciles terminal output against logs/dev-*.log archives. |
techne:ci-audit |
Audits GitHub Actions runs on the current branch/PR. Surfaces warnings, failures, and noise; fixes what's fixable in-repo. |
Code and doc maintenance
| Skill |
Purpose |
techne:auto-commit |
Groups working-tree changes into a structured COMMITS.md plan for staged review before anything lands. |
techne:deslop |
Scans comments and docstrings for AI-generated slop and proposes tightened rewrites. |
techne:reslop |
Rewrites docstrings grounded in the implementation rather than deleting them outright. |
techne:docsync |
Verifies documentation claims (CLI commands, paths, config keys, signatures) against the actual code. |
techne:research-grounded |
Flags design decisions in IMPL.md / ROADMAP.md that lack # research(YYYY-MM): provenance, then web-searches to ground them. |
Site and cross-repo
| Skill |
Purpose |
techne:docs-site |
Maintains the Zensical-powered docs site: config, deploy pipeline, theming, link integrity. |
techne:sisters |
Cross-repo drift audit across the sister repos listed in ~/.claude/techne.toml. |
Live session
| Skill |
Purpose |
techne:theoros |
Starts an observed live dev session: Claude drives the REPL in a named tmux session; you spectate read-only via tmux attach -r. |
Research
| Skill |
Purpose |
techne:paper |
Scaffolds a new paper dir (LaTeX + results-harvest + shared bib + portfolio row) in a papers-style monorepo so it builds on day one. |
techne:paper-review |
Pre-submission novelty + reviewer pass: grounds every novelty/claim verdict in retrieved prior work, flags related-work gaps, and surfaces lab-overlap for disclosure. |