summaryrefslogtreecommitdiffstats
path: root/skills
AgeCommit message (Collapse)AuthorFilesLines
2026-07-16test-build: add --local-deps for in-repo depsDanilo M.1-1/+14
Resolve deps that are siblings in the target's own repo (not on SBo or official Slackware) by prepending the target's repo root to the dep search roots when --local-deps is passed. The SBo tree is still searched after. Covers packages like huggingface_cli whose deps live in the same maintenance repo. Adds two logic self-checks and updates CLAUDE.md, README, and the test-build-slackbuild skill. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16Rename skill to test-build-slackbuildDanilo M.1-1/+1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14Add using-test-build agent skillDanilo M.1-0/+88
Reference skill teaching agents to drive test-build: the two-source target/dep rule, dry-run-first workflow, --yes for non-interactive runs, override discipline, and the status-code table. Built and verified via subagent baseline (RED) then with-skill (GREEN). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>