Back to categories
Category

Agent Skills in category: Uncategorized

72183 skills match this category. Browse curated collections and explore related Agent Skills.

wordpress-plugin-fundamentals

Modern WordPress plugin development with PHP 8.3+, OOP architecture, hooks system, database interactions, and Settings API

bobmatnyc
bobmatnyc
112

wordpress-security-validation

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

bobmatnyc
bobmatnyc
112

wordpress-testing-qa

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

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

netlify-deployment-platform

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

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

vercel-teams-billing

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

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

asyncio

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

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

sqlalchemy-orm

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

bobmatnyc
bobmatnyc
112

django-framework

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

bobmatnyc
bobmatnyc
112

fastapi-local-dev

FastAPI dev/prod runbook (Uvicorn reload, Gunicorn)

bobmatnyc
bobmatnyc
112

flask

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

bobmatnyc
bobmatnyc
112

pytest

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

bobmatnyc
bobmatnyc
112

mypy

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

bobmatnyc
bobmatnyc
112

pyright-type-checker

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

bobmatnyc
bobmatnyc
112

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.

bobmatnyc
bobmatnyc
112

clap

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

bobmatnyc
bobmatnyc
112

rust-desktop-applications

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

bobmatnyc
bobmatnyc
112

axum

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

bobmatnyc
bobmatnyc
112

tauri-event-system

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

bobmatnyc
bobmatnyc
112

trpc-type-safety

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

bobmatnyc
bobmatnyc
112

turborepo

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

bobmatnyc
bobmatnyc
112

typescript-core

Advanced TypeScript patterns and best practices for 2025

bobmatnyc
bobmatnyc
112

drizzle-migrations

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

bobmatnyc
bobmatnyc
112

drizzle-orm

Type-safe SQL ORM for TypeScript with zero runtime overhead

bobmatnyc
bobmatnyc
112

kysely

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

bobmatnyc
bobmatnyc
112

prisma-orm

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

bobmatnyc
bobmatnyc
112

Page 1386 of 1444 · 72183 results