Back to authors
bobmatnyc

bobmatnyc

156 Skills published on GitHub.

wordpress-security-validation

Security-first WordPress development with nonces, sanitization, validation, and escaping to prevent XSS, CSRF, and SQL injection vulnerabilities.

UncategorizedView skill →

wordpress-testing-qa

WordPress plugin and theme testing with PHPUnit integration tests, WP_Mock unit tests, PHPCS coding standards, and CI/CD workflows

UncategorizedView skill →

better-auth-authentication

Better Auth authentication flows for TypeScript apps. Use when enabling email/password auth, configuring social providers, or implementing sign-up, sign-in, and verification flows.

UncategorizedView skill →

better-auth-core

Better Auth core setup for TypeScript apps. Use when configuring the Better Auth instance, wiring server handlers and client instances, working with sessions, or calling server-side auth APIs.

UncategorizedView skill →

better-auth-integrations

Better Auth framework integrations for TypeScript. Use when wiring route handlers in Next.js, SvelteKit, Remix, Express, Hono, or other web frameworks.

UncategorizedView skill →

better-auth-plugins

Better Auth plugin system for TypeScript. Use when adding advanced auth features (2FA, magic link, passkey, username, JWT, organizations) via server and client plugins.

UncategorizedView skill →

supabase-backend-platform

Supabase open-source Firebase alternative with Postgres, authentication, storage, and realtime subscriptions. Use when building full-stack applications requiring integrated backend services with Next.js, React, or Vue.

UncategorizedView skill →

neon-serverless-postgres

Neon serverless Postgres with autoscaling, instant database branching, and zero-downtime deployments. Use when building serverless applications, implementing database branching for dev/staging, or deploying with Vercel/Netlify.

UncategorizedView skill →

digitalocean-agentic-cloud

DigitalOcean Gradient AI agentic cloud and AI platform for building, training, and deploying AI agents on GPU infrastructure with foundation models, knowledge bases, and agent routes. Use when planning or operating AI agents on DigitalOcean.

UncategorizedView skill →

digitalocean-compute

DigitalOcean compute services covering Droplets, App Platform, Functions, Kubernetes (DOKS), GPU Droplets, and Bare Metal GPUs. Use when selecting or provisioning compute for applications, containers, or serverless workloads.

UncategorizedView skill →

digitalocean-containers-images

DigitalOcean containers and images including Container Registry, preconfigured images, and custom images. Use when building, storing, or deploying container images or Droplet images on DigitalOcean.

UncategorizedView skill →

digitalocean-managed-databases

DigitalOcean Managed Databases for PostgreSQL, MySQL, Redis, MongoDB, Kafka, OpenSearch, and Valkey. Use when provisioning, scaling, or operating managed database clusters on DigitalOcean.

UncategorizedView skill →

digitalocean-management

DigitalOcean management services for monitoring, uptime checks, and resource organization with Projects. Use when setting up observability, alerts, and operational visibility on DigitalOcean.

UncategorizedView skill →

digitalocean-networking

DigitalOcean networking services including VPC, firewalls, load balancers, reserved IPs, DNS, IPv6, and NAT gateway. Use when designing or securing network connectivity for DigitalOcean workloads.

UncategorizedView skill →

digitalocean-overview

DigitalOcean platform overview for account setup, projects, tooling (Control Panel, doctl, API, Terraform), and service selection across compute, storage, databases, networking, management, and teams. Use when onboarding or planning DigitalOcean usage.

UncategorizedView skill →

digitalocean-storage

DigitalOcean storage services including Spaces object storage, Volumes block storage, NFS, Snapshots, and Backups. Use when selecting or managing storage for DigitalOcean workloads.

UncategorizedView skill →

digitalocean-teams

DigitalOcean Teams and Organizations for billing, access control, roles, and membership. Use when managing team structure, permissions, and organization-wide billing on DigitalOcean.

UncategorizedView skill →

netlify-deployment-platform

Netlify JAMstack deployment platform with serverless functions, forms, and identity

UncategorizedView skill →

vercel-ai

Vercel AI platform guidance covering AI SDK, AI Gateway, Vercel Agent, and MCP. Use when building AI-powered or agentic workloads on Vercel.

UncategorizedView skill →

vercel-deployments-builds

Vercel deployment lifecycle for builds, deployments, previews, release phases, and rollback. Use when configuring build output, deployment workflows, or release controls on Vercel.

UncategorizedView skill →

vercel-functions-runtime

Vercel Functions and Edge Runtime, including cron jobs and routing middleware. Use when building APIs, serverless workloads, or scheduled tasks on Vercel.

UncategorizedView skill →

vercel-networking-domains

Vercel networking and routing for domains, DNS, redirects, rewrites, headers, CDN, edge cache, and regions. Use when configuring routing or traffic behavior on Vercel.

UncategorizedView skill →

vercel-observability

Vercel observability for Web Analytics, Speed Insights, logs, tracing, alerts, and observability tooling. Use when monitoring performance or debugging production behavior on Vercel.

UncategorizedView skill →

vercel-overview

Vercel platform overview for onboarding, projects, CLI, Git integration, environment variables, project configuration, REST API, and webhooks. Use when planning or operating workloads on Vercel.

UncategorizedView skill →

vercel-security-access

Vercel security and access controls including RBAC, SSO, deployment protection, firewall, bot defense, audit logs, and 2FA. Use when securing Vercel projects or managing access.

UncategorizedView skill →

vercel-storage-data

Vercel data and storage services including Postgres, Redis, Vercel Blob, Edge Config, and data cache. Use when selecting data storage or caching on Vercel.

UncategorizedView skill →

vercel-teams-billing

Vercel account, team, and billing management including plans and spend controls. Use when managing teams, accounts, or cost governance on Vercel.

UncategorizedView skill →

datadog-observability

Full-stack observability with Datadog APM, logs, metrics, synthetics, and RUM. Use when implementing monitoring, tracing, alerting, or cost optimization for production systems.

UncategorizedView skill →

asyncio

Python asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, and FastAPI async patterns

UncategorizedView skill →

celery

Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Django, Flask, and FastAPI integration.

UncategorizedView skill →

sqlalchemy-orm

SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic

UncategorizedView skill →

django-framework

Django full-featured Python web framework with batteries included (ORM, admin, auth)

UncategorizedView skill →

fastapi-local-dev

FastAPI dev/prod runbook (Uvicorn reload, Gunicorn)

UncategorizedView skill →

flask

Flask - Lightweight Python web framework for microservices, REST APIs, and flexible web applications with extensive extension ecosystem

UncategorizedView skill →

pytest

pytest - Python's most powerful testing framework with fixtures, parametrization, plugins, and framework integration for FastAPI, Django, Flask

UncategorizedView skill →

mypy

mypy - Static type checker for Python with gradual typing, strict mode, Protocol support, and framework integration

UncategorizedView skill →

pyright-type-checker

Pyright fast Python type checker from Microsoft with VS Code integration and strict type checking modes

UncategorizedView skill →

pydantic

Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management.

UncategorizedView skill →

clap

Build production Rust CLIs with Clap: subcommands, config layering, validation, exit codes, shell completions, and testable command surfaces

UncategorizedView skill →

rust-desktop-applications

Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives

UncategorizedView skill →

axum

Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing

UncategorizedView skill →

tauri-event-system

Advanced Tauri event patterns for bidirectional communication, streaming data, window-to-window messaging, and custom event handling

UncategorizedView skill →

trpc-type-safety

tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety

UncategorizedView skill →

turborepo

High-performance monorepo build system with intelligent caching, task orchestration, and parallel execution for multi-package repositories and microservices.

UncategorizedView skill →

typescript-core

Advanced TypeScript patterns and best practices for 2025

UncategorizedView skill →

drizzle-migrations

Migration-first database development workflow using Drizzle ORM for TypeScript/J...

UncategorizedView skill →

drizzle-orm

Type-safe SQL ORM for TypeScript with zero runtime overhead

UncategorizedView skill →

kysely

Kysely type-safe SQL query builder - End-to-end type safety from schema to queries, migrations, transactions, plugins

UncategorizedView skill →

prisma-orm

Prisma ORM for TypeScript - Type-safe database toolkit with schema-first development, auto-generated client, migrations, relations, and Prisma Studio

UncategorizedView skill →

fastify

Production Fastify (TypeScript) patterns: schema validation, plugins, typed routes, error handling, security hardening, logging, testing with inject, and graceful shutdown

UncategorizedView skill →

Page 2 of 4 · 156 results