Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsEngineering › Page 291

Claude Engineering Skills (Page 291 of 432)

Code review, refactoring, testing, DevOps, CI/CD, databases, cloud platforms, and full-stack development skills for Claude Code.

25,907 skills · updated 2026-08-08 · showing 17401–17460 of 25,907 by quality score

Sub-topics:Testing (3,746)Devops (3,537)Architecture (2,930)Backend (2,297)Frontend (1,602)Code Quality (1,340)Languages (1,339)Cloud Platforms (1,189)

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Execute deployment to target environment - supports dry-run mode, captures deployment metrics and logs, handles rollback on failure.
Use when you need to manage project deployments - analyzes project structure to detect deployment targets (Docker, npm, Vercel, etc.), creates .claude/popkit/deploy.json config,…
Emergency rollback to previous deployment version - supports automatic and manual rollback triggers, validates rollback success, and creates incident report.
Use after pop-deploy-init to generate deployment infrastructure files - creates Dockerfiles, docker-compose configs, Kubernetes manifests, CI/CD pipeline workflows, and…
Pre-deployment validation - checks build, tests, security, dependencies, and deployment config against target environment.
Context-aware recommendation engine that analyzes git status, TypeScript errors, GitHub issues, and technical debt to suggest prioritized next actions.
Multi-agent orchestration system using Claude Code's native background agents (2.0.64+) for true parallel collaboration.
E2B Sandbox Manager - Provides safe, isolated environments for code execution and testing. Essential for multi-agent swarms to avoid local file conflicts.
Four-phase debugging: root cause → patterns → hypothesis → implement. For complex bugs, test failures, multi-component issues. NOT for obvious syntax errors.
Check if services are responding on given host:port pairs. Supports TCP and HTTP checks with configurable timeout. Use for service monitoring, health checks, and network debugging.
Multi-agent coordination daemon for coding agents. Use for deterministic port claims, session tracking, salvage, file claims, notes, pub/sub, tuple-space coordination, background…
Render and serialize Portable Text to React, Svelte, Vue, Astro, HTML, Markdown, and plain text. Use when implementing Portable Text rendering in any frontend framework, building…
Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git.
Auto-ingest a geospatial file (GeoJSON, Shapefile, GeoPackage, KML/KMZ, FlatGeobuf, CSV-with-geometry) into a PortalJS portal on the user's own machine, with no server.
Render a GeoJSON dataset on an interactive Leaflet map in the Views section of a dataset's showcase. Installs react-leaflet and a Map component, then renders the map for the…
Recommend a data-portal architecture (storage, compute, catalog, access, hosting, metadata) from your needs, then hand off to the build skills. The advisory entry point.
Deploy a PortalJS portal to PortalJS Arc — Datopian-managed static hosting on Cloudflare. Builds a static export, uploads it, and returns a live .arc.portaljs.com URL.
Migrate (harvest) datasets between open-data platforms. Reads CKAN, a DCAT-US /data.json catalog (DKAN, ArcGIS Hub, data.gov), a DCAT / DCAT-AP RDF feed (JSON-LD, Turtle, or…
Angular 20 conventions for the Alexis Trejo portfolio—standalone components, zoneless SSR, routing, services, file layout, naming, and data patterns.
System-of-systems architecture setup and audit across multiple projects. Use when initializing `.architecture-portfolio` or reviewing duplicated capabilities, project boundary…
Auto-sync GitHub repos to portfolio website. Scans GitHub repos, captures screenshots with Playwright, generates project entries, and updates projects-data.js or Supabase DB.
Auto-loaded context for Portfolio Buddy 2 development. Use for ANY task involving: React 19 development, TypeScript, portfolio analysis features, metrics calculations, trading…
Reuse the Robin Gerth portfolio frontend design system for UI work. Use when creating, refactoring, or reviewing portfolio-like frontend components, sections, pages, cards,…
When the user manages multiple brands, products, or sub-brands and needs portfolio-level strategy. Also use when 'portfolio,' 'budget allocatie,' 'merkenarchitectuur,' 'brand…
E2E testing skill for Pawel Lipowczan portfolio project (Playwright + React/Vite). Use when user wants to create new E2E tests, debug flaky tests, extend test coverage, verify…
Portkey AI gateway — unified LLM API, load balancing, fallbacks, caching, guardrails, observability
portlang - the environment-first agent framework. Use when working with .field files, defining boundaries and verifiers, adding custom tools (shell, Python, MCP), debugging…
Named HTTPS .localhost URLs for local development with portless (v0.10.x). Eliminates port collisions, enables stable URLs for agents, integrates with emulate for API emulation…
Check what's using shella ports (47100-47199). Use when debugging port conflicts or seeing what's running.
Implement POSSE (Publish on Own Site, Syndicate Elsewhere) content distribution with canonical URLs, cross-platform syndication, backfeed collection, and resilient delivery.
Use when a Godot/.NET task needs a Layer 4 overlay completion review after a large refactor, multi-file implementation, or new feature, and the agent must assess layer boundaries,…
Write individual platform-native posts for X, LinkedIn, Instagram, and TikTok — with proper hooks, value-dense bodies, and CTAs optimized to each platform's format, audience, and…
[METHODOLOGY] Post-deploy verification (execute AVP from tech-spec on live environment, verify acceptance criteria from user-spec + tech-spec, pick up deferred criteria from…
Senior reliability engineer producing a per-slice post-deploy verification plan mapping each acceptance criterion to a concrete live signal (exact log query, dashboard panel,…
Generic read-only post-deployment verification workflow for confirming service health, artifact activation, routing, logs, and rollback signals after a deployment action.
Verifying Salesforce deployments succeeded end-to-end after metadata lands in the target org. Covers validation deploys (checkOnly), quick deploy from validated IDs, Apex test…
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3.
PostGIS 是 PostgreSQL 数据库的空间扩展,为关系型数据库添加地理对象支持,提供完整的空间数据类型、空间索引(GiST/SP-GiST/BRIN)、空间关系判断和 1000+ 空间函数,是事实上的开源空间数据库标准。
Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries…
Advanced PostgreSQL patterns for performance optimization, complex queries, indexing strategies, and database design
Use when designing, reviewing, or hardening PostgreSQL backup, point-in-time recovery, and day-2 operational readiness against stated RPO/RTO targets.
Reviews PostgreSQL code for indexing strategies, JSONB operations, connection pooling, and transaction safety.
Choosing a Postgres connection pool mode that matches your workload — pgBouncer session/transaction/statement modes, the prepared-statement story (pgBouncer 1.21+), Supabase…
Use when starting a new PostgreSQL database, picking naming conventions, deciding multi-schema layout, or hardening search_path against SECURITY DEFINER injection.
PostgreSQL expert for query optimization, indexing, extensions, and database administration
Use when a Postgres query is slow, p99 latency regressed after deploy, EXPLAIN ANALYZE output needs interpretation, the planner is choosing the wrong index, dead tuples are…
Use when designing game database schemas, player data models, inventory systems, or working with Drizzle ORM and PostgreSQL for games.
Recommend the right Postgres index for a query or workload — choosing B-Tree vs. GIN vs. BRIN vs. partial/covering/expression, checking for redundant or unused indexes, and…
Use when reviewing or remediating PostgreSQL query and index performance against a stated performance budget.
PostgreSQL-based job queue with priority scheduling, batch claiming, and progress tracking. Use when building job queues without external dependencies.
Use Crystal DBA Postgres MCP Pro for PostgreSQL schema inspection, safe read-only SQL, explain plans, health checks, and index-tuning analysis from Codex.
Query, analyze, and tune PostgreSQL databases through your AI agent with safe access controls. Beyond basic SQL execution, it provides index tuning recommendations, query plan…
Postgres MCP Pro is an open-source MCP server that provides AI agents with PostgreSQL database health analysis, index tuning recommendations, query plan optimization, schema…
PostgreSQL 数据库管理和优化助手。提供完整的数据库操作能力:健康检查、索引优化、查询计划分析、模式查询、SQL 执行。Use when 需要数据库操作、SQL查询、数据存储管理时使用。不适用于数据库架构设计决策。适用于独立开发者、企业团队和自动化工作流场景。Use when…
Expert guidance on using PostgreSQL with Swift. Use when developers mention: (1) PostgreSQL or Postgres in Swift, (2) postgres-nio library, (3) SQL queries in Swift, (4)…
PostgreSQL operations, optimization, and administration. Use for: schema design, index selection, query tuning with EXPLAIN ANALYZE, postgresql.conf configuration, backup and…
PostgreSQL optimization including indexes, query plans, partitioning, JSONB operations, and connection pooling
PostgreSQL patterns for reviewing migrations and writing efficient queries. Use when reviewing Alembic migrations, optimizing queries, or debugging database issues.
High-performance PostgreSQL patterns. Use when optimizing queries, designing for scale, or debugging performance issues.
PostgreSQL performance engineering beyond basic indexing: query plan instability, statistics staleness, EXPLAIN ANALYZE interpretation, GIN index pending list management, extended…
Search all 25,907 Engineering skills →