tech

TECHNOLOGY

Technology domain skills. Use skills in this domain when working with:

agent-protocols
production

>

architecture
production

generating Architecture Decision Records (ADRs) in MADR or Nygard format from decision context and constraints,

aws
production

deploying compute workloads — Lambda serverless functions, ECS Fargate containers, EC2 virtual machines,

aws/ai
production

AWS AI services — Bedrock (Claude, Llama, Titan), SageMaker, Rekognition, Comprehend, Transcribe.

aws/compute
production

AWS compute skill. Use when: (1) deploying serverless functions with Lambda — event-driven, pay-per-invocation,

aws/connect
production

setting up a cloud contact centre — instance creation, phone numbers, hours of operation,

aws/database
production

AWS managed databases — RDS (PostgreSQL/MySQL), DynamoDB, Aurora, ElastiCache (Redis).

aws/messaging
production

AWS messaging — SQS queues, SNS topics, EventBridge event bus, Kinesis data streams.

aws/networking
production

AWS networking — VPC design, Route 53, CloudFront CDN, ALB/NLB load balancers, VPC endpoints.

aws/security
production

AWS security skill. Use when: (1) designing IAM policies — least-privilege roles, resource-based policies,

aws/storage
production

AWS storage — S3 object storage, EBS block storage, EFS file system, Glacier archival.

cisco
production

network infrastructure — IOS/IOS-XE/NX-OS switches and routers, VLANs, spanning tree, routing protocols (OSPF, EIGRP, BGP),

cisco/automation
production

Cisco network automation — Netmiko/NAPALM Python, Ansible, DNA Center REST API, NSO, YANG/NETCONF/RESTCONF.

cisco/collaboration
production

Cisco collaboration — Webex cloud, CUCM on-prem telephony, Unity Connection voicemail, UCCX contact centre.

cisco/networking
production

Cisco switching and routing — IOS/IOS-XE/NX-OS, VLANs, STP, inter-VLAN routing, OSPF, EIGRP, BGP, QoS.

cisco/security
production

Cisco network security — ASA/Firepower NGFW, Umbrella DNS security, ISE identity/NAC, AnyConnect VPN.

cisco/wireless
production

Cisco wireless — Catalyst Wi-Fi (WLC), Meraki cloud-managed, access point deployment, RF design.

claude-code
production

setting up a new Claude Code environment for a client or project,

cloudflare
production

building or deploying Cloudflare Workers or Pages applications,

cloudflare/ai
production

edge inference — Workers AI for fast, cheap classification and routing,

cloudflare/ai/ai-gateway
production

routing all Claude API calls through AI Gateway for token metering and logging,

cloudflare/ai/vectorize
production

building semantic search over skills, documents, or knowledge bases,

cloudflare/ai/workers-ai
production

running LLM inference at the edge with zero cold starts (Llama, Mistral, Phi),

cloudflare/analytics-engine
production

recording token usage, request counts, or latency metrics per client/skill/agent,

cloudflare/d1
production

designing schemas and writing migrations for D1 databases,

cloudflare/durable-objects
production

building real-time collaborative features requiring WebSocket connections,

cloudflare/email
production

triggering AI workflows from inbound email (client briefs, intake forms),

cloudflare/hyperdrive
production

connecting Cloudflare Workers to an external Postgres or MySQL database,

cloudflare/kv
production

storing session tokens, auth state, or user preferences at the edge,

cloudflare/pages
production

deploying frontend apps, marketing sites, or documentation from a Git repo,

cloudflare/queues
production

decoupling AI inference from HTTP request handlers to avoid timeout,

cloudflare/r2
production

storing files, images, documents, or exports uploaded by users,

cloudflare/tunnel
production

connecting 2nth Workers to a client's on-premise ERP, CRM, or database without opening firewall ports,

cloudflare/workers
production

building edge API handlers, middleware, or proxies in TypeScript/JavaScript,

cloudflare/workers-for-platforms
production

building a platform where YOUR customers deploy their own Workers into your infrastructure,

cloudflare/workflows
production

orchestrating multi-step AI agent pipelines that must survive Worker restarts,

design
production

design systems — tokens, theming, dark/light modes, the consistency layer,

discord
production

building a Discord bot that receives slash commands and responds via Interactions Endpoint,

elevenlabs
production

generating realistic speech from text — TTS with 70+ languages, emotional control, streaming,

github
production

automating repositories — create, update, branch, tag via REST API,

google
production

authenticating any Google API — gcloud CLI, service accounts, workload identity, OAuth 2.0 with PKCE,

google/cloud
production

deploying compute — Cloud Run (serverless containers), Cloud Functions (events), GKE (Kubernetes), Compute Engine (VMs),

google/cloud/ai
production

GCP AI/ML skill. Use when: (1) running Gemini models (gemini-2.5-pro, gemini-2.5-flash, gemini-2.0-flash) via Vertex AI,

google/cloud/compute
production

GCP compute skill. Use when: (1) deploying serverless containers on Cloud Run — scale-to-zero, pay per request,

google/cloud/data
production

GCP data platform skill. Use when: (1) querying or loading data in BigQuery — serverless analytics, per-TB on-demand or capacity,

google/cloud/database
production

GCP database skill (stub). Use when: (1) running managed Postgres/MySQL/SQL Server on Cloud SQL,

google/cloud/networking
production

GCP networking skill (stub). Use when: (1) designing VPC networks — subnets, routes, firewalls, VPC peering,

google/cloud/security
production

GCP security skill (stub). Use when: (1) modelling Cloud IAM policies — principals, roles, conditions, policy-simulator,

google/cloud/storage
production

GCP storage skill (stub). Use when: (1) storing objects in Cloud Storage — buckets, lifecycle, versioning, signed URLs,

google/workspace
production

reading, sending, or labelling email through the Gmail API,

google/workspace/admin
production

Workspace Admin SDK skill (stub). Use when: (1) provisioning users and groups via Directory API,

google/workspace/calendar
production

Google Calendar API skill (stub). Use when: (1) creating events via events.insert with Google Meet auto-generation,

google/workspace/drive
production

Google Drive API skill (stub). Use when: (1) creating, reading, or updating files/folders via Drive API v3,

google/workspace/gmail
production

Gmail API skill. Use when: (1) reading, searching, or listing messages/threads via users.messages.list + get,

google/workspace/sheets
production

Google Sheets API skill (stub). Use when: (1) reading cell ranges or whole sheets via values.get / values.batchGet,

meta
production

building WhatsApp Business automation — receiving and sending messages via Cloud API,

meta/instagram
production

receiving and processing inbound Instagram DMs in a Cloudflare Worker,

meta/whatsapp
production

receiving and processing inbound WhatsApp messages in a Cloudflare Worker,

microsoft
production

calling Azure OpenAI, Azure AI Agent Service, or Azure AI Foundry from Cloudflare Workers,

microsoft/azure-ai
production

calling Azure OpenAI (GPT-4o, o3, embeddings) from Cloudflare Workers via REST,

ollama
production

running open-weight models locally — Llama 3, Mistral, Gemma, Phi, Qwen, DeepSeek with zero cloud cost,

ollama/api
production

calling Ollama from TypeScript/Python/curl — generate, chat, embed endpoints,

ollama/deployment
production

running Ollama in Docker — containerised inference with GPU passthrough,

ollama/modelfile
production

baking a system prompt permanently into a model — so callers don't need to pass it,

ollama/models
production

choosing the right open-weight model for a task — size vs quality vs speed trade-offs,

slack
production

building a Slack bot or app that receives events and replies in channels or DMs,

x
production

monitoring mentions and keywords in real-time via the filtered stream in a Cloudflare Worker,

zoho
production

reading or writing CRM data — Leads, Contacts, Accounts, Deals via Zoho CRM API v8,