From 223b51d7050ceb71dc549ae41bf30bd6fb6982d3 Mon Sep 17 00:00:00 2001 From: Tobin South Date: Tue, 17 Mar 2026 13:29:19 -0700 Subject: [PATCH] Add fiftyone to marketplace --- .claude-plugin/marketplace.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2ed6589..e827784 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -397,7 +397,7 @@ }, { "name": "playground", - "description": "Creates interactive HTML playgrounds \u2014 self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. Includes templates for design playgrounds, data explorers, concept maps, and document critique.", + "description": "Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. Includes templates for design playgrounds, data explorers, concept maps, and document critique.", "author": { "name": "Anthropic", "email": "support@anthropic.com" @@ -675,7 +675,7 @@ }, { "name": "coderabbit", - "description": "Your code review partner. CodeRabbit provides external validation using a specialized AI architecture and 40+ integrated static analyzers\u2014offering a different perspective that catches bugs, security vulnerabilities, logic errors, and edge cases. Context-aware analysis via AST parsing and codegraph relationships. Automatically incorporates CLAUDE.md and project coding guidelines into reviews. Useful after writing or modifying code, before commits, when implementing complex or security-sensitive logic, or when a second opinion would increase confidence in the changes. Returns specific findings with suggested fixes that can be applied immediately. Free to use.", + "description": "Your code review partner. CodeRabbit provides external validation using a specialized AI architecture and 40+ integrated static analyzers—offering a different perspective that catches bugs, security vulnerabilities, logic errors, and edge cases. Context-aware analysis via AST parsing and codegraph relationships. Automatically incorporates CLAUDE.md and project coding guidelines into reviews. Useful after writing or modifying code, before commits, when implementing complex or security-sensitive logic, or when a second opinion would increase confidence in the changes. Returns specific findings with suggested fixes that can be applied immediately. Free to use.", "category": "productivity", "source": { "source": "url", @@ -705,7 +705,7 @@ }, { "name": "qodo-skills", - "description": "Qodo Skills provides a curated library of reusable AI agent capabilities that extend Claude's functionality for software development workflows. Each skill is designed to integrate seamlessly into your development process, enabling tasks like code quality checks, automated testing, security scanning, and compliance validation. Skills operate across your entire SDLC\u2014from IDE to CI/CD\u2014ensuring consistent standards and catching issues early.", + "description": "Qodo Skills provides a curated library of reusable AI agent capabilities that extend Claude's functionality for software development workflows. Each skill is designed to integrate seamlessly into your development process, enabling tasks like code quality checks, automated testing, security scanning, and compliance validation. Skills operate across your entire SDLC—from IDE to CI/CD—ensuring consistent standards and catching issues early.", "category": "development", "source": { "source": "url", @@ -1038,6 +1038,16 @@ "sha": "eeef353eead2e3dc5f33f64dbaae54e1309e0d45" }, "homepage": "https://github.com/intercom/claude-plugin-external" + }, + { + "name": "fiftyone", + "description": "Build high-quality datasets and computer vision models. Visualize datasets, analyze models, find duplicates, run inference, evaluate predictions, and develop custom plugins.", + "source": { + "source": "url", + "url": "https://github.com/voxel51/fiftyone-skills.git", + "sha": "593e0553fc9fd94db52386ada2c9e2074a6ecf89" + }, + "homepage": "https://docs.voxel51.com/" } ] }