Recurring per-area refactoring review routine. Audits one area of the Overlord codebase (backend, core, cli, webapp, desktop, database, agent-surfaces, platform-services) for structural decay — oversized modules, duplication, leaked layering, dead code — and…
cooperativ-labs/Overlord
SkillsMP has collected 17 skills from cooperativ-labs/Overlord. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 17
- GitHub stars
- 4
- GitHub forks
- 1
Skills in this repository
Showing 17 of 17 collected skills.
Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket.
Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket.
Reviews product surface alignment across API routes, CLI commands, MCP tools, agent plugins, docs/public, and the CLI README to identify drift in functions, parameters, and capabilities.
Use this skill when working with database types, running type generation, or helping developers build custom Kysely types on top of the generated schema.
Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket.
Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket.
Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket.
Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket.
Overview of the Neon platform for apps and agents, spanning Postgres, Auth, Data API, and the new services: Object Storage, Compute Functions, and AI Gateway. Use whenever "Neon" is mentioned for an overview of how to work with Neon and how to get started.…
Points to the user-facing documentation and reference example for Overlord's mission-data webhooks feature. Invoke when building, debugging, or explaining a webhook consumer, when asked how to receive mission events (delivery, status change, blocked) outside…
Configuring Progressive Web Apps (PWA) with Vite and Serwist for offline support, push notifications, and home screen installation.
Conducts comprehensive code reviews identifying poor practices, inefficiencies, potential bugs, security vulnerabilities, and provides recommendations for making code DRYer and more maintainable. Use when reviewing files, PRs, or code quality.
Standardized workflow for conducting external-facing security audits of Overlord product surfaces and documenting them in root-level dated reports.
Instructions for AI agents on how to use create, update, remove, and otherwise modify skills using the Overskill CLI
Ensures Zod v4 patterns are used correctly throughout the codebase. Apply when creating or modifying validation schemas, form schemas, or any Zod validators. Enforces v4 syntax and prevents deprecated v3 patterns.
Enforce the Overlord component interaction contract. Invoke before any cross-module implementation or change that touches a component interface.