~/web4w3local-marketplaceTool
local-marketplace — README.md
cat README.md

# Local Marketplace

A local catalog of plugins and skills for Claude Code. Provides a discoverable, browsable marketplace of reusable automation components — hooks, monitors, and skills — that extend Claude Code's capabilities without leaving your terminal.

cat local-marketplace/ARCHITECTURE.md

## How It Works

The marketplace is a structured directory of Claude Code plugins, skills, and monitors. Each item has a metadata file describing its purpose, usage, and dependencies. The skills-browse skill lets Claude discover and install items interactively. Plugins drop into .claude/plugins and are picked up by Claude Code automatically.

Local Marketplace
    ├── plugins/      ← Claude Code plugin directories
    ├── skills/       ← Markdown skill files
    ├── monitors/     ← Background monitor scripts
    └── config.json   ← Catalog metadata
local-marketplace --demo

## Screenshots

local-marketplace — browse
  /skills-browse

   Web4W3 Local Marketplace
   ─────────────────────────────────────────────
   PLUGINS (3)
   ▶  jira-assignment-watcher   Monitor new Jira assignments
      brotherhood               Cross-machine Claude messaging
      daily-digest              Morning news + email summary

   SKILLS (8)
   ▶  commit-push-pr            Commit, push, open PR
      jira-check               Poll Jira assignments
local-marketplace — install skill
  /skills-browse install commit-push-pr

   Installing skill: commit-push-pr
   ✓  Copied to .claude/skills/commit-push-pr.md
   ✓  Skill available as /commit-push-pr

   Usage:
   /commit-push-pr   Commit staged changes, push, open PR
grep -n "## Features" local-marketplace/README.md

## Features

  • +Browsable skill catalog
  • +Plugin discovery and management
  • +Monitor integrations
  • +Local-first — your own catalog
local-marketplace --compare

## vs. The Field

FeatureLocal Marketplacenpm packagesDotfiles / shell scripts
Claude Code native format
Skill + plugin + monitorpartial
Browsable in-terminal
No build step
Hooks integrationpartial
cd local-marketplace && cat INSTALL.md

## Installation

1

Clone the marketplace

Clone the repo to a local directory.

git clone <local-marketplace-repo> ~/.web4w3/marketplace
2

Register the skills-browse skill

Copy or symlink the skills-browse skill so Claude can discover it.

cp skills/skills-browse.md ~/.claude/skills/skills-browse.md
3

Browse and install

Open Claude Code and use the skill to discover and install items.

/skills-browse
cat local-marketplace/package.json | jq '.dependencies | keys'

## Tech Stack

Claude Code SkillsClaude Code PluginsClaude Code Hooks