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

Languages (Page 18 of 22)

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

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

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

Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports
Use direct Python execution for reliable spreadsheet and document/PDF generation operations — from HKUDS/OpenSpace
Use direct Python execution for reliable spreadsheet and document/PDF generation operations — from HKUDS/OpenSpace
Squint ClojureScript development — writing Squint code, compilation, REPL workflow, debugging, and tooling.
ใช้ skill นี้เมื่อต้องการเริ่มต้น Python project ใหม่ตามมาตรฐาน SSD — clone template, configure, และสร้าง bounded context แรก (entity, port, service, repository, migration,…
State machine and durable workflow patterns for AI agents. FSM-driven agent state, XState statecharts, Temporal durable execution, input validation at every transition, and…
Define short Python project commands in pyproject.toml so agents and maintainers can run the same test, lint, docs, and release tasks without hunting through shell notes.
Enforces TypeScript best practices when writing code. Automatically enables strict typing for TypeScript projects, prevents `any` usage, and recommends generic constraints.
Use whenever an analysis estimates the PRIMITIVES of an economic model rather than a reduced-form relationship — preferences/utility, costs, information/consideration, search, or…
Attribut-basierte DAL-Entities in Shopware 6 (6.6+): Entity-Definition via PHP-Attribute (#[Entity], Field-Attribute) statt klassischer EntityDefinition.
Warenkorb per App-Script manipulieren in Shopware 6: Cart-Facade (services.cart) im cart-Hook, Items/Preise/Rabatte hinzufügen ohne PHP-Processor.
Code-Style für Shopware-6-Plugins mit Easy Coding Standard (ECS) / PHP-CS-Fixer: Config, Shopware-Regelset, composer ecs / ecs-fix.
PHP-Migrationsmuster für Shopware-Plugins (6.6→6.7): geänderte Signaturen/Interfaces (z.B. neuer Payment-Handler), Constructor Property Promotion, Enums, entfernte/deprecierte…
SWC (Speedy Web Compiler) Rust-based JS/TS transforms. Programmatic transpilation, custom plugins via WASM, minification, module format conversion, and performance-sensitive parse…
SWC (Speedy Web Compiler) is a Rust-based JavaScript and TypeScript compiler that is 20x faster than Babel on a single thread and 70x faster on four cores.
Clojure coding standards from authoritative docs/explanation/software-engineering/programming-languages/clojure/ documentation
Go coding standards from authoritative docs/explanation/software-engineering/programming-languages/golang/ documentation
Review, refactor, or build SwiftUI features with correct state management, modern API usage, optimal view composition, navigation patterns, performance optimization, and testing…
Advanced Swift patterns — property wrappers, result builders, Combine basics, opaque & existential types, macro system, advanced generics, and performance optimization.
Switch PHP version by running a bash command. Use it when running PHP code that fails with deprecation warnings.
Provides comprehensive guidance for implementing the Syncfusion JavaScript PDF library (@syncfusion/ej2-pdf) to create and manipulate PDF documents programmatically across…
Implements the Syncfusion Javascript (ES6) is case-sensitive PDF Viewer (PdfViewer) for embedding, configuring, and loading PDF documents.
You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications.
Extracts structured tables from PDF documents using Tabula-java with lattice and stream detection modes.
Takaro Rust connector repository knowledge — Carbon plugin architecture, Docker dev server, deploy/reload workflow, and development patterns. Use when working on this codebase.
Use when building durable distributed systems with Temporal Go SDK. Covers deterministic workflow rules, mTLS worker configs, and advanced patterns.
Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions.
Textual is a lean application framework for Python that lets you build sophisticated terminal user interfaces with a simple API.
清华大学毕业论文 Word → PDF 一键格式规范化工具。输入任意 Word (.docx) 格式的清华毕业论文,自动转换为符合清华 thuthesis 官方 LaTeX 模板规范的高质量 PDF。适用于所有清华学位论文(MBA/学硕/专硕),一条命令搞定。功能:自动提取章节结构、中英文摘要、参考文献(自动生成 BibTeX)、图片(含…
Internal reference skill — do NOT load directly from user queries. Loaded automatically by tia-openness-roadmap at the start of every C# Openness implementation path.
Flask - Lightweight Python web framework for microservices, REST APIs, and flexible web applications with extensive extension ecosystem
Lets an agent record Python allocation traces and inspect the biggest allocators, retained objects, and leak paths before memory growth turns into a production incident.
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 an Assignment of Property to Trust document transferring assets from a grantor into a revocable or irrevocable trust.
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.
ty is an extremely fast Python type checker and language server written in Rust by Astral, the creators of Ruff and uv.
Use when a backpressured code-review subagent is judging whether a diff uses the type system to make illegal states unrepresentable — i.e.
Advanced TypeScript patterns including generics, conditional types, mapped types, template literals, and type guards
Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped types, template literal types, and utility types for building…
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications.
Use when implementing analytics with PostHog in a TypeScript app — capturing events, identifying users, adding feature flags, tracking errors, or wiring API lifecycle telemetry.
Performs automated TypeScript refactoring using ts-morph and the TypeScript Compiler API. Handles rename operations, extract-function, and dead code elimination across large…
Provides TypeScript patterns for type-first development, making illegal states unrepresentable, exhaustive handling, and runtime validation.
Check TypeScript compilation errors, run build commands, and validate the codebase. Use when the user mentions TypeScript errors, build issues, compilation problems, or wants to…
Detect and resolve TypeScript/JavaScript circular import dependencies. Use when: (1) "Cannot access 'X' before initialization" at runtime, (2) Import returns undefined…
Expert 10x engineer with extensive knowledge of TypeScript fundamentals, migration strategies, and best practices.
Plugin-first TypeScript doctrine and runtime engine for strictness posture, type diagnosis, advanced typing, runtime validation, architecture decisions, testing/toolchain…
TypeScript, JavaScript, React, and Node.js coding standards — naming conventions, immutability, error handling, async patterns, component structure, API design.
TypeScript compile-checking in projects where npx and node_modules/.bin symlinks fail, with a filtering technique to isolate errors from only newly-created or task-specific files…
A resilient workflow for running TypeScript compile checks (tsc --noEmit) that falls back gracefully when npx or direct binary invocations fail, and distinguishes pre-existing…
TypeScript and React coding conventions for CAST projects. Load when writing, reviewing, or debugging TypeScript/TSX/React code.
Use when building data pipelines, ETL jobs, event processors, message-broker producers/consumers, application caching layers, database migrations, BigQuery queries, or…
Build typed data visualizations in TypeScript. Use when the user wants TypeScript visualization code, typed data models, browser visualization components, UML-like diagra — from…
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)