[Sprint 1] feat: Add viz-platform to marketplace #181

Closed
opened 2026-01-26 16:22:11 +00:00 by lmiranda · 0 comments
Owner

Description

Integrate viz-platform into the marketplace manifest and update central documentation.

Acceptance Criteria

  • Add entry to .claude-plugin/marketplace.json:
    {
      "name": "viz-platform",
      "version": "1.0.0",
      "description": "Visualization tools with Dash Mantine Components validation and theming",
      "source": "./plugins/viz-platform",
      "author": {"name": "Leo Miranda", "email": "leobmiranda@gmail.com"},
      "homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/viz-platform/README.md",
      "repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
      "mcpServers": ["./.mcp.json"],
      "category": "visualization",
      "tags": ["dash", "plotly", "mantine", "charts", "dashboards", "theming"],
      "license": "MIT"
    }
    
  • Update CLAUDE.md repository structure section to include viz-platform
  • Update plugin count in CLAUDE.md overview table
  • Add viz-platform commands to COMMANDS-CHEATSHEET.md (if exists)
  • Run ./scripts/validate-marketplace.sh - must pass
  • Verify plugin appears in marketplace listing

Technical Notes

This is the final integration step. All other issues should be complete before this one.

Dependencies

  • Depends on ALL other Sprint 1 issues
  • This should be the last issue completed
## Description Integrate viz-platform into the marketplace manifest and update central documentation. ## Acceptance Criteria - [ ] Add entry to `.claude-plugin/marketplace.json`: ```json { "name": "viz-platform", "version": "1.0.0", "description": "Visualization tools with Dash Mantine Components validation and theming", "source": "./plugins/viz-platform", "author": {"name": "Leo Miranda", "email": "leobmiranda@gmail.com"}, "homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/viz-platform/README.md", "repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git", "mcpServers": ["./.mcp.json"], "category": "visualization", "tags": ["dash", "plotly", "mantine", "charts", "dashboards", "theming"], "license": "MIT" } ``` - [ ] Update `CLAUDE.md` repository structure section to include viz-platform - [ ] Update plugin count in CLAUDE.md overview table - [ ] Add viz-platform commands to COMMANDS-CHEATSHEET.md (if exists) - [ ] Run `./scripts/validate-marketplace.sh` - must pass - [ ] Verify plugin appears in marketplace listing ## Technical Notes This is the final integration step. All other issues should be complete before this one. ## Dependencies - Depends on ALL other Sprint 1 issues - This should be the last issue completed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#181