Film, cut, and deliver a short teaser/demo video of any app by driving it with Playwright and editing with ffmpeg - storyboard, authenticated capture, PII review, animated title cards, MP4 + GIF. Use for "make a teaser", "record a demo video", "product launch…
suxrobGM/logistics-app
SkillsMP has collected 17 skills from suxrobGM/logistics-app. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 17
- GitHub stars
- 187
- GitHub forks
- 60
Skills in this repository
Showing 17 of 17 collected skills.
Add a new tool to the AI agents (dispatch and copilot). Use when the user wants to give an agent a new capability (e.g., "add a tool that returns load board listings older than 24h"). Walks through the one file that must change, the domain folder to pick, and…
Review and clean up the given file(s)/folder(s)/module(s): rate organization, find dead code, duplication, coupling, over-engineering, deep nesting, structural issues, and bad comments, then produce and execute a phased refactor plan. Trigger on "clean up X",…
Add a new page or route to a portal app (tms-portal, admin-portal, customer-portal) - folder, lazy route, permission, and sidebar entry. Use when adding a screen to an existing feature or a new feature area in the frontend, without necessarily adding a…
Creates EF Core migrations for master or tenant databases. Use when adding new entities, modifying existing ones, or changing relationships. Follow the workflow to ensure correct migration generation and application.
Add a new LLM provider or model to the AI dispatch system. Use when adding a new model from an existing provider (e.g., a new Claude version) or wiring up a new OpenAI-compatible endpoint. Walks through the places that must change to keep pricing, quotas, and…
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism,…
Add a recurring or on-demand Hangfire background job (nightly sync, reminder sweep, cleanup, quarter close). Use when work must run on a schedule or outside a request - e.g. "sync fuel card transactions nightly", "email drivers whose licence expires in 30…
Add a third-party integration provider - a new ELD (Samsara/Motive/Geotab-style), load board (DAT/Truckstop), fuel card (WEX/EFS), or accounting (QuickBooks) vendor, or a whole new integration family. Use when wiring an external vendor API into the platform.…
Add a new permission (a Permission.X.View / .Manage pair) and wire it to roles, controllers, and the Angular guard. Use when a new feature needs its own access control, or an existing one needs a Review/Sync verb. Covers the reflection contract in…
Add a new plan-gated tenant feature flag (e.g. "ContainerTracking", "AdvancedAnalytics") that can be toggled per-tenant and gated by subscription plan tier. Use when adding a feature that should be: locked for some plans, opt-in per tenant, or…
Add a new external webhook receiver (Stripe, ELD, custom integration). Use when wiring an inbound webhook from a third-party service. Codifies signature validation, idempotency, audit logging, and the WebhookController + Modules/Integrations/Webhooks/Commands…
Create GitHub issues from user requirements, a PRD document, or conversation context, and add them to a GitHub Project with priority, size, and type fields.
Refactor existing code without changing behavior - split oversized files, extract duplicates, simplify over-engineered patterns. Use when files exceed size thresholds, code is duplicated 4+ times, or has speculative abstractions, dead options, or wrapper…
Best practices for Remotion - Video creation in React
Scaffold a full vertical slice for a new domain feature in LogisticsX - entity, EF configuration, migration, command/query handlers, controller, DTO/mapper, Angular page, and feature-map row. Use when the user asks to add a new top-level feature (e.g., "add a…
Angular 22 Signal Forms (@angular/forms/signals) API reference and recipes for this repo - form()/FormField/FormRoot/submit(), validators and error kinds, nested objects and arrays, disabled/readonly/hidden logic, async and server-side validation, and writing…