Personal skills plugin for Claude Code and Codex.
| Skill | Description |
|---|---|
commit-cn | 生成中文 Git commit message(Conventional Commits) |
commit-en | Generate English Git commit messages (Conventional Commits) |
# 1. Register the marketplace
claude plugins marketplace add /path/to/bh-skills
# 2. Install the plugin
claude plugins install bh@bh-skills
# 1. Register the marketplace
claude plugins marketplace add BlackHole1/bh-skills
# 2. Install the plugin
claude plugins install bh@bh-skills
After installation, restart Claude Code. Skills are available as /commit-cn and /commit-en.
claude plugins uninstall bh@bh-skills
rm -rf ~/.claude/plugins/cache/bh-skills
claude plugins install bh@bh-skills
Codex uses a symlink to load the skills directory.
mkdir -p ~/.agents/skills
ln -s /path/to/bh-skills/codex/skills ~/.agents/skills/bh
git clone [email protected]:BlackHole1/bh-skills.git ~/.local/share/bh-skills
mkdir -p ~/.agents/skills
ln -s ~/.local/share/bh-skills/codex/skills ~/.agents/skills/bh
Restart Codex. Skills are available as commit-cn and commit-en.
If you installed from a local clone, update that clone as usual.
git -C ~/.local/share/bh-skills pull
Skills update instantly through the symlink.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub blackhole1/bh-skills --plugin bhGit commit workflow: atomic commits, validation, conventions
AI-powered conventional commit message generator with smart analysis
When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation