BeClaude

claude-skills-toolkit

New
GitHub TrendingDocumentationby kwangsing3

Personal Claude Code plugin marketplace — portable git workflow skills (conventional commits, docs/metadata sync, changelog releases).

First seen 6/15/2026

Summary

The claude-skills-toolkit is a personal plugin marketplace for Claude Code that provides portable git workflow skills.

  • It helps developers enforce conventional commits, sync documentation and metadata, and generate changelog releases directly from their editor.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/claude-skills-toolkit.md

3
Invoke in Claude Code
/claude-skills-toolkit

Use Cases

Enforce conventional commit format (e.g., feat:, fix:) when writing commit messages to maintain a clean git history.
Automatically sync README metadata with package.json or other project configuration files after updates.
Generate a changelog release entry from conventional commits since the last tag, ready for publishing.
Set up a new project with a standardized git workflow including commit hooks and release scripts.
Validate that all modified files have corresponding documentation updates before committing.
Quickly create a new release branch with an auto-incremented version and changelog draft.

Usage Examples

1

/claude-skills-toolkit setup conventional-commits

2

Run conventional commit check on staged changes

3

/claude-skills-toolkit release --patch --changelog

View source on GitHub
plugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is claude-skills-toolkit?

The claude-skills-toolkit is a personal plugin marketplace for Claude Code that provides portable git workflow skills. It helps developers enforce conventional commits, sync documentation and metadata, and generate changelog releases directly from their editor.

How to install claude-skills-toolkit?

To install claude-skills-toolkit: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/claude-skills-toolkit.md. Finally, /claude-skills-toolkit in Claude Code.

What is claude-skills-toolkit best for?

claude-skills-toolkit is a community categorized under Documentation. It is designed for: plugin. Created by kwangsing3.

What can I use claude-skills-toolkit for?

claude-skills-toolkit is useful for: Enforce conventional commit format (e.g., feat:, fix:) when writing commit messages to maintain a clean git history.; Automatically sync README metadata with package.json or other project configuration files after updates.; Generate a changelog release entry from conventional commits since the last tag, ready for publishing.; Set up a new project with a standardized git workflow including commit hooks and release scripts.; Validate that all modified files have corresponding documentation updates before committing.; Quickly create a new release branch with an auto-incremented version and changelog draft..