A curated collection of Claude Code plugins designed to enhance development workflows and productivity. This marketplace provides specialized tools, agents, and skills that integrate seamlessly with Claude Code's plugin system.
Type: Agent Skill Description: Automatically parses URLs in CSV files and extracts query parameters as new columns.
Features:
- 🎯 Automatic URL detection in CSV files
- 📊 Dynamic parameter extraction and column creation
- ✅ Data preservation with new parameter columns
- 🚀 Batch processing for multiple files
Use Cases:
- Marketing campaign analysis
- URL parameter tracking
- Data enrichment from web analytics
- E-commerce link analysis
Type: Agent Description: Automatically generates high-quality test cases for code changes and new features.
Features:
- 🎯 Intelligent code analysis and change detection
- 📝 Multi-framework test generation (Jest, pytest, RSpec, etc.)
- ✅ Best practices and AAA pattern compliance
- 🚀 Proactive triggering after code changes
Supported Frameworks:
- JavaScript/TypeScript: Jest, Vitest, Mocha, React Testing Library
- Python: pytest, unittest, hypothesis
- Ruby: RSpec, Minitest, FactoryBot
Type: Command Description: Streamlined git commit creation with intelligent change analysis.
Features:
- 🔍 Automatic git status and diff analysis
- 📝 Context-aware commit message generation
- ⚡ Single-command staging and commit
- 🎯 Focused on current changes only
Type: Agent Skill Description: Create and edit PowerPoint presentations using Python and python-pptx library.
Features:
- 🎯 Easy creation of PowerPoint presentations from simple commands
- 📊 Support for command-line and JSON-based slide definitions
- 🖼️ Image insertion with custom positioning
- 📝 Multiple slide types (title, content, blank)
- ✅ Standard .pptx format compatible with all major presentation software
Use Cases:
- Meeting presentations
- Project proposals
- Training materials
- Business reports
- Quick slide deck creation
Type: Agent Skill Description: Visualize FeedMob direct spend data as ASCII line charts directly in your terminal.
Features:
- 📊 ASCII line chart generation for spend trends
- 💰 Dual metrics display (net spend and gross spend)
- 📅 Custom date range analysis
- 🔢 Detailed data tables with daily breakdowns
- 🎯 Multi-campaign support for multiple click URL IDs
- 💵 USD currency formatting with proper $ symbols
Use Cases:
- Campaign spend analysis
- Budget tracking and monitoring
- Spend trend visualization
- Multi-campaign comparison
- Quick terminal-based reporting
Requirements:
- Python 3.6+
- FeedMob MCP Server configured with API credentials
Type: Agent Skill Description: Crawl the latest AI news from multiple sources, deduplicate, and output a single time-stamped JSON file with 10 items, all summarized in Chinese. Triggered when the request contains "去吧小飞机".
Features:
- 🗂️ Multi-source aggregation with strict deduplication by
urlandtitle - ⏱️ Time-window filtering (default
144h) and optionalkeywords - 🌐 Chinese summaries for English content; preserve original
languagefield - 📄 Single output file
<YYYYMMDD_HHMMSS>.jsoncreated in current directory - 📅 Sorted by
published_at(ISO8601) in descending order; always 10 items - 🛑 No chat output; file-only workflow for clean automation
Use Cases:
- Daily AI news digest generation
- Competitive intelligence and research monitoring
- Internal reporting and executive briefings
- Trend tracking across major tech media
Type: Agent Skill Description: Generate FeedMob-branded content including reports, presentations, charts, and artifacts following official brand guidelines.
Features:
- 🎨 Brand Consistency: Automatically applies FeedMob brand standards
- 📝 Typography Control: Uses approved Lato font family exclusively
- 🎨 Color Palette: Applies official FeedMob teal (#00B5AD) color scheme
- 📊 Data Visualization: Creates on-brand charts with consistent color mapping
- 🖼️ Logo Compliance: Handles logo usage with proper specifications
- 📄 Multiple Formats: Supports reports, presentations, charts, artifacts
- ✅ Quality Assurance: Built-in brand compliance checklist
Brand Guidelines:
- Primary Color: Teal (#00B5AD) for accents and emphasis
- Typography: Lato Light (body), Lato Regular (headers), Lato Bold (emphasis)
- Logo: Black text + teal plus sign with proper clear space
- Design: Modern, clean, minimalist with white backgrounds
- Charts: Maximum 4 colors, consistent mapping, Lato font
Use Cases:
- FeedMob-branded reports and documents
- PowerPoint presentations with FeedMob styling
- Data visualizations and charts
- Marketing materials and artifacts
- Investor decks and business proposals
Integration:
- Works seamlessly with
feedmob-presentationsskill for presentations - Enforces brand standards for all FeedMob content
- Comprehensive quality checklist for brand compliance
This marketplace includes different types of Claude Code plugins:
Specialized subagents that Claude can invoke automatically based on context:
- Test Generator: Automatically creates test cases for code changes
- CSV URL Parser: Processes CSV files with URL data
Model-invoked capabilities that extend Claude's functionality:
- CSV URL Parser Skill: Extracts URL parameters from CSV data
- FeedMob Presentations Skill: Creates and edits PowerPoint presentations
- Direct Spend Visualizer Skill: Visualizes FeedMob spend data as ASCII charts
- AI News Crawler Skill: Aggregates and summarizes AI news in Chinese
- FeedMob Brand Guidelines Skill: Generates FeedMob-branded materials with brand compliance
Custom slash commands for specific workflows:
- Smart Commit: Intelligent git commit creation
Add the entire FeedMob marketplace to Claude Code:
/plugin marketplace add git@github.com:feed-mob/claude-code-marketplace.gitOr using HTTPS:
/plugin marketplace add https://github.com/feed-mob/claude-code-marketplace.gitYou can also install individual plugins directly:
# Install CSV URL Parser
/plugin install csv-url-parser@feedmob-marketplace
# Install Test Generator
/plugin install test-generator@feedmob-marketplace
# Install FeedMob Presentations
/plugin install feedmob-presentations@feedmob-marketplace
# Install Direct Spend Visualizer
/plugin install direct-spend-visualizer@feedmob-marketplace
# Install Easy Commit
/plugin install easy-commit@feedmob-marketplace
# Install FeedMob Brand Guidelines
/plugin install feedmob-brand-guidelines@feedmob-marketplace-
Add the marketplace:
/plugin marketplace add git@github.com:feed-mob/claude-code-marketplace.git
-
Browse available plugins:
/plugin
-
Install from the interactive interface: Select the plugins you want to install from the marketplace.
After adding the marketplace, verify the installation:
-
List marketplaces:
/plugin marketplace list
-
Check available plugins:
/plugin
-
Test a plugin: Try using one of the installed plugins to ensure everything works correctly.
Once installed, plugins will be available in your Claude Code environment:
your-claude-plugins/
├── csv-url-parser/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ └── README.md
├── test-generator/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── agents/
│ └── README.md
├── feedmob-presentations/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ ├── assets/
│ ├── scripts/
│ └── README.md
├── direct-spend-visualizer/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ ├── scripts/
│ ├── .mcp.json
│ └── README.md
└── easy-commit/
├── .claude-plugin/
│ └── plugin.json
├── commands/
└── README.md
Once installed, plugins are automatically available in Claude Code:
- Agents: Use
/agentsto see available agents or let Claude invoke them automatically - Skills: Mention relevant keywords to trigger skills automatically
- Commands: Use slash commands like
/smart-commitfor specific actions
This repository serves as a Claude Code plugin marketplace. To enable marketplace functionality, a .claude-plugin/marketplace.json file is required at the repository root.
The marketplace configuration follows the Claude Code Plugin Marketplaces specification:
{
"name": "feedmob-marketplace",
"owner": {
"name": "FeedMob Team",
"email": "dev@feedmob.com"
},
"metadata": {
"description": "FeedMob's curated collection of Claude Code plugins for enhanced development workflows",
"version": "1.0.0"
},
"plugins": [
{
"name": "csv-url-parser",
"source": "./plugins/csv-url-parser",
"description": "Parse URLs in CSV files and extract query parameters as new columns",
"version": "1.0.0",
"author": {
"name": "FeedMob Team"
},
"keywords": ["csv", "url", "parsing", "data-processing"],
"category": "data-processing"
},
{
"name": "test-generator",
"source": "./plugins/test-generator",
"description": "Automatically generate high-quality test cases for code changes",
"version": "1.0.0",
"author": {
"name": "FeedMob Team"
},
"keywords": ["testing", "test-generation", "automation", "quality"],
"category": "testing"
},
{
"name": "easy-commit",
"source": "./plugins/easy-commit",
"description": "Streamlined git commit creation with intelligent change analysis",
"version": "1.0.0",
"author": {
"name": "FeedMob Team"
},
"keywords": ["git", "commit", "workflow", "automation"],
"category": "productivity"
},
{
"name": "feedmob-presentations",
"source": "./plugins/feedmob-presentations",
"description": "Create and edit PowerPoint presentations using Python and python-pptx library",
"version": "1.0.0",
"author": {
"name": "FeedMob Team"
},
"keywords": ["ppt", "powerpoint", "presentation", "slides", "office"],
"category": "productivity"
},
{
"name": "direct-spend-visualizer",
"source": "./plugins/direct-spend-visualizer",
"description": "Visualize FeedMob direct spend data as ASCII line charts",
"version": "1.0.0",
"author": {
"name": "FeedMob Team"
},
"keywords": ["visualization", "charts", "spend", "analytics", "feedmob"],
"category": "data-visualization"
}
]
}Follow the Claude Code Plugin Reference for complete development guidelines.
my-plugin/
├── .claude-plugin/
│ └── plugin.json # Required: Plugin manifest
├── commands/ # Optional: Slash commands
│ └── my-command.md
├── agents/ # Optional: Subagents
│ └── my-agent.md
├── skills/ # Optional: Agent Skills
│ └── my-skill/
│ └── SKILL.md
├── hooks/ # Optional: Event handlers
│ └── hooks.json
├── .mcp.json # Optional: MCP servers
├── scripts/ # Optional: Supporting scripts
└── README.md # Plugin documentation{
"name": "my-plugin",
"version": "1.0.0",
"description": "Brief plugin description",
"author": {
"name": "Your Name",
"email": "your@email.com"
},
"repository": "https://github.com/your-org/my-plugin",
"license": "MIT",
"keywords": ["keyword1", "keyword2"]
}We welcome contributions to this marketplace! Here's how to contribute:
- Fork the repository
- Create a new plugin following the structure above
- Add comprehensive documentation in the plugin's README.md
- Test your plugin thoroughly
- Submit a pull request with your plugin
- Follow the Claude Code Plugin Reference
- Include comprehensive documentation
- Test plugins before submission
- Use semantic versioning
- Include appropriate license information
FeedMob is committed to enhancing developer productivity through innovative tools and integrations. This plugin marketplace represents our ongoing effort to provide valuable extensions for the Claude Code ecosystem.
This project is licensed under the MIT License - see the LICENSE file for details.
If you can't add the marketplace or see plugins from it:
-
Verify repository access:
# Test SSH access ssh -T git@github.com # Or test HTTPS access curl -I https://github.com/feed-mob/claude-code-marketplace
-
Check marketplace file exists: Ensure
.claude-plugin/marketplace.jsonexists in the repository root -
Validate JSON syntax:
claude plugin validate .
If the marketplace appears but plugin installation fails:
-
Check plugin sources: Verify that plugin directories contain required files
-
Test individual plugins: Try installing plugins one by one to identify issues
-
Check permissions: Ensure you have access to the repository
# List all marketplaces
/plugin marketplace list
# Update marketplace metadata
/plugin marketplace update feedmob-marketplace
# Remove marketplace
/plugin marketplace remove feedmob-marketplace
# List available plugins
/plugin
# Install specific plugin
/plugin install feedmob-presentations@feedmob-marketplace- Issues: Report bugs or request features via GitHub Issues
- Discussions: Join community discussions in GitHub Discussions
- Documentation: Check individual plugin README files for specific usage instructions
- Claude Code Docs: Plugin Marketplaces Reference
Made with ❤️ by the FeedMob team