Skip to main content

这个仓库中的 skills

merceralex397-collab/meta-skill-engineering - 第 5 页

SkillsMP 已收集 merceralex397-collab/meta-skill-engineering 中的 606 个 Skill。打开任一 Skill 可查看来源和详情。

merceralex397-collab/meta-skill-engineering

已展示 40 / 606 个已收集 Skill。

职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
其他计算机职业
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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),…

原文语言:英语

更新
职业分类
网页开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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),…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

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…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

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…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

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…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
项目管理专家
描述

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…

原文语言:英语

更新
职业分类
其他计算机职业
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
计算机与信息系统经理
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
已展示 40 / 606 个已收集 Skill。