Company-wide development tools and standards for Claude Code.
Create conventional commits for staged changes.
Installation:
claude plugins:add OSSystems/claude-code-plugin/ossystems-commitSkill: /commit
- Analyzes staged changes with
git diff --cached - Generates commit messages following Conventional Commits format
- Writes clear, user-facing descriptions (≤100 columns)
- Includes a body explaining the reasoning behind changes
Refactor CLAUDE.md files following progressive disclosure principles.
Installation:
claude plugins:add OSSystems/claude-code-plugin/ossystems-refactor-claude-mdSkill: /refactor-claude-md
- Identifies contradictions in existing instructions
- Extracts only essential info for the root CLAUDE.md
- Groups remaining instructions into logical categories
- Creates a modular file structure with linked documentation
- Flags redundant or overly vague instructions for deletion
MIT