{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "moshcode",
  "description": "moshcode's own Claude Code plugins — the pit's slash commands, in your engine",
  "owner": {
    "name": "moshcoder",
    "url": "https://moshcode.sh"
  },
  "plugins": [
    {
      "name": "stocks",
      "description": "Equity research slash commands backed by advis0r.com: scored reports, extracted signals, transcript search, company-name lookup, and ranked watchlists.",
      "source": "./plugins/stocks",
      "category": "productivity",
      "author": {
        "name": "moshcoder",
        "url": "https://moshcode.sh"
      },
      "homepage": "https://github.com/moshcoder/moshcode#stocks",
      "keywords": ["stocks", "equity", "research", "markets", "advis0r"]
    },
    {
      "name": "crypto",
      "description": "Crypto market data slash commands backed by advis0r.com: live prices, technical scores, order books, OHLCV history and sparklines across Alpaca's US crypto venue.",
      "source": "./plugins/crypto",
      "category": "productivity",
      "author": {
        "name": "moshcoder",
        "url": "https://moshcode.sh"
      },
      "homepage": "https://github.com/moshcoder/moshcode#crypto",
      "keywords": ["crypto", "bitcoin", "markets", "prices", "advis0r"]
    },
    {
      "name": "timer",
      "description": "Track time against projects from inside your engine, backed by @profullstack/timer: start and stop a clock, log time you forgot, and report billable hours with the agent count that priced them.",
      "source": "./plugins/timer",
      "category": "productivity",
      "author": {
        "name": "moshcoder",
        "url": "https://moshcode.sh"
      },
      "homepage": "https://github.com/profullstack/timer#readme",
      "keywords": ["timer", "time-tracking", "billable", "hours", "profullstack"]
    },
    {
      "name": "billing",
      "description": "Turn tracked hours into an invoice, backed by @profullstack/billing: clients, rate cards written as contract sentences, agent-hour arithmetic, and invoices rendered to HTML you can print to PDF.",
      "source": "./plugins/billing",
      "category": "productivity",
      "author": {
        "name": "moshcoder",
        "url": "https://moshcode.sh"
      },
      "homepage": "https://github.com/profullstack/billing#readme",
      "keywords": ["billing", "invoice", "clients", "rates", "profullstack"]
    }
  ]
}
