close
Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to4iki/skills

A collection of agent skills, distributed via APM (Agent Package Manager). Skills follow the Agent Skills specification.

Install

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.0

Alternative: GitHub CLI

If you use gh skill instead of APM:

gh skill install to4iki/skills <category>/<skill-name> --agent claude-code --scope user

Skills

Engineering

  • 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 wt and 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.html work log.

Misc

  • cursor-edit — Delegate file edits to Cursor through the headless cursor-agent CLI.
  • 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.

About

A collection of agent skills.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages