← all publishers

platformplatform

@platformplatform source repo

19 published skills

  1. E2e · platformplatform
    Run end-to-end Playwright tests via the developer CLI.
    0
    installs
  2. Lint · platformplatform
    Lint code via the developer CLI - backend (.NET via JetBrains inspectcode), frontend (oxlint), and the developer CLI itself.
    0
    installs
  3. Test · platformplatform
    Run backend (.NET) xUnit unit and integration tests via the developer CLI.
    0
    installs
  4. Commit · platformplatform
    Commit Workflow
    0
    installs
  5. Format · platformplatform
    Auto-format code via the developer CLI - backend (.NET via JetBrains cleanupcode), frontend (oxfmt + oxlint --fix), and the developer CLI itself.
    0
    installs
  6. Rebrand · platformplatform
    Apply a downstream brand to a PlatformPlatform fork. Edits one config file, drops in eight supplied logo assets, renames the solution and CLI to the new brand, and rotates UserSecretsId across every csproj. Skips all other source files. Use once per downstream fork after cloning, or to re-flip a brand later.
    0
    installs
  7. DB Query · platformplatform
    Query the local Postgres database of the active Aspire worktree via psql.
    0
    installs
  8. Create Prd · platformplatform
    Create PRD Workflow
    0
    installs
  9. Aspire Stop · platformplatform
    Stop the .NET Aspire AppHost and its Docker containers via the developer CLI. Defaults to the current worktree; supports stopping all worktrees or a specific base port.
    0
    installs
  10. Ultra Review · platformplatform
    Ultra Review Workflow
    0
    installs
  11. Fix E2e Tests · platformplatform
    Systematically fix all failing E2E tests using a phased diagnostic approach. Classifies tests as passing, flaky, or permanently failing, then fixes them one by one with progressive scope expansion.
    0
    installs
  12. Aspire Restart · platformplatform
    Start or restart the .NET Aspire AppHost via the developer CLI. Always use this, never the developer CLI's `run` command, `aspire run`, or `aspire restart`.
    0
    installs
  13. Rebuild Branch · platformplatform
    Rebuild a stale branch by cherry-picking each commit onto a fresh branch off main, using a ralph-loop to validate each commit (build, test, format, lint, optional e2e) before moving on. Use when a branch has gone stale, has merge conflicts with main, or needs to be split out of a long-lived feature branch.
    0
    installs
  14. Team Interrupt · platformplatform
    Send an interrupt signal to a working team agent. Use when an agent is actively running and you need to send it a message without having to wait until it has processed all other messages.
    0
    installs
  15. Upgrade Packages · platformplatform
    Upgrade all backend (.NET/NuGet), frontend (npm), and GitHub Actions dependencies to their latest versions, in that fixed order. Drives the developer CLI's update-packages command, parses its quiet dry-run output to separate trivial bumps from majors, ships trivial bumps as one bulk commit per side, and gives every major (and any code/config change) its own clean commit. Detects required toolchain installs (e.g. a new .NET SDK that needs sudo) and asks the user to run them up front so the backend upgrades first. Fixes the CLI itself when it produces a wrong outcome.
    0
    installs
  16. Create Pull Request · platformplatform
    Create Pull Request Workflow
    0
    installs
  17. Enhanced Message Context · platformplatform
    Provide additional context for messages based on the codebase and the context of the message to improve the quality of the translations.
    0
    installs
  18. Swc Plugin Compatibility · platformplatform
    Diagnose and fix Lingui SWC plugin compatibility errors with Next.js, Rspack, or other SWC runtimes. Use when seeing errors like "failed to invoke plugin", "failed to run Wasm plugin transform", "out of bounds memory access", or "LayoutError" during builds with @lingui/swc-plugin.
    0
    installs
  19. Pull Platformplatform Changes · platformplatform
    Pull unmerged PlatformPlatform pull requests into a downstream project by cherry-picking each one onto the platformplatform-updates branch. Renames commits to "PlatformPlatform PR N - title" per the existing convention. Drives a ralph-loop that validates each commit (build, test, format, lint, optional e2e) before moving on. Use in downstream projects that have PlatformPlatform configured as the upstream remote.
    0
    installs