Skip to content

huanshankeji/huanshankeji-skills

v1.0.0Apache-2.0

AI agent skills by @huanshankeji, mainly for our own development conventions.

skills

AI agent skills by @huanshankeji mainly for our own development conventions, following the Agent Skills standard.

Skills

SkillDescription
git-commit-after-reviewCreates a Git commit for follow-up work after reviewing a named commit, commit range, whole PR, or remaining unreviewed PR Files Changed; do not use when the user only reviewed uncommitted changes ("all reviewed"); ask what was reviewed unless they already named the target; includes the full reviewed hash except when it was the parent commit

Installation

Cursor

In Cursor, open CustomizeAdd Marketplace (or the Plugins tab) and import:

https://github.com/huanshankeji/skills

Claude Code

/plugin marketplace add huanshankeji/skills
/plugin install huanshankeji-skills@huanshankeji-skills

Codex

codex plugin marketplace add huanshankeji/skills
codex plugin add huanshankeji-skills@huanshankeji-skills

Using the skills CLI

npx skills add huanshankeji/skills

Manual installation

Copy the desired skill folder from skills/ into the skills directory of your project:

# Universal (works with multiple agents)
cp -r skills/<skill-name> .agents/skills/