claude-skills-toolkit
NewPersonal Claude Code plugin marketplace — portable git workflow skills (conventional commits, docs/metadata sync, changelog releases).
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/claude-skills-toolkit.md
/claude-skills-toolkitUse Cases
Usage Examples
/claude-skills-toolkit setup conventional-commits
Run conventional commit check on staged changes
/claude-skills-toolkit release --patch --changelog
Security Audits
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..