From e26d8eff3f5d1e05da9e1bce63ef9a696d4b8a7c Mon Sep 17 00:00:00 2001 From: Prathit-tech Date: Wed, 29 Oct 2025 11:46:50 +0530 Subject: [PATCH] feat: introduce marketplace.json --- .claude-plugin/marketplace.json | 168 ++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..fb7a0bc --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,168 @@ +{ + "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", + "name": "awesome-claude-skills", + "version": "1.0.0", + "description": "A curated marketplace of practical Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API", + "owner": { + "name": "ComposioHQ", + "email": "tech@composio.dev" + }, + "plugins": [ + { + "name": "brand-guidelines", + "description": "Applies Anthropic's official brand colors and typography to artifacts for consistent visual identity and professional design standards.", + "source": "./brand-guidelines", + "category": "business-marketing" + }, + { + "name": "competitive-ads-extractor", + "description": "Extracts and analyzes competitors' ads from ad libraries to understand messaging and creative approaches that resonate.", + "source": "./competitive-ads-extractor", + "category": "business-marketing" + }, + { + "name": "domain-name-brainstormer", + "description": "Generates creative domain name ideas and checks availability across multiple TLDs including .com, .io, .dev, and .ai extensions.", + "source": "./domain-name-brainstormer", + "category": "business-marketing" + }, + { + "name": "internal-comms", + "description": "Helps write internal communications including 3P updates, company newsletters, FAQs, status reports, and project updates using company-specific formats.", + "source": "./internal-comms", + "category": "business-marketing" + }, + { + "name": "lead-research-assistant", + "description": "Identifies and qualifies high-quality leads by analyzing your product, searching for target companies, and providing actionable outreach strategies.", + "source": "./lead-research-assistant", + "category": "business-marketing" + }, + { + "name": "content-research-writer", + "description": "Assists in writing high-quality content by conducting research, adding citations, improving hooks, and providing section-by-section feedback.", + "source": "./content-research-writer", + "category": "communication-writing" + }, + { + "name": "meeting-insights-analyzer", + "description": "Analyzes meeting transcripts to uncover behavioral patterns including conflict avoidance, speaking ratios, filler words, and leadership style.", + "source": "./meeting-insights-analyzer", + "category": "communication-writing" + }, + { + "name": "canvas-design", + "description": "Creates beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles for posters, designs, and static pieces.", + "source": "./canvas-design", + "category": "creative-media" + }, + { + "name": "image-enhancer", + "description": "Improves image and screenshot quality by enhancing resolution, sharpness, and clarity for professional presentations and documentation.", + "source": "./image-enhancer", + "category": "creative-media" + }, + { + "name": "slack-gif-creator", + "description": "Creates animated GIFs optimized for Slack with validators for size constraints and composable animation primitives.", + "source": "./slack-gif-creator", + "category": "creative-media" + }, + { + "name": "theme-factory", + "description": "Applies professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages with 10 pre-set themes.", + "source": "./theme-factory", + "category": "creative-media" + }, + { + "name": "video-downloader", + "description": "Downloads videos from YouTube and other platforms for offline viewing, editing, or archival with support for various formats and quality options.", + "source": "./video-downloader", + "category": "creative-media" + }, + { + "name": "algorithmic-art", + "description": "Creates algorithmic art and generative designs using computational creativity techniques.", + "source": "./algorithmic-art", + "category": "creative-media" + }, + { + "name": "artifacts-builder", + "description": "Builds elaborate, multi-component Claude.ai HTML artifacts using modern frontend technologies including React, Tailwind CSS, and shadcn/ui.", + "source": "./artifacts-builder", + "category": "development" + }, + { + "name": "changelog-generator", + "description": "Automatically creates user-facing changelogs from git commits by analyzing history and transforming technical commits into customer-friendly release notes.", + "source": "./changelog-generator", + "category": "development" + }, + { + "name": "mcp-builder", + "description": "Guides creation of high-quality MCP (Model Context Protocol) servers for integrating external APIs and services with LLMs using Python or TypeScript.", + "source": "./mcp-builder", + "category": "development" + }, + { + "name": "skill-creator", + "description": "Provides guidance for creating effective Claude Skills that extend capabilities with specialized knowledge, workflows, and tool integrations.", + "source": "./skill-creator", + "category": "development" + }, + { + "name": "webapp-testing", + "description": "Tests local web applications using Playwright for verifying frontend functionality, debugging UI behavior, and capturing screenshots.", + "source": "./webapp-testing", + "category": "development" + }, + { + "name": "template-skill", + "description": "A template skill that demonstrates the structure and format for creating new Claude Skills.", + "source": "./template-skill", + "category": "development" + }, + { + "name": "file-organizer", + "description": "Intelligently organizes files and folders by understanding context, finding duplicates, and suggesting better organizational structures.", + "source": "./file-organizer", + "category": "productivity-organization" + }, + { + "name": "invoice-organizer", + "description": "Automatically organizes invoices and receipts for tax preparation by reading files, extracting information, and renaming consistently.", + "source": "./invoice-organizer", + "category": "productivity-organization" + }, + { + "name": "raffle-winner-picker", + "description": "Randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests with cryptographically secure randomness.", + "source": "./raffle-winner-picker", + "category": "productivity-organization" + }, + { + "name": "document-skills-docx", + "description": "Skills for working with Microsoft Word documents including creation, editing, and formatting using DOCX format.", + "source": "./document-skills/docx", + "category": "productivity-organization" + }, + { + "name": "document-skills-pdf", + "description": "Skills for working with PDF documents including creation, editing, forms, and advanced PDF operations.", + "source": "./document-skills/pdf", + "category": "productivity-organization" + }, + { + "name": "document-skills-pptx", + "description": "Skills for working with PowerPoint presentations including creation, editing, and formatting using PPTX format.", + "source": "./document-skills/pptx", + "category": "productivity-organization" + }, + { + "name": "document-skills-xlsx", + "description": "Skills for working with Excel spreadsheets including creation, editing, formulas, and data manipulation.", + "source": "./document-skills/xlsx", + "category": "productivity-organization" + } + ] +}