From learning-with-court
Live survey of all repos, feature backlog, and API health. Use at the start of a working session or any time you want the full project picture.
npx claudepluginhub learning-with-court/learning-with-court --plugin learning-with-courtThis skill uses the workspace's default tool permissions.
Run the following checks and report a structured summary. Run git checks and health checks in parallel.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Run the following checks and report a structured summary. Run git checks and health checks in parallel.
For each repo path below, run these three commands:
git -C <path> branch --show-currentgit -C <path> status --shortgit -C <path> log --oneline @{u}..HEAD 2>/dev/null | wc -l | tr -d ' 'Repo paths (relative to the workspace root at /Users/courtschuett/GitHub/schuettc/learning-with-court-base, or use absolute paths):
learning-with-courtlearning-with-court-platformlearning-with-court-workshopslearning-with-court-mcp-workshopRead docs/features/DASHBOARD.md from the workspace root (/Users/courtschuett/GitHub/schuettc/learning-with-court-base/docs/features/DASHBOARD.md) and extract:
for url in https://mcp.workshop.institute/health https://mcp-dev.workshop.institute/health; do
code=$(curl -sS -o /dev/null -w '%{http_code}' --max-time 5 "$url")
echo "$url $code"
done
Print this structure to the terminal:
=== learning-with-court status (<date> <time>) ===
REPOS
learning-with-court <branch> <clean | N dirty> <N ahead | up-to-date>
learning-with-court-platform <branch> <clean | N dirty> <N ahead | up-to-date>
learning-with-court-workshops <branch> <clean | N dirty> <N ahead | up-to-date>
learning-with-court-mcp-workshop <branch> <clean | N dirty> <N ahead | up-to-date>
FEATURES
In progress : <list of "id — name" or "none">
Backlog : <N items — top: "name (priority)">
Completed : <N> features shipped
HEALTH
mcp.workshop.institute <200 ✓ | XXX ✗>
mcp-dev.workshop.institute <200 ✓ | XXX ✗>