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

Claude Engineering Skills (Page 336 of 391)

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

23,448 skills · updated 2026-07-24 · showing 20101–20160 of 23,448 by quality score

Sub-topics:Testing (3,407)Devops (3,295)Architecture (2,599)Backend (2,005)Frontend (1,506)Languages (1,253)Code Quality (1,216)Cloud Platforms (1,079)

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

Use when you have variable-length MS/MS peak lists (m/z arrays and intensity arrays) that must be fed into a transformer architecture for tasks like compound identification or…
Preflight reference for HuggingFace snapshots — what vLLM, sglang, and transformers.generate see at runtime.
Run Hugging Face models in JavaScript or TypeScript with Transformers.js in Node.js or the browser.
Use when integrating Hugging Face Transformers.js (Xenova/transformers) for in-browser or in-Node inference, debugging quantized model loading, building bi-encoder / cross-encoder…
Transit Least Squares (TLS) algorithm for detecting exoplanet transits in light curves. Use when searching for transiting exoplanets specifically, as TLS is more sensitive than…
Plan and execute language-to-language server or application migrations with behavior parity. Use when porting modules, services, APIs, or runtimes between programming languages;…
Comprehensive expert on TravelPay payment processing API with deep domain knowledge, workflow expertise, and production-ready code generation capabilities
Architecting crawl and scraping systems — distributed crawler topology, URL frontier, politeness, and compliance. Architecture-only (no execution code).
Use when implementing any task using Test-Reinforced Development — separates test writing (Overseer) from implementation (Executor) with anti-cheating enforcement.
trdsql is a CLI tool that executes SQL queries directly on CSV, LTSV, JSON, YAML, and TBLN files. It supports PostgreSQL and MySQL syntax, can join data across multiple files and…
Query Dutch Railways (NS) for train departures, trip planning, disruptions, and station search via the trein CLI.
Bootstrap project-specific Trellis coding specs with a platform-neutral single-agent workflow. Use when creating or refreshing .trellis/spec guidelines, analyzing a codebase with…
Captures executable contracts and coding conventions into .trellis/spec/ documents. Use when learning something valuable from debugging, implementing, or discussion that should be…
Trellis is a collection of Ansible playbooks for provisioning and deploying WordPress LEMP stack servers.
Manages Trello boards, lists, and cards via the Trello REST API. Use when the user wants to create cards, move tasks between lists, list boards, add comments, archive cards, or…
Triage a bug or issue by exploring the codebase to find root cause, then create a GitHub issue with a TDD-based fix plan.
Applied BCI research and neuro-informed content optimization using Meta's TRIBE v2 brain encoder. Predicts neural responses to media, UI, and content without brain scanners —…
Trigger.dev expert for background jobs, AI workflows, and reliable async execution with excellent developer experience and TypeScript-first design.
Trigger.dev is an open-source platform for building and deploying long-running background tasks, AI agents, and durable workflows in TypeScript.
Drafts U.S. commercial triple-net (NNN) lease agreements from deal materials. Triggers on term sheets, LOIs, or due-diligence packets where rent, taxes, insurance, and maintenance…
Display addons for Triptych — Python modules that generate dark-themed output (matplotlib, plotly, LaTeX, HTML, images).
Triton Inference Config - Auto-activating skill for ML Deployment. Triggers on: triton inference config, triton inference config Part of the ML Deployment skill category.
Write, debug, and optimize Triton and Gluon GPU kernels using local source code, tutorials, and kernel references.
Answer questions about Tactical RMM (TRMM) — an open-source remote monitoring and management platform.
Diagnose and fix MCP server connection issues zwischen Claude Code, Claude Desktop, and MCP servers. Umfasst Windows argument parsing, Authentifizierung failures, transport…
Proactively detect and diagnose DAPR runtime issues based on error patterns, log analysis, and common misconfigurations.
Invoke when debugging failures, diagnosing unexpected behavior, or investigating test failures. Contains project-specific failure modes, diagnostic workflows, and known issues.
tRPC enables developers to build fully typesafe APIs in TypeScript without schemas, code generation, or runtime bloat.
Migrate a TensorRT build from weak typing (deprecated 10.12, removed 11.0) to strong typing — across Python INetworkDefinition builders, the trtexec CLI, and C++ builder code.
Best practices for contributing code to TensorRT-LLM. Covers the official contribution process (issue tracking, fork workflow, DCO signing), coding guidelines, implementation…
Upgrade flashinfer-python version in TensorRT-LLM. Fetches the latest releases from GitHub (stable and nightly), compares with the current pinned version, lets the user pick a…
Review, design, and refactor TensorRT-LLM PyTorch MoE code for architecture fit, clean code, maintainability, and testability.
Use this when: set up an SMB or NFS share, my ZFS pool shows errors, automate dataset snapshots, replicate data to another NAS, fix dataset permissions for Docker containers, my…
Drafts an Assignment of Property to Trust document transferring assets from a grantor into a revocable or irrevocable trust.
Ensure designs define trust boundaries, authn/authz responsibilities, and propagation of identity/claims across services.
Helping users form warranted trust in the AI — neither overtrust nor undertrust — through deliberate confidence and source signalling.
Generate a public-facing security trust page from scan data. Produces a single deployable index.html that shows compliance framework scores, security policies, infrastructure…
Capture a confident agent claim (Phase 1) or resolve one as right/wrong (Phase 2) in vault/memory/TRUST_DECAY.md. Builds the longitudinal record of agent calibration over time.
Verify Einstein Trust Layer configuration for the target org and per-agent settings. Checks PII masking, FLS enforcement on grounding queries, zero-data-retention agreements with…
Remove pattern filters that second-guess RL model predictions. Trigger when: (1) signals show past threshold but status is HOLD, (2) pattern filter blocks model signals, (3)…
Build credibility through evidence, not claims. Patterns for social proof, testimonials, logo walls, case studies, and security badges.
The Beamix R3.x security model for agent-to-agent trust: HMAC signature verification, nonce replay prevention, sentinel-bracketed spec parsing, and issuer allowlists.
Negative fixture for the gate-conformance suite: valid v8 frontmatter with a complete grounding block, except one declared truth source path points at a file that does not exist.
Build and deploy AI agents with Cloudbase Agent (TypeScript), a TypeScript SDK implementing the AG-UI protocol.
Audit TypeScript and React code against expert-level best practices from 9 Total TypeScript library references.
A skill designed to assist in building TypeScript applications by providing guidance on project structure, component design, state management, and best practices for development.
A skill designed to review TypeScript code for quality, maintainability, and adherence to best practices, providing feedback and recommendations for improvement.
Test and debug APIs with Hoppscotch. Use when a user asks to test API endpoints, debug REST/GraphQL/WebSocket APIs, create API collections, or find a Postman alternative that's…
Use when authoring TypeScript libraries or npm packages - covers project setup, package.json exports, build tooling (tsdown/unbuild), API design patterns, type inference tricks,…
TypeScript Compiler API via ts-morph for structural code manipulation. Navigate class/interface/function AST nodes, add/remove/rename declarations, batch refactor across a…
ACTIVATE when designing TypeScript classes, value objects, collections, or when the user asks about object design, encapsulation, Tell Don't Ask, or Symbol.iterator.
Review TypeScript/React code for type safety, hooks correctness, state management, and conventions
Expert knowledge for generating TypeScript type declarations from Rust types with ts-rs (derive macros, export workflows, serde compatibility, and ecosystem feature flags).
Use for TypeScript structure/code review, TS PR review, architecture boundary review, type-contract drift, error-handling review, duplication/shape drift review, and test…
对比原版 TS renderer 组件(`../claude-devtools/src/renderer/`)与 Rust 版 Svelte 组件(`ui/src/`)的功能 / 样式 / 交互差距,输出差异报告 + 移植建议。**仅**用户显式 `/ts-ui-compare <组件名>`…
Test-Spec Driven Development (TSDD): tests are the durable specification, TDD is the operating discipline, prose carries only Why, and `CLAUDE.md` stays a navigation map.
TSDoc documentation conventions for night-orch TypeScript code, adapted from Vendis YARD rules
Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats,…
Supabase patterns for storage, realtime, and db integration. Use when handling uploads, signed URLs, Realtime publications, or combining Supabase with Drizzle.
Set up testing utilities for TUI components with ink-testing-library and Bubble Tea testing.
Search all 23,448 Engineering skills →