Skip to content

1natsu-vacation/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-skills

Personal collection of agent skills for coding agents.

Compatible with any agent that supports the skills ecosystem (Claude Code, Cursor, Cline, OpenAI Codex, etc.).

Installation

Choose any installer you prefer. All three reference the same repository; the difference is the default source they fetch from.

gh CLI (gh skill install)

Fetches from the latest GitHub Release tag published via gh skill publish (requires gh CLI v2.90.0+):

gh skill install 1natsu-vacation/agent-skills

Vercel skills

Fetches from the default branch (main):

npx skills add 1natsu-vacation/agent-skills -g
# or
bunx skills add 1natsu-vacation/agent-skills -g

apm

Fetches 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-skills

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

Skills

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

Structure

skills/
└── 1natsu-<skill-name>/
    └── SKILL.md

All skill names are prefixed with 1natsu- to avoid naming conflicts with other skill packages.

License

MIT

About

npx skills add 1natsu-vacation/agent-skills

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages