skillctl 0.1.5

CLI to manage your personal agent skills library across projects
1
2
3
4
5
6
7
8
9
10
11
12
/target
.DS_Store

# `.skills.toml` is per-project install state written by `skillctl add`.
# It belongs in consuming projects, not in this repo.
.skills.toml

# Locally-installed Claude skills that aren't part of skillctl itself.
# Only the public-facing companion (`skillctl-usage`, the agent contract
# shipped with the tool) is whitelisted. `skillctl-project` is kept local-only.
.claude/skills/*/
!.claude/skills/skillctl-usage/