A collection of agent skills, distributed via APM (Agent Package Manager). Skills follow the Agent Skills specification.
Install an individual skill (global / user scope):
apm install -g to4iki/skills/<category>/<skill-name>Or add to a project's apm.yml:
targets:
- agent-skills
- claude
dependencies:
apm:
- to4iki/skills/<category>/<skill-name>Pin to a tag:
apm install -g to4iki/skills/<category>/<skill-name>#v0.1.0If you use gh skill instead of APM:
gh skill install to4iki/skills <category>/<skill-name> --agent claude-code --scope user- git-commit — Analyze changes, stage files, and commit with Conventional Commits.
- create-pr — Push the branch and open a pull request with
gh. - git-wt — Create a Git worktree with
git wtand implement changes in an isolated directory. - hunk-session — Drive a live Hunk terminal diff review via
hunk session *. - implementation-notes — Implement a spec while keeping a running
implementation-notes.htmlwork log.
- cursor-edit — Delegate file edits to Cursor through the headless
cursor-agentCLI. - eli5 — Explain a topic like I'm 5, as a dead-simple HTML picture explainer.
- use-claude-artifact — Create review/explanation/design HTML as a Claude artifact instead of a repo file.