Personal collection of agent skills for coding agents.
Compatible with any agent that supports the skills ecosystem (Claude Code, Cursor, Cline, OpenAI Codex, etc.).
Choose any installer you prefer. All three reference the same repository; the difference is the default source they fetch from.
Fetches from the latest GitHub Release tag published via gh skill publish (requires gh CLI v2.90.0+):
gh skill install 1natsu-vacation/agent-skillsFetches from the default branch (main):
npx skills add 1natsu-vacation/agent-skills -g
# or
bunx skills add 1natsu-vacation/agent-skills -gFetches from the default branch (main) by default; tag pinning supported via #vX.Y.Z.
Install everything (mirrors npx skills add):
apm install 1natsu-vacation/agent-skillsInstall a single skill:
apm install 1natsu-vacation/agent-skills --skill 1natsu-<skill-name>Pin to a tag:
apm install 1natsu-vacation/agent-skills#v0.1.0 --skill 1natsu-<skill-name>Add -g for global / user scope.
| Skill | Description |
|---|---|
| 1natsu-auto-resolve-conflicts | Fully-autonomous git conflict resolution — resolves, validates, commits, with safe bail-out to pair mode |
| 1natsu-commit | Git commit best practices with conventional commits |
| 1natsu-document-harness | Harness documentation generation with consistent placement and granularity |
| 1natsu-document-harness-audit | Harness documentation audit — detects duplicates, inconsistencies, and stale content |
| 1natsu-document-harness-model | Harness documentation model reference (internal, auto-loaded) |
| 1natsu-conventional-commits | Conventional Commits reference (internal, auto-loaded) |
| 1natsu-create-pr | GitHub PR creation with conventional commits and multi-language support |
| 1natsu-entire-context | entire CLI reference for accessing session history and checkpoints |
| 1natsu-error-handling | Structured error handling guidelines |
| 1natsu-git-analysis | Git repository analysis — branches, diffs, commit history |
| 1natsu-pair-debug | Collaborative debugging with human-in-the-loop observation |
| 1natsu-pair-resolve-conflicts | Collaborative git conflict resolution with commit history analysis |
| 1natsu-pr-review-handler | Autonomous PR review comment handling and code fixes |
skills/
└── 1natsu-<skill-name>/
└── SKILL.md
All skill names are prefixed with 1natsu- to avoid naming conflicts with other skill packages.