melodic-software/claude-code-plugins

No description

13 stars2 forksUpdated Jan 19, 2026
npx skills add melodic-software/claude-code-plugins

README

Claude Code Plugins

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

Prerequisites

  • Claude Code installed
  • Python 3.13+ (for spaCy-based operations)
  • Node.js 18+ (for markdown linting)

Development Setup

Node.js Version Manager (fnm)

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)
  • Is significantly faster than nvm-windows (Rust-based)
  • Has cross-platform consistency (Windows/macOS/Linux)

Install fnm:

# Windows (PowerShell as Admin)
winget install Schniz.fnm

# macOS/Linux
curl -fsSL https://fnm.vercel.app/install | bash

Configure for Git Bash (add to ~/.bashrc):

eval "$(fnm env --use-on-cd --shell bash)"

Or source the setup script which includes fnm initialization:

source "/path/to/claude-code-plugins/setup/bashrc-claude.sh"

Install Node:

fnm install 24
fnm default 24

Install Dependencies

npm install

Run Markdown Linting

npm run lint:md        # Check for errors
npm run lint:md:fix    # Auto-fix errors

CI

Markdown linting runs automatically on PRs via GitHub Actions. The same rules apply locally and in CI.

Installation

/plugin install claude-ecosystem@claude-code-plugins
/plugin install code-quality@claude-code-plugins
/plugin install google-ecosystem@claude-code-plugins

Codex CLI Configuration

This repo expects Codex CLI configuration to live in user scope under ~/.codex. See .codex/README.md for the canonical locations.

Plugins

PluginPurpose
atlassianAtlassian MCP server: Jira, Confluence, Compass integration
browser-automationBrowser automation MCP servers: Chrome DevTools, Playwright
business-analysisBABOK techniques: capability mapping, stakeholder analysis, value streams, journey mapping
ci-cdCI/CD pipelines: GitHub Actions, deployment automation, release management
claude-code-observabilityEvent logging, metrics, session diagnostics
claude-ecosystemClaude Code docs, meta-skills, hooks, observability, auditors
code-qualityCode review, markdown linting, debugging, CI/CD templates
compliance-planningRegulatory compliance: GDPR, HIPAA, PCI-DSS, AI governance, ISO 27001
content-management-systemHeadless CMS architecture: content modeling, taxonomies, media, theming
cursor-ecosystemCursor IDE docs, CLI, agent, keyword-based search
documentation-standardsTechnical docs: arc42, C4 model, ADRs, RFC process, docs-as-code
dotnet.NET 10+ automation: build, clean, SDK/tool install, version upgrades, Aspire MCP
duende-ecosystemDuende IdentityServer, BFF, IdentityModel docs
enterprise-architectureTOGAF, Zachman, ADRs, cloud alignment
event-modelingEvent-driven design: Event Modeling, Event Storming, CQRS, sagas
figmaFigma MCP server: design context, code generation, design tokens
formal-specificationFormal methods: UML/SysML, TLA+, OpenAPI/AsyncAPI, state machines
gitGit config, GPG signing, hooks, GitHub issues, history exploration
google-ecosystemGemini CLI docs, Claude-to-Gemini integration, configuration management
melodic-softwareDeveloper onboarding, environment setup, commit workflows
microsoftMicrosoft MCP servers: Microsoft Learn, Azure, NuGet, Azure DevOps
milan-jovanovicMilan Jovanovic .NET patterns: Clean Architecture, DDD, CQRS, EF Core
openai-ecosystemOpenAI Codex CLI docs
requirements-elicitationRequirements gathering: LLMREI interviews, gap analysis, prioritization
researchResearch workflows: MCP integration, multi-source synthesis, structured output
response-qualityResponse quality standards, source citations
securitySecurity: OWASP, authentication, cryptography, DevSecOps, threat modeling, 12 skills
soft-skillsCareer progression, interviews, communication, professional visibility

...

Read full README

Statistics

Stars13
Forks2
Open Issues1
LicenseMIT License
CreatedNov 30, 2025