melodic-software/claude-code-plugins

60 stars · Last commit 2026-04-07

README preview

# Claude Code Plugins

Plugins for Claude Code: documentation management, code quality, and ecosystem support.

## Prerequisites

- [Claude Code](https://code.claude.com) installed
- Python 3.13+ (for spaCy-based operations)
- Node.js 18+ (for markdown linting)

## Development Setup

### Node.js Version Manager (fnm)

[fnm](https://github.com/Schniz/fnm) (Fast Node Manager) is the recommended Node.js version manager for this project. It:

- Works natively in Git Bash (unlike nvm-windows which has [known issues](https://github.com/coreybutler/nvm-windows/wiki/Common-Issues))
- Is significantly faster than nvm-windows (Rust-based)
- Has cross-platform consistency (Windows/macOS/Linux)

View full repository on GitHub →