Skip to main content

Skills in this repository

merceralex397-collab/meta-skill-engineering - Page 5

SkillsMP has collected 606 skills from merceralex397-collab/meta-skill-engineering. Open a skill to review its source and details.

merceralex397-collab/meta-skill-engineering

Showing 40 of 606 collected skills.

occupation
Software Developers
description

Initialize and use Firebase client SDK (v9 modular) and Admin SDK for Firestore CRUD, Auth flows, Cloud Storage, real-time listeners, transactions, batch writes, and Cloud Functions. Use when writing addDoc/getDoc/setDoc/updateDoc/deleteDoc calls, setting up…

updated
occupation
Software Developers
description

Configure and develop on Firebase — set up Authentication providers, write Firestore security rules, deploy Hosting sites, build Cloud Functions, manage Storage buckets, and test with the Emulator Suite. Use when working with firebase.json, Firestore rules,…

updated
occupation
Computer Occupations, All Other
description

Encodes Node.js/TypeScript patterns for building AI agents — tool registration, bounded subprocess execution, state management, and safe MCP server transport. Trigger on "Node.js agent", "TypeScript MCP server", "tool registration pattern", "agent…

updated
occupation
Software Developers
description

Write React components with TypeScript using discriminated unions, generic props, and forwardRef. Use when typing component props, creating generic reusable components, forwarding refs with proper types, or fixing TS errors in React code. Do not use for…

updated
occupation
Software Developers
description

Implement WebSocket servers and clients with correct connection lifecycle, heartbeat/ping-pong, room/channel patterns, authentication on upgrade, reconnection with exponential backoff, and message serialization. Covers ws (Node.js), websockets (Python),…

updated
occupation
Web Developers
description

Scaffold a new Next.js application with App Router, TypeScript, and modern defaults. Covers project creation, directory structure, routing setup, and initial configuration. Use when starting a new web application project, creating a React-based frontend with…

updated
occupation
Software Developers
description

Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency…

updated
occupation
Software Developers
description

Implements authentication, session, token, and authorization patterns for the current stack. Trigger on 'add auth', 'JWT', 'OAuth', 'login endpoint', 'session management', 'API key auth'. DO NOT USE for OWASP hardening checklists (use security-hardening),…

updated
occupation
Software Developers
description

Guides Go HTTP API development: net/http handler patterns, middleware chaining (stdlib and chi/gorilla), context.Context propagation, structured error handling, graceful shutdown with signal trapping, dependency injection via struct receivers, database/sql…

updated
occupation
Software Developers
description

Cross-compile Go/Rust binaries and automate releases with GoReleaser or cargo-dist. Use when setting up cross-compilation, configuring GoReleaser, stripping binaries, or publishing artifacts with checksums. Do not use for Homebrew/deb/rpm packaging (prefer…

updated
occupation
Software Developers
description

Provision and configure AWS services — write IAM policies, manage S3 buckets, build Lambda functions, deploy with CDK or CloudFormation, wire API Gateway, configure DynamoDB tables, and set up CloudWatch alarms. Use when tasks involve AWS console/CLI…

updated
occupation
Software Developers
description

Provision and operate GCP services — deploy to Cloud Run, query BigQuery datasets, configure IAM roles and service accounts, manage GCS buckets, wire Pub/Sub topics, set up Cloud Build pipelines, and push to Artifact Registry. Use when tasks involve gcloud…

updated
occupation
Software Developers
description

Write and manage Terraform infrastructure — author HCL modules, configure providers and backends, manage state files, run plan/apply workflows, detect drift, and structure multi-environment deployments. Use when creating or editing .tf files, debugging…

updated
occupation
Software Developers
description

Designs and implements asynchronous job processing with queues, workers, retries, and scheduling. Use when implementing Celery tasks, BullMQ processors, Sidekiq workers, configuring retry policies, setting up dead-letter queues, designing idempotent jobs,…

updated
occupation
Network & Computer Systems Administrators
description

Configure Nginx as a web server and reverse proxy. Covers static file serving, reverse proxy to upstream services, SSL/TLS termination with Let's Encrypt, location blocks, load balancing, rate limiting, and security headers. Use when serving static files in…

updated
occupation
Network & Computer Systems Administrators
description

Configure reverse proxy patterns across multiple tools including Nginx, Traefik, and ShinyProxy. Covers WebSocket proxying, path-based and host-based routing, SSL termination, and Docker label auto-discovery. Use when routing multiple services behind a single…

updated
occupation
Software Developers
description

Create general-purpose Dockerfiles for Node.js, Python, Go, Rust, and Java projects. Covers base image selection, dependency installation, user permissions, COPY patterns, ENTRYPOINT vs CMD, and .dockerignore. Use when containerizing an application for the…

updated
occupation
Software Developers
description

Create multi-stage Dockerfiles that separate build and runtime environments for minimal production images. Covers builder/runtime stage separation, artifact copying, scratch/distroless/alpine targets, and size comparison. Use when production images are too…

updated
occupation
Software Developers
description

Create a Dockerfile for R projects using rocker base images. Covers system dependency installation, R package installation, renv integration, and optimized layer ordering for fast rebuilds. Use when containerizing an R application or analysis, creating…

updated
occupation
Network & Computer Systems Administrators
description

Automate Proxmox VE management via pvesh, qm, pct, and vzdump CLI tools. Use when scripting VM/container creation, managing storage pools, automating backups with vzdump, or querying cluster status via pvesh. Do not use for generic Linux admin (prefer…

updated
occupation
Network & Computer Systems Administrators
description

Provision and operate self-hosted infrastructure — configure VPS instances, write systemd service units, set up Nginx or Caddy reverse proxies, automate backups, configure firewall rules, and wire monitoring with Prometheus or similar. Use when deploying to…

updated
occupation
Software Developers
description

Design serverless architectures using Lambda, Cloud Functions, or Workers — handle cold starts, configure event triggers, implement fan-out patterns, wire step functions and state machines, and keep functions stateless with external state stores. Use when…

updated
occupation
Network & Computer Systems Administrators
description

Set up a local Kubernetes development environment using kind, k3d, or minikube for fast inner-loop development. Covers cluster creation, ingress configuration, local registry setup, and integration with development tools like Skaffold and Tilt for automatic…

updated
occupation
Network & Computer Systems Administrators
description

Deploy and configure a service mesh (Istio or Linkerd) to enable secure service-to-service communication, traffic management, observability, and policy enforcement in Kubernetes clusters. Covers installation, mTLS configuration, traffic routing, circuit…

updated
occupation
Software Developers
description

Create production-ready Helm charts for Kubernetes application deployment with templating, values management, chart dependencies, hooks, and testing. Covers chart structure, Go template syntax, values.yaml design, chart repositories, versioning, and best…

updated
occupation
Software Developers
description

Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during…

updated
occupation
Network & Computer Systems Administrators
description

Audit and repair Claude Code discovery symlinks for skills, agents, and teams. Compares registries against .claude/ directories at project and global levels, detects missing, broken, and extraneous symlinks, distinguishes almanac content from external…

updated
occupation
Software Developers
description

Detect missing glyphs, icons, and HD variants by comparing registries against glyph mapping files, icon directories, and manifests. Reports gaps for skills, agents, and teams across all palettes.

updated
occupation
Project Management Specialists
description

Trigger — "groom the backlog", "close stale tickets", "split this epic", "re-prioritize tickets", "backlog health check", "find duplicate issues", "triage open tickets". Skip — when the user is creating new tickets (not maintaining existing ones), when the…

updated
occupation
Computer Occupations, All Other
description

Trigger — "set run budget", "agent keeps running too long", "add timeout to agent", "stop runaway agent", "checkpoint the run", "pause execution", "rollback last run". Skip — when the task is a single short command (under 30 seconds), when the user is…

updated
occupation
Software Developers
description

Write and fix Bash scripts with correct quoting, error handling, and ShellCheck compliance. Use when writing shell scripts, fixing shell quoting bugs, automating CLI tasks with Bash, or adding set -euo pipefail safety. Do not use for Python/Go CLI apps…

updated
occupation
Software Developers
description

Plan and execute cloud deployments using blue-green, canary, or rolling strategies with health checks, rollback triggers, and promotion gates. Use when deploying services to any cloud provider, designing deployment pipelines, or adding rollback and…

updated
occupation
Software Developers
description

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

updated
occupation
Software Developers
description

Stage, commit, and amend changes with conventional commit messages. Covers reviewing changes, selective staging, writing descriptive commit messages using HEREDOC format, and verifying commit history. Use when saving a logical unit of work to version control,…

updated
occupation
Software Developers
description

Deploy and configure an API gateway (Kong or Traefik) to handle API traffic management, authentication, rate limiting, request/response transformation, and routing. Covers plugin configuration, upstream services, consumer management, and integration with…

updated
occupation
Software Developers
description

Configure a Git repository with proper .gitignore, branch strategy, commit conventions, hooks, and remote setup. Covers initial setup and common patterns for R, Node.js, and Python projects. Use when initializing version control for a new project, adding a…

updated
occupation
Software Developers
description

Structured GitHub issue creation from review findings or task breakdowns. Groups related findings into logical issues, applies labels, and produces issues with standard templates including summary, findings, and acceptance criteria. Designed to consume output…

updated
occupation
Computer & Information Systems Managers
description

Design sustainable on-call rotations with balanced schedules, clear escalation policies, fatigue management, and handoff procedures. Minimize burnout while maintaining incident response coverage. Use when setting up on-call for the first time, scaling a team…

updated
occupation
unclassified
description

Implement policy-as-code enforcement using OPA Gatekeeper or Kyverno to validate and mutate Kubernetes resources according to organizational policies. Covers constraint templates, admission control, audit mode, reporting violations, and integrating with CI/CD…

updated
occupation
Software Developers
description

Applies safe local-only git hygiene for status inspection, diff review, commit crafting, and non-destructive history usage. Trigger on "git commit", "git status", "branch management", "commit message", "diff review". Do NOT use for release-engineering…

updated
Showing 40 of 606 collected skills.