Reusable agent skills for AI-assisted development workflows.
- Node.js ≥ 18
# Install all skills (auto-detects your agent)
npx skills add dnd-mapp/agent-skills
# Install globally (available across all projects)
npx skills add dnd-mapp/agent-skills -g
# Install a specific skill
npx skills add dnd-mapp/agent-skills --skill commitFor more options, supported agents, and uninstall/update instructions, see the skills package.
| Skill | Description |
|---|---|
| commit | Groups working-tree changes into Conventional Commits |
| create-branch | Infers a branch name from changes and creates it |
| configure-issue-tracker | Configures issue tracking — local, GitHub Issues, or GitHub Projects |
| create-issues | Extracts action items from conversation and codebase, creates Issues in the configured Tracker Backend |
| pull-request | Pushes the current branch and creates a GitHub Pull Request, auto-filling any detected PR template |