Skip to content

Scaffold marketplace plugin with skills, hooks, mcps, and generator #1

Scaffold marketplace plugin with skills, hooks, mcps, and generator

Scaffold marketplace plugin with skills, hooks, mcps, and generator #1

name: Check marketplace is in sync
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Verify .claude-plugin/ and .marketplace/ are up to date
run: node scripts/generate-marketplace.mjs --check