Reusable AI agent skills for
claude-code
conforming to the
agentskills.io
specification.
Extracted from real-world Python projects
(tractor,
piker,
modden) and
generalized for cross-repo deployment.
| Skill | Description |
|---|---|
py-codestyle |
Python code style conventions |
commit-msg |
Git commit message generation |
pr-msg |
PR description generation |
code-review-changes |
Apply PR review feedback |
run-tests |
Test runner (template-based) |
resolve-conflicts |
Merge conflict resolution |
open-wkt / close-wkt |
Git worktree lifecycle |
plan-io |
Plan file conventions |
prompt-io |
AI prompt I/O provenance logging |
inter-skill-review |
Cross-skill consistency |
gish |
Git-over-SSH transport |
yt-url-lookup |
YouTube URL resolution |
Each skill has a DEPLOY.md with setup instructions.
Two methods are supported:
- Symlinks — absolute links from your repo's
.claude/skills/to this checkout (dev machines) - Submodule —
git submodule addfor portable, version-pinned deployment (seescripts/)
AGPL-3.0 — see LICENSE.
Commercial licenses available from
baudco for proprietary
use cases. See LICENSING.md for
details.