github jeremylongshore/claude-code-plugins-plus-skills v3.1.0
v3.1.0: Advanced AI Plugins - Multi-Agent Orchestration & Travel Intelligence

latest releases: v4.14.0, v4.13.0, v4.12.0...
3 months ago

🎯 Release Highlights

This release brings advanced AI-powered plugins to the marketplace, focusing on multi-agent orchestration, automated workflows, and intelligent travel planning. The hub now offers 224 total plugins (up from 221).


✨ What's New

🔌 New Plugins (3)

1. ai-sdk-agents - Multi-Agent Orchestration

  • Category: AI/ML
  • Features:
    • Multi-agent systems with AI SDK v5 (beta)
    • Agent handoffs, routing, and coordination
    • Cross-provider support (OpenAI, Anthropic, Google)
    • 3 commands: /ai-agents-setup, /ai-agent-create, /ai-agents-test
    • 1 orchestrator agent for multi-agent coordination
  • Install: /plugin install ai-sdk-agents@claude-code-plugins

2. ai-commit-gen - AI Commit Messages

  • Category: Productivity
  • Features:
    • Single-command conventional commits: /commit
    • Analyzes git diff and generates 3 options (concise, detailed, comprehensive)
    • Follows conventional commits spec
    • Zero configuration required
  • Install: /plugin install ai-commit-gen@claude-code-plugins

3. travel-assistant - Intelligent Travel Companion ⭐

  • Category: Productivity (Featured)
  • Features:
    • 6 Commands: /travel, /weather, /currency, /timezone, /itinerary, /pack
    • 4 AI Agents: travel-planner, weather-analyst, local-expert, budget-calculator
    • Real-time APIs: OpenWeatherMap, ExchangeRate-API, WorldTimeAPI
    • Auto-hooks: Weather on destination mention, currency on price mention
    • Complete trip planning: weather forecasts, budget breakdowns, AI itineraries, smart packing lists
    • Multi-city support with geographic clustering
  • Install: /plugin install travel-assistant@claude-code-plugins

📊 Plugin Ecosystem

Total Plugins: 224 (was 221)

Category Breakdown:

  • Plugin Packs: 4 packs (62 components)
  • MCP Plugins: 5 plugins (21 tools)
  • AI/ML: 26 plugins
  • API Development: 25 plugins
  • Security: 25 plugins
  • DevOps: 25 plugins
  • Crypto: 25 plugins
  • Database: 25 plugins
  • Testing: 25 plugins
  • Performance: 25 plugins
  • Productivity: 4 plugins
  • AI Agency: 6 plugins

🏗️ Repository Improvements

Structure Cleanup

  • Organized development docs into archive/development-docs/ (14 files)
  • Moved plugin pack releases to archive/releases/ (4 ZIP files)
  • Consolidated utility scripts to scripts/utilities/ (3 scripts)
  • Cleaner root directory with only essential files

Documentation Updates

  • Updated all version references to 3.1.0
  • Refreshed README badges and plugin counts
  • Enhanced changelog with comprehensive release notes
  • Updated marketplace website metadata

🚀 Quick Start

Install New Plugins

```bash

Multi-agent orchestration

/plugin install ai-sdk-agents@claude-code-plugins

AI commit messages

/plugin install ai-commit-gen@claude-code-plugins

Intelligent travel planning

/plugin install travel-assistant@claude-code-plugins
```

Example Usage

AI SDK Agents:
```bash
/ai-agents-setup my-project # Initialize multi-agent system
/ai-agent-create research # Create specialized research agent
/ai-agents-test # Test agent handoffs
```

AI Commit Gen:
```bash

Make your changes, then:

/commit # Claude analyzes diff and offers 3 commit message options
```

Travel Assistant:
```bash
/travel "Tokyo, Japan" --days 7 --budget 3000 # Complete trip plan
/weather Paris --days 14 # 14-day forecast
/currency 1000 USD EUR --budget # Budget breakdown
/itinerary "Barcelona" --interests "food,art" # AI itinerary
```


🔧 Technical Details

Components Added

  • 10 new commands: 6 travel + 3 AI agents + 1 commit
  • 5 new AI agents: 4 travel specialists + 1 multi-agent orchestrator
  • 3 API scripts: Weather, currency, timezone fetching
  • 2 auto-hooks: Weather trigger, currency trigger

Dependencies

  • AI SDK v5 (beta) for multi-agent orchestration
  • Real-time API integrations (OpenWeatherMap, ExchangeRate-API, WorldTimeAPI)
  • Conventional commits specification compliance

📈 Release Metrics

  • New Plugins: 3
  • Total Plugins: 224
  • Components Added: 20 (10 commands + 5 agents + 3 scripts + 2 hooks)
  • Repository Cleanup: 21 files organized into archives
  • Documentation Updates: 5 files (VERSION, CHANGELOG, README, marketplace JSONs)

🌟 Featured Plugin: Travel Assistant

The travel-assistant plugin is our most comprehensive plugin to date with 15 total components:

Commands (6):

  • /travel - Complete travel planning (weather + budget + itinerary + packing)
  • /weather - Real-time forecasts with packing recommendations
  • /currency - Exchange rates with budget optimization
  • /timezone - Multi-city time coordination
  • /itinerary - AI-powered day-by-day plans
  • /pack - Weather-optimized packing lists

AI Agents (4):

  • travel-planner - Master orchestrator
  • weather-analyst - Meteorological expert
  • local-expert - Cultural guide with hidden gems
  • budget-calculator - Financial optimization

Real-time APIs (3):

  • OpenWeatherMap - 7-14 day forecasts
  • ExchangeRate-API - Live currency rates
  • WorldTimeAPI - Timezone information

Auto-Hooks (2):

  • Auto-fetch weather when destinations mentioned
  • Auto-convert currency when prices mentioned

Perfect for: Travel planning, budget optimization, multi-city trips, digital nomads


🔐 Security & Quality

  • ✅ All plugins validated with `./scripts/validate-all.sh`
  • ✅ No hardcoded secrets or credentials
  • ✅ Comprehensive README documentation for each plugin
  • ✅ MIT licensed
  • ✅ Tested locally before release

🎯 What's Next

Planned for v3.2.0:

  • More AI-powered productivity plugins
  • Enhanced MCP server capabilities
  • Community plugin submissions
  • Advanced integration examples

📚 Resources

Documentation

Community

Support


🙏 Acknowledgments

Thank you to the Claude Code community for your continued support and feedback!

Contributors: Jeremy Longshore
AI Assistant: Claude (Anthropic)
Release Date: October 12, 2025


Install the marketplace:
```bash
/plugin marketplace add jeremylongshore/claude-code-plugins
```

Star the repo if you find it useful! ⭐

Don't miss a new claude-code-plugins-plus-skills release

NewReleases is sending notifications on new releases.