diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 07b609d..b1d0fa6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -181,6 +181,22 @@ "category": "visualization", "tags": ["dash", "plotly", "mantine", "charts", "dashboards", "theming", "dmc"], "license": "MIT" + }, + { + "name": "contract-validator", + "version": "1.0.0", + "description": "Cross-plugin compatibility validation and Claude.md agent verification", + "source": "./plugins/contract-validator", + "author": { + "name": "Leo Miranda", + "email": "leobmiranda@gmail.com" + }, + "homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/contract-validator/README.md", + "repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git", + "mcpServers": ["./.mcp.json"], + "category": "development", + "tags": ["validation", "contracts", "compatibility", "agents", "interfaces", "cross-plugin"], + "license": "MIT" } ] } diff --git a/CLAUDE.md b/CLAUDE.md index 1154fbf..7d9259a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -67,6 +67,7 @@ A plugin marketplace for Claude Code containing: | `cmdb-assistant` | NetBox CMDB integration for infrastructure management | 1.0.0 | | `data-platform` | pandas, PostgreSQL, and dbt integration for data engineering | 1.0.0 | | `viz-platform` | DMC validation, Plotly charts, and theming for dashboards | 1.0.0 | +| `contract-validator` | Cross-plugin compatibility validation and agent verification | 1.0.0 | | `project-hygiene` | Post-task cleanup automation via hooks | 0.1.0 | ## Quick Start @@ -93,6 +94,7 @@ A plugin marketplace for Claude Code containing: | **Config** | `/config-analyze`, `/config-optimize` | | **Data** | `/ingest`, `/profile`, `/schema`, `/explain`, `/lineage`, `/run` | | **Visualization** | `/component`, `/chart`, `/dashboard`, `/theme`, `/theme-new`, `/theme-css` | +| **Validation** | `/validate-contracts`, `/check-agent`, `/list-interfaces` | | **Debug** | `/debug-report`, `/debug-review` | ## Repository Structure