← all publishers

JordanChoo

@jordanchoo source repo

31 published skills

  1. Rch · jordanchoo bundle
    Offload cargo/gcc/bun builds to remote workers. Use when compilation slow, "[RCH] local" in stderr, workers unhealthy, hook silent, sync fails, disk pressure, or SSH/daemon/telemetry recovery.
    0
    installs
  2. Web Perf · jordanchoo
    Audit, diagnose, or optimize website loading and interaction performance, Core Web Vitals, and Lighthouse performance scores.
    0
    installs
  3. Agents Sdk · jordanchoo bundle
    Build, debug, or review Cloudflare Agents SDK applications using the agents package.
    0
    installs
  4. Cloudflare · jordanchoo bundle
    Discover and choose Cloudflare products for apps, APIs, AI agents, storage, networking, and security. Use for architecture and product selection, including when the user describes a need without naming a Cloudflare product; then find the relevant skill or documentation.
    0
    installs
  5. Cloudflare One · jordanchoo
    Design, configure, troubleshoot, or review Cloudflare One Zero Trust and SASE deployments. Use cloudflare-one-migrations for migration planning from other vendors.
    0
    installs
  6. Turnstile Spin · jordanchoo bundle
    Set up, repair, or migrate to Cloudflare Turnstile bot verification in an existing frontend and backend, including server-side Siteverify.
    0
    installs
  7. Durable Objects · jordanchoo bundle
    Build, debug, or review Cloudflare Durable Objects code for persistent state and coordination.
    0
    installs
  8. Workers Best Practices · jordanchoo bundle
    Cloudflare Workers best practices for production applications. Use when writing, reviewing, or configuring Workers.
    0
    installs
  9. Cloudflare Email Service · jordanchoo bundle
    Implement or troubleshoot Cloudflare Email Sending and Email Routing integrations and their delivery configuration.
    0
    installs
  10. Cloudflare One Migrations · jordanchoo
    Assess and plan migrations from existing VPN, SWG, or SASE platforms to Cloudflare One, including policy mapping, parity gaps, and rollout.
    0
    installs
  11. Dsr · jordanchoo
    Doodlestein Self-Releaser - fallback release infrastructure for when GitHub Actions is throttled. Local builds, cross-platform releases, supply chain security. Use when: GH Actions slow, local release, build hosts, dsr command.
    0
    installs
  12. Ntm · jordanchoo bundle
    Spawn, attach, and broadcast to multi-agent tmux sessions via the `ntm` CLI (Named Tmux Manager). Use when the user asks to "spawn agents", "send to all agents", "attach to a session", "set up a multi-agent project", or runs into the common `ntm` papercuts (projects_base / `/tmp` confusion, session-name required, CASS duplicate-check failures, rate-limit crashes from too many concurrent agents).
    0
    installs
  13. Sbh · jordanchoo
    Disk-pressure defense for AI coding workloads. Use when: disk full, low space, ballast, cleanup, scan artifacts, emergency, sbh daemon, sbh status.
    0
    installs
  14. Ubs · jordanchoo bundle
    Run UBS (Ultimate Bug Scanner) on changed files before committing. Use when: pre-commit quality gate, the user mentions "ubs", "bug scan", "security scan", or when AGENTS.md / CLAUDE.md instructs agents to run UBS before committing. Handles scoping, output parsing, false-positive triage, .ubsignore management, and the fix-rerun loop.
    0
    installs
  15. Casr · jordanchoo
    Cross Agent Session Resumer. Convert and resume sessions across Claude Code, Codex, Gemini, and other providers.
    0
    installs
  16. Cass · jordanchoo bundle
    Search the user's past Claude/Codex/Gemini coding sessions via the `cass` CLI. Use when the user asks to recall prior work — "find that conversation about X", "what did I do last week", "search my history for the auth bug", "show recent sessions in this repo", or anytime the answer requires context from a previous session that isn't in the current conversation. Also handles `cass` health diagnostics, index rebuilds, and follow-up file/line lookups.
    0
    installs
  17. Directus · jordanchoo bundle
    Discipline for self-hosted Directus headless CMS projects with row-level multitenancy, custom extensions, and Directus-backed frontend builds. Use when the repo has docker-compose with `directus/directus`, an `extensions/` folder, `@directus/sdk` or `@directus/extensions-sdk` in deps, a `snapshot.yaml` / schema migration file, or the user mentions Directus, collections, flows, hooks/endpoints/operations, filter rules, permissions, policies, schema snapshots, `PUBLIC_URL`, or `CORS_ORIGIN`. Encodes the row-level tenant pattern, frontend offline/cache fallback, self-hosted env triage, extension discipline, schema-promotion workflow, and recurring traps seen in real sessions.
    0
    installs
  18. Wrangler · jordanchoo
    Run or troubleshoot Wrangler CLI commands and configure Worker projects for local development, deployment, and Cloudflare resource management.
    0
    installs
  19. Astro Site · jordanchoo
    Discipline for Astro v5 static-site projects (Tailwind v4, MDX, content collections, sitemap, RSS). Use when the repo has astro.config.{mjs,ts}, src/content.config.ts, or `astro` in deps; when adding content collections, pages, redirects, or sitemap entries; when migrating a site from WordPress or another platform; when debugging Astro build/check failures. Encodes the canonical layout, content schema patterns, sitemap filter, redirect handling, and Tailwind v4 conventions used across this user's Astro template lineage.
    0
    installs
  20. Cloud Build · jordanchoo bundle
    Discipline for Google Cloud Build CI/CD. Use when the repo contains `cloudbuild.yaml` / `cloudbuild.*.yaml` / `.gcloudignore`, when running `gcloud builds submit` or `gcloud builds triggers ...`, when authoring or debugging a Cloud Build pipeline, when wiring CB to Artifact Registry, Cloud Run, Cloud Run Jobs, GKE, or Firebase deploys, or when the user mentions cloudbuild, build triggers, build steps, substitutions, or build pools. Encodes the schema, the trigger surface, the user-SA + logging trap, secret manager wiring, DAG step ordering (waitFor), substitutions ($$ escaping + dynamic), and the scry-style gold-standard multi-stage pipeline.
    0
    installs
  21. Agent Mail Ops · jordanchoo bundle
    Diagnose and recover Agent Mail when agents report "AM is down", MCP Agent Mail is disconnected, the health_check tool is red (corrupt SQLite), or local configs drift away from the managed endpoint. Use when checking `agent-mail.service`, `127.0.0.1:8765`, rogue `mcp-agent-mail serve` processes, split-brain caused by manual servers, a failed nightly `am` update, or a mailbox rebuild from the git archive.
    0
    installs
  22. Cf Rust Worker · jordanchoo
    Build, configure, and deploy Rust-based Cloudflare Workers compiled to WebAssembly. Covers wrangler.toml setup, worker crate versions, build toolchain (rustup + worker-build + wasm32-unknown-unknown), local dev with wrangler dev, secrets management, and Cloudflare dashboard deployment. Use when creating a new Rust Worker, debugging build failures, or deploying via CLI or the CF dashboard UI.
    0
    installs
  23. Firebase Stack · jordanchoo
    Discipline for Firebase + GCP projects (Firestore, Functions, Hosting, Storage, Auth, Cloud Tasks, Cloud Scheduler, Secret Manager, BigQuery). Use when the repo contains firebase.json / firestore.rules / firestore.indexes.json, when running `firebase deploy`, editing rules or indexes, working with emulators, provisioning GCP infra, or rotating secrets. Enforces emulator-first testing, rules-test-before-deploy, index/query consistency, secrets hygiene, and scripted pre-flight gates.
    0
    installs
  24. Process Triage · jordanchoo
    Triage system processes with the `pt` wrapper and choose safe remediation. Use when diagnosing runaway processes, comparing `pt scan` and `pt deep-scan`, or using `pt agent` plan/apply workflows.
    0
    installs
  25. Firebase Basics · jordanchoo bundle
    Bootstrap and product reference for any Firebase project — CLI login, project selection, MCP wiring, and authoritative Firebase product docs (core concepts, CLI, client/admin SDKs, IaC, IAM/security). Use at the start of work on a Firebase repo, when you need to look up a Firebase product concept, or when setting up the Firebase MCP server. For deploy/rules/secrets discipline see `firebase-stack`. For emulator-backed testing see `firebase-emulator-e2e-harness`.
    0
    installs
  26. Bd To Br Migration · jordanchoo bundle
    Migrate docs from bd (beads) to br (beads_rust). Use when updating AGENTS.md, converting bd commands, "bd sync" → "br sync --flush-only", or beads migration.
    0
    installs
  27. Playwright Testing · jordanchoo
    Discipline for Playwright end-to-end tests. Use when the repo has `@playwright/test` in deps, a `playwright.config.{ts,cjs}`, a `tests/e2e/` directory, or the user mentions e2e, flaky tests, selectors, traces, or Playwright. Enforces selector hierarchy, fixtures-first imports, no-mock policy in protected paths, emulator-only project IDs, trace-on-failure artifact discipline, and structured flake triage.
    0
    installs
  28. Schema Change Rollout · jordanchoo bundle
    Roll out schema changes safely across storage, types, APIs, jobs, UI, exports, and tests. Use when adding, renaming, removing, or reinterpreting fields or entities that must stay compatible across mixed versions during a migration window.
    0
    installs
  29. Shared Skill Authoring · jordanchoo bundle
    Create or update shared skills for both Claude and Codex from the canonical repo at `~/src/acfs-agent-skills`. Use when adding a new skill, editing an existing skill, fixing skill drift, or installing skills across both harnesses without editing `~/.claude/skills` or `~/.codex/skills` directly.
    0
    installs
  30. Async State Machine Hardening · jordanchoo bundle
    Harden async workflows with queues, webhooks, cron jobs, pollers, retries, and multi-stage state transitions. Use when designing or reviewing status machines, dedupe behavior, idempotency, retry semantics, partial-failure handling, or race-prone background processing.
    0
    installs
  31. Firebase Emulator E2e Harness · jordanchoo bundle
    Build or repair deterministic E2E and integration harnesses around Firebase emulators. Use when Playwright, Vitest, or similar tests need seeded Auth, Firestore, Storage, or Functions state without depending on live Firebase services.
    0
    installs