Skip to content

Latest commit

 

History

History
282 lines (215 loc) · 10.7 KB

File metadata and controls

282 lines (215 loc) · 10.7 KB

thePlug Header

Pixel Plugin Walker

Typing SVG

Claude Code Marketplace License Curated Open Source

Divider

                    ╔══════════════════════════════════════════════════════════════╗
                    ║  ████████╗██╗  ██╗███████╗██████╗ ██╗     ██╗   ██╗ ██████╗  ║
                    ║  ╚══██╔══╝██║  ██║██╔════╝██╔══██╗██║     ██║   ██║██╔════╝  ║
                    ║     ██║   ███████║█████╗  ██████╔╝██║     ██║   ██║██║  ███╗ ║
                    ║     ██║   ██╔══██║██╔══╝  ██╔═══╝ ██║     ██║   ██║██║   ██║ ║
                    ║     ██║   ██║  ██║███████╗██║     ███████╗╚██████╔╝╚██████╔╝ ║
                    ║     ╚═╝   ╚═╝  ╚═╝╚══════╝╚═╝     ╚══════╝ ╚═════╝  ╚═════╝  ║
                    ║                                                              ║
                    ║         ███╗   ███╗ █████╗ ██████╗ ██╗  ██╗███████╗████████╗ ║
                    ║         ████╗ ████║██╔══██╗██╔══██╗██║ ██╔╝██╔════╝╚══██╔══╝ ║
                    ║         ██╔████╔██║███████║██████╔╝█████╔╝ █████╗     ██║    ║
                    ║         ██║╚██╔╝██║██╔══██║██╔══██╗██╔═██╗ ██╔══╝     ██║    ║
                    ║         ██║ ╚═╝ ██║██║  ██║██║  ██║██║  ██╗███████╗   ██║    ║
                    ║         ╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝   ╚═╝    ║
                    ╚══════════════════════════════════════════════════════════════╝

[ CURATED CLAUDE CODE PLUGIN COLLECTION ]

Power up your AI development workflow with handpicked plugins.


> SYSTEM.INIT

thePlug is a curated marketplace of Claude Code plugins — carefully selected tools that enhance AI-assisted development with powerful new capabilities.

+ Curated plugins      → Quality assured
+ Easy installation    → One command setup
+ Active maintenance   → Regular updates
+ Community driven     → Open contributions
    ┌─────────────────┐
    │  ░░░░░░░░░░░░░  │
    │  ░  PLUGINS  ░  │
    │  ░░░░░░░░░░░░░  │
    │    ◢████◣       │
    │   ◢██████◣      │
    │  ███▓▓▓▓███     │
    │  ██◤    ◥██     │
    │   ▀▀    ▀▀      │
    └─────────────────┘
         ║    ║
    [PLUG_BOT v1.0]

> WORKFLOW.VISUALIZE

╭──────────────────────────────────────────────────────────────────────────────╮
│                                                                              │
│    ┏━━━━━━━━━━━━━┓      ┏━━━━━━━━━━━━━┓      ┏━━━━━━━━━━━━━┓                 │
│    ┃  🔍 BROWSE  ┃ ───▶ ┃  📦 INSTALL ┃ ───▶ ┃  ⚡ ENHANCE ┃                 │
│    ┗━━━━━━━━━━━━━┛      ┗━━━━━━━━━━━━━┛      ┗━━━━━━━━━━━━━┛                 │
│          │                    │                    │                         │
│          ▼                    ▼                    ▼                         │
│    ╔═══════════╗        ╔═══════════╗        ╔═══════════╗                   │
│    ║  Explore  ║        ║   Clone   ║        ║   Power   ║                   │
│    ║  Catalog  ║        ║  & Setup  ║        ║    Up!    ║                   │
│    ╚═══════════╝        ╚═══════════╝        ╚═══════════╝                   │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯

> INSTALL.EXECUTE

⚡ Quick Install (Recommended)
# Add the marketplace
claude plugin marketplace add danielostrow/thePlug

# Install any plugin
claude plugin install <plugin-name>
🔧 Clone Entire Marketplace
# Clone the marketplace
git clone https://github.com/danielostrow/thePlug.git
cd theplug

# Install desired plugin
claude plugins install ./<plugin-name>

> PLUGINS.CATALOG

Plugin Version Description Last Updated
code-health 1.0.0 Comprehensive codebase analysis for security vulnerabilities, technical debt, and dependency health with AI-powered r... 2025-12-17
scrape-studio 1.0.0 Visual AI-powered web scraper creation with dynamic Puppeteer scripts, captcha handling, scheduling, and ETL pipeline... 2025-12-17

> CATEGORIES.INDEX

🔍 DATA EXTRACTION

Scraping • Parsing
ETL Pipelines

🤖 AI TOOLS

Coming Soon

🛠️ DEV UTILS

Coming Soon

> CONTRIBUTE.GUIDE

🚀 Add Your Plugin

  1. Fork this repository
  2. Add your plugin directory with valid .claude-plugin/plugin.json
  3. Add your plugin entry to .claude-plugin/marketplace.json
  4. Run ./scripts/update-readme.sh
  5. Submit a pull request

📋 Requirements

+ .claude-plugin/plugin.json manifest
+ Entry in .claude-plugin/marketplace.json
+ README.md with documentation
+ author.name and repository URL (for contributor profile)
    ┌─────────────────┐
    │   CONTRIBUTE    │
    │   ───────────   │
    │                 │
    │   Fork  →  Add  │
    │     ↓      ↓    │
    │   Test → Submit │
    │                 │
    │  [OPEN SOURCE]  │
    └─────────────────┘

> SCRIPTS.UTIL

# Regenerate the plugin table
./scripts/update-readme.sh

Divider

> CONTRIBUTORS.INDEX

Daniel Ostrow
Daniel Ostrow

scrape-studio, code-health

[ MIT LICENSE ]

Each plugin maintains its own license. See individual directories for details.

Pixel Plugin Walker