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

Languages (Page 19 of 22)

1277 Claude Code skills in the Languages sub-category of Engineering.

1,277 skills · updated 2026-07-27 · showing 1081–1140 of 1,277 by quality score

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

TypeScript development best practices, code quality tools, and documentation templates. Activated when working with .ts, .tsx files or TypeScript projects.
Generates comprehensive TypeScript documentation using JSDoc, TypeDoc, and multi-layered documentation patterns for different audiences.
TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.
TypeScript functional programming. Use for pure functions, immutability, composition. Favors ternaries, switch, map/filter/reduce over imperative code.
TypeScript coding guidelines for Node.js ESM projects. Apply when editing `.ts` files with Node.js or ESM patterns. Use for async functions, module imports, type safety, linting.
Systematic workflow for auditing TypeScript codebases for import hygiene issues (value vs. type imports, duplicates), missing base class extensions, and incomplete barrel file…
Write effective JSDoc comments for TypeScript code. Provides guidance on documentation format, strategic placement, best practices, and when to document versus when to keep code…
Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.
TypeScript language server providing type checking, code intelligence, and LSP diagnostics for .ts, .tsx, .js, .jsx, .mts, .cts, .mjs, .cjs files.
Designs complex generic types, refactors `any` types to strict alternatives, creates type guards and utility types, and resolves TypeScript compiler errors.
Maîtrise de TypeScript avec types avancés et patterns. Se déclenche avec "TypeScript", "TS", "types", "generics", "interface", "type guard", "utility types", "strict mode — from…
Guidance for TypeScript monorepos with mixed package managers. Use when codebase has inherited package manager and a workspace root.
TypeScript monorepo patterns with Turborepo + pnpm workspaces. Covers package structure, shared configs, task pipeline caching, build orchestration, and publishing strategy.
Use when designing discriminated unions, debugging control-flow analysis, choosing satisfies vs as, building branded types, writing user-defined type guards, or composing…
Provides a single, well-reasoned TypeScript opinion for every common decision point. Eliminates the "multiple ways to do it" problem when writing, refactoring, or reviewing…
Own TypeScript plus Node.js ESM compiler/runtime correctness. Use whenever the real question is why TypeScript compiles but Node fails, how…
Expert TypeScript/Node.js developer for building high-quality, performant, and maintainable CLI tools and libraries. Enforces best practices, strict typing, and modern patterns.
Enforce null/undefined safety for changed TypeScript code and suggest safer patterns.
TypeScript type system, generics, utility types, strict mode, and ecosystem patterns. Use for: typescript, ts, type, generic, utility type, Partial, Pick, Omit, Record, Exclude,…
TypeScript best practices and patterns. Use when writing TypeScript, fixing type errors, or working with generics.
Advanced TypeScript — mapped types, template literal types, conditional types, infer, type guards, decorators, async patterns, testing with Vitest/Jest, and performance.
Master TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns.
Expert TypeScript developer specializing in advanced type system features, generic programming, and type-safe application architecture.
Modern TypeScript project architecture guide for 2025. Use when creating new TS projects, setting up configurations, or designing project structure.
Use when establishing or auditing cross-cutting test strategy across a TypeScript stack — E2E flows (Playwright), smart contract tests (Hardhat/Foundry), test policy and quality…
TypeScript 코드를 리팩토링하고 타입 안정성을 개선합니다. 타입 에러 수정, 제네릭 추가, 인터페이스 재구성, 유틸리티 타입 활용, 또는 strict mode 마이그레이션이 필요할 때 사용하세요.
Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues.
Expert TypeScript/JavaScript code reviewer specializing in type safety, async correctness, Node/web security, and idiomatic patterns.
React/TypeScript frontend development rules including type safety, component design, state management, and error handling.
Experten-Skill für TypeScript SDK Entwicklung mit tsup/Vitest. Nutze diesen Skill wenn: - Public APIs designed werden - Types und Interfaces definiert werden - Build-Konfiguration…
Provide best-practice coding conventions and generate standards-compliant TypeScript code.
TypeScript编码规范工具专业版为团队与企业提供端到端编码规范落地能力,涵盖自动化审查、企业级规则集、CI集成与规范文档自动生成。核心能力: - 企业级ESLint规则集与多层配置管理 - 自动化代码审查脚本与PR级规范检查 - 规范文档自动生成与版本化 - CI/CD流水线规范门禁 - 跨包仓库规范一致性校验 - 团队培训材料与代 — from…
TypeScript编码规范工具专业版为团队与企业提供端到端编码规范落地能力,涵盖自动化审查、企业级规则集、CI集成与规范文档自动生成。核心能力: - 企业级ESLint规则集与多层配置管理 - 自动化代码审查脚本与PR级规范检查 - 规范文档自动生成与版本化 - CI/CD流水线规范门禁 - 跨包仓库规范一致性校验 - 团队培训材料与代 — from…
Conventions TypeScript pour le projet. Use when "add types", "typescript", "interface", "type definition".
Enforce TypeScript strict mode and type safety. Use when setting up projects, reviewing code, or when type errors are ignored.
Enforce TypeScript strict mode and type safety. Use when setting up projects, reviewing code, or when type errors are ignored.
Use when writing or reviewing any TypeScript code. Covers discriminated unions, branded types, Zod at boundaries, const arrays over enums, and safe access patterns.
Forked-context TypeScript-strict reviewer — preloads verdict schema + type-safety/any/unchecked-cast/nullable-flow lens.
Apply TypeScript style rules that prefer checked literal typing with satisfies and as const satisfies over unsafe assertions.
TypeScript-to-Lua (TSTL 1.24+) transpilation guidelines for game scripting. Apply when editing `.ts` files in game/scripting directories with TSTL config.
Migrate or upgrade TypeScript tooling in the Phoenix monorepo. Use when upgrading TypeScript versions, switching tools (ESLint to oxlint, Prettier to oxfmt), upgrading bundlers…
TypeScript工具集专业版为团队与企业提供端到端类型安全工程能力,涵盖批量JS→TS迁移、CI流水线集成、企业级规范审查与高级泛型设计。核心能力: - 批量代码迁移与渐进式类型化策略 - 企业级tsconfig与ESLint规则集 - 高级泛型、条件类型、映射类型工程化设计 - CI/CD流水线类型检查与质量门禁 - 团队规范文档自动生成与代码审查
TypeScript type safety patterns - unknown vs any, generics golden rule, null narrowing, inference discipline, import type, discriminated unions, error typing.
Reliably run TypeScript type-checking (npx tsc --noEmit) by using shell_agent as a fallback when run_shell fails due to environment or timeout issues.
Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.
Rust unsafe 代码规范 — unsafe 最小化、五种超能力(裸指针 / unsafe fn / static mut / unsafe impl / union)、`// SAFETY:` 注释强制、`# Safety` 文档、安全 API 封装、FFI / CString / CStr / extern "C"、MIRI…
Add a new Ruby version to the rails-base and rails-buildpack build workflows. Replaces the existing entry with the same major.minor in both .github/workflows/build-rails-base.yml…
Upgrade Python dependencies using uv, then run post-upgrade checks to ensure nothing is broken.
Check that Python docstrings stay consistent with parameters, returns, and raised exceptions as code evolves.
Volta is a JavaScript toolchain manager written in Rust that pins Node.js, npm, and yarn versions per project.
Vue.js and TypeScript best practices for building performant applications with Vite, Pinia, VueUse, and Tailwind CSS.
Använd denna färdighet när användaren frågar om webbsurfning, webbsökning, hämta webbsida, läsa webbsida, scraping, web fetch, web search, websida, hemsida, URL, länk, Google,…
Scrape TypeScript, React, Next.js, Nuxt, Vue SPA sites. Know when to use raw HTML fetch vs browser automation.
Automates site, CMS, and publishing workflows with Webflow’s official JavaScript SDK for the Webflow Data API.
Go 코드 리팩토링 검토 스킬. 변경된 .go 파일 전체를 읽고 16개 트리거(함수 시그니처, 에러 처리, 에러 타입/값 선언, defer, 슬라이스 메모리, nil/empty, range 순회, 구조체 정의, 동등성 비교, 맵 운용, 인터페이스 선언, 제네릭, 패키지 구조, 수치 연산 등)에 매핑된 43개 룰을 적용해…
Upload one or many videos to YouTube. Use when the user wants to "上传到 YouTube", "发 YouTube", "批量上传", "upload to YouTube", "post videos to YouTube", or to publish a finished…
Configure, run, or fix PHPStan in WordPress codebases (plugins/themes/sites). Use whenever creating or editing `phpstan.neon` / `phpstan.neon.dist`, generating or shrinking…
Primary instruction manual for working within the ancplua-claude-plugins monorepo. Use when creating, modifying, or debugging plugins in this repository.
Use when writing or refactoring any Clojure code — CLJ, CLJC, or CLJS (handlers, domain logic, helpers, defmethods, event handlers).
Use the moment a computed result looks wrong, surprising, suspicious, or "off" — a total that doesn't reconcile, revenue that tripled after a join, a mean that moved, a…
All Engineering skills →
More in EngineeringTesting (3,440) · Devops (3,325) · Architecture (2,630) · Backend (2,035) · Frontend (1,525) · Code Quality (1,230) · Cloud Platforms (1,094) · Databases (813) · Performance (708) · Mobile (537) · Observability (386) · Data Engineering (334) · Docs Engineering (265) · Workflow Orchestration (239) · ML AI Eng (203) · API Tooling (18)