JP
Community@jpmoya
JP's skill registry centers on Cloudflare Workers, Zero Trust, and Sandbox development, plus Next.js deployment, email operations, and full-stack debugging.
Agent Skills by JP
Showing 26 vetted skills indexed across 1 GitHub repositories.
sandbox-migrate-to-next
Migrates Cloudflare Sandbox apps from stable SDK to the @next 1.0 preview.
cloudflare-one-migrations
Plan migrations from Zscaler, Palo Alto, and legacy VPN platforms to Cloudflare One.
integration-nextjs-app-router
Integrates PostHog analytics, user identification, and error tracking into Next.js App Router applications.
portal-changelog
Posts user-facing changelog summaries of deployed portal changes to Slack channels.
create-memory
Writes persistent memory files as concise rule cards with strict frontmatter and formatting constraints.
durable-objects
Build, debug, and review Cloudflare Durable Objects code for persistent state and coordination.
wrangler
Run and troubleshoot Wrangler CLI commands for Cloudflare Workers deployment and configuration.
agents-sdk
Build, debug, and review Cloudflare Agents SDK applications using the agents package.
living
Appends terse, agent-readable session summaries to a project's living.md file.
deploy
Commits all changes, pushes to the remote, and confirms deployment.
cloudflare
Recommends Cloudflare products and routes implementation tasks to product-specific references and documentation.
cloudflare-one
Designs, configures, and troubleshoots Cloudflare One Zero Trust and SASE deployments.
quality-gate
Enforces unit tests and performance checks for backend and frontend code changes.
cloudflare-email-service
Implement and troubleshoot Cloudflare Email Sending and Email Routing integrations.
sandbox-stable
Build and maintain Cloudflare Sandbox apps on the stable @cloudflare/sandbox package.
nextjs-on-cloudflare
Build, migrate, and deploy Next.js applications on Cloudflare Workers using vinext.
send-email
Sends Gmail messages only after explicit user approval of the exact final email.
workers-best-practices
Review and write Cloudflare Workers code against current APIs, configuration, and runtime best practices.
sandbox-sdk
Build sandboxed code execution environments on Cloudflare Workers using the Sandbox SDK.
integration-nextjs-pages-router
Integrates PostHog analytics, error tracking, and user identification into Next.js Pages Router applications.
fullstack-bug-fixing
Diagnose and fix bugs in React, FastAPI, and Capacitor apps through a six-phase root-cause workflow.
sandbox-next
Build and maintain Cloudflare Sandbox apps on the @cloudflare/sandbox@next 1.0 preview SDK.
frontend-design
Generate distinctive production-grade frontend interfaces with bold typography, color, and motion design.
web-perf
Audit website performance, Core Web Vitals, and network requests using Chrome DevTools traces.
Frequently Asked Questions About JP
FAQPage SchemaWhat tasks can I accomplish with jpmoya's skill registry?▼
You can build and debug Cloudflare Workers, Durable Objects, Agents SDK apps, and Sandbox code-execution environments; migrate to Cloudflare One Zero Trust; deploy Next.js on Workers via vinext; integrate PostHog analytics; configure Turnstile bot verification and Email Routing; audit web performance; and fix React plus FastAPI full-stack bugs.
Who is the target audience for these skills?▼
Platform and full-stack engineers working on Cloudflare's developer platform, plus JP's personal operations. Personas include Workers and Sandbox developers, network engineers planning SASE migrations, frontend developers optimizing Core Web Vitals, and maintainers of React/FastAPI apps with Capacitor mobile builds.
How do I deploy a Next.js app on Cloudflare using these skills?▼
Load the nextjs-on-cloudflare skill, install vinext's upstream skills with `npx skills add cloudflare/vinext` if missing, then follow the applicable skill and docs for setup, migration, or deployment. Use the wrangler skill for Worker configuration and the deploy skill to commit, push, and confirm deployment.
Are these skills open source and what do they cost?▼
The manifest specifies licensing only for frontend-design, which directs users to complete terms in its LICENSE.txt. PostHog integration skills are authored by PostHog at version 1.9.4. No other licensing or pricing terms are stated in the manifest, so costs depend on the underlying Cloudflare and PostHog services used.
What prerequisites or dependencies do these skills require?▼
Dependencies include the Wrangler CLI for Worker projects, the @cloudflare/sandbox stable or @next packages for Sandbox apps, the agents package for Agents SDK work, vinext for Next.js on Workers, and the gws CLI for sending email from JP's accounts. The send-email skill is enforced by an email-send-guard hook blocking bypass attempts.