Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 821 Bytes

File metadata and controls

31 lines (19 loc) · 821 Bytes

Skills

Introduction

Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. This repo is for sharing skills that I've consistently found to work (very) well.

Installation

Install a skill using the skills CLI:

npx skills add davidturnbull/skills/<skill-name>

Available skills

commit

npx skills add davidturnbull/skills/commit

Group working tree changes into atomic commits with well-crafted messages:

  • Drafts conventional commit messages.
  • Splits unrelated changes into separate commits and orders them for bisectability.
  • Presents a numbered plan you can selectively approve, edit, or commit all at once.

License

MIT