Verify any Plexus admin-UI screen or component in the actually running app. Boots the worktree-safe dev stack (`bun run dev:agent`), auto-logs in, and drives a real browser (agent-browser) using the correct port/credentials. Use whenever you edit anything…
mcowger/plexus
SkillsMP has collected 6 skills from mcowger/plexus. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 231
- GitHub forks
- 47
Skills in this repository
Showing 6 of 6 collected skills.
Use this skill to inspect or administer a running Plexus instance through plexuscli. Use it before plexus-rest-api whenever `bun run plexuscli` or `plexuscli` is available; it is the preferred interface for live request/debug-trace/error/system-log review and…
Fallback for inspecting or administering a running Plexus instance with raw REST API calls when plexus-cli is unavailable or cannot support a required operation. Covers the full management surface, including SSE streaming.
A relentless interview that asks every frontier question at once, round by round.
How to safely add or modify database schema in Plexus using Drizzle ORM. Use whenever adding tables, columns, or enum values — covers migration rules, schema organization, and dialect-specific timestamp patterns.
Step-by-step checklist for adding a new quota checker to Plexus. Use whenever asked to implement a new quota checker type — covers backend registration, frontend components, display integration, and common pitfalls.