Home / Categories / Engineering
⚙️

Engineering

Code review, debugging, architecture, testing, deployment, and development workflows.

Skills 236
Featured 13
🌐 Community
RARE

Tauri Desktop Apps

Scaffold and build cross-platform desktop apps with Tauri v2. Sets up an opinionated core plus opt-in modules — CLI+MCP, SQLite, tray and auto-updater, release/preflight, and a Swift sidecar — on top of the official create-tauri-app boilerplate.

glebis 1.3K
Scanned
tauri desktop rust
mkdir -p ~/.claude/skills/init-tauri-app && curl -fsSL https://raw.githubusercontent.com/glebis/claude-skills/HEAD/init-tauri-app/SKILL.md -o ~/.claude/skills/init-tauri-app/SKILL.md
⚙️ Engineering
RARE

Vue Component & E2E Testing

Test Vue 3 apps with Playwright — component tests and end-to-end flows covering Vue Router navigation, reactive state, authentication, and network mocking with reliable, non-flaky patterns.

Community 1.3K
Scanned
vue playwright testing
mkdir -p ~/.claude/skills/vue-playwright-testing && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/vue-playwright-testing/SKILL.md -o ~/.claude/skills/vue-playwright-testing/SKILL.md
⚙️ Engineering
RARE

Vulnerability Variant Analysis

After finding one bug, hunt for its variants across the codebase using pattern-based analysis. Helps build CodeQL and Semgrep queries to systematically find every instance of a vulnerability class.

Trail of Bits 1.3K
Scanned
security variant-analysis codeql
mkdir -p ~/.claude/skills/community-variant-analysis && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/variant-analysis/skills/variant-analysis/SKILL.md -o ~/.claude/skills/community-variant-analysis/SKILL.md
🌐 Community
RARE

Arbitrum dApp Builder

Build full-stack dApps on Arbitrum with Stylus (Rust) and/or Solidity. Covers local devnode setup, contract development and testing, deployment to Arbitrum, and React frontend integration with viem. An opinionated, end-to-end guide for shipping on L2.

hummusonrails 1.2K
Scanned
arbitrum blockchain solidity
mkdir -p ~/.claude/skills/arbitrum-dapp && curl -fsSL https://raw.githubusercontent.com/hummusonrails/arbitrum-dapp-skill/HEAD/SKILL.md -o ~/.claude/skills/arbitrum-dapp/SKILL.md
⚙️ Engineering
RARE

Burp Suite Project Parser

Search and explore Burp Suite project files (.burp) from the command line. Regex-search response headers and bodies, dump proxy history and site map, and extract findings from captured HTTP traffic.

Trail of Bits 1.2K
Scanned
security pentest burpsuite
mkdir -p ~/.claude/skills/community-burpsuite-parser && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/burpsuite-project-parser/skills/burpsuite-project-parser/SKILL.md -o ~/.claude/skills/community-burpsuite-parser/SKILL.md
⚙️ Engineering
RARE

Mutation Testing with Stryker

Find gaps in your test suite using mutation testing with Stryker. Introduces deliberate code mutations and reports which ones your tests fail to catch, revealing undertested code paths.

Trail of Bits 1.2K
Scanned
mutation-testing testing quality
mkdir -p ~/.claude/skills/stryker-mutation && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/mutation-testing/skills/mutation-testing/SKILL.md -o ~/.claude/skills/stryker-mutation/SKILL.md
🎨 Design
RARE

shadcn-svelte Components

Add accessible, themeable UI to Svelte apps with shadcn-svelte. Installs and composes Button, Card, Dialog, Form, and Table components wired to design tokens and Tailwind.

Community 1.2K
Scanned
shadcn-svelte svelte components
mkdir -p ~/.claude/skills/shadcn-svelte && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/shadcn-svelte/SKILL.md -o ~/.claude/skills/shadcn-svelte/SKILL.md
📊 Data
RARE

Trino Query Optimizer

Analyze and optimize Trino queries. Reads EXPLAIN plans, predicts CPU, memory, and scan cost before running, rewrites expensive federated queries, and surfaces partition-pruning and join-order fixes for faster, cheaper distributed SQL.

Community 1.2K
Scanned
trino presto query-optimization
mkdir -p ~/.claude/skills/trino-query-engine && curl -fsSL https://raw.githubusercontent.com/razorpay/trino-gateway/master/.agents/skills/trino-analyzer/SKILL.md -o ~/.claude/skills/trino-query-engine/SKILL.md
⚙️ Engineering
RARE

Constant-Time Crypto Analyzer

Detect timing side-channel vulnerabilities in cryptographic code across C, C++, Go, Rust, Swift, Java, JS/TS, Python, and more. Flags secret-dependent branches, division on secrets, and non-constant-time comparisons.

Trail of Bits 1.1K
Scanned
security cryptography side-channel
mkdir -p ~/.claude/skills/community-constant-time-crypto && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/constant-time-analysis/skills/constant-time-analysis/SKILL.md -o ~/.claude/skills/community-constant-time-crypto/SKILL.md
📊 Data
RARE

Snowplow Analytics

Capture rich behavioral data with Snowplow. Designs event and entity schemas, instruments web and mobile trackers, configures the collector and enrich pipeline and warehouse loaders, and models clean event data for product and marketing analytics.

Community 1.1K
Scanned
snowplow event-tracking behavioral-data
mkdir -p ~/.claude/skills/snowplow-analytics && curl -fsSL https://raw.githubusercontent.com/membranedev/application-skills/main/skills/snowplow-analytics/SKILL.md -o ~/.claude/skills/snowplow-analytics/SKILL.md
🌐 Community
RARE

Three.js Scenes & Shaders

Build production-quality vanilla Three.js scenes (no R3F) — voxel worlds, procedural geometry, instancing/BatchedMesh, particle systems, and GLSL shader effects (bloom, god rays, depth of field, glitch). Includes EffectComposer post-processing and draw-call optimization.

tuomashatakka 1.1K
Scanned
threejs glsl shaders
mkdir -p ~/.claude/skills/threejs-scenes && curl -fsSL https://raw.githubusercontent.com/tuomashatakka/threejs-scenes-skill/HEAD/skill/SKILL.md -o ~/.claude/skills/threejs-scenes/SKILL.md
⚙️ Engineering
RARE

Solana Vulnerability Scanner

Scan Solana programs for 6 critical vulnerability classes including arbitrary CPI, improper PDA validation, missing signer and ownership checks, and sysvar spoofing. Tuned for Solana and Anchor programs.

Trail of Bits 1.1K
Scanned
security solana web3
mkdir -p ~/.claude/skills/community-solana-vuln-scanner && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/building-secure-contracts/skills/solana-vulnerability-scanner/SKILL.md -o ~/.claude/skills/community-solana-vuln-scanner/SKILL.md
⚙️ Engineering
RARE

Smart Contract Entry Point Analyzer

Map the attack surface of smart contracts by finding every state-changing entry point. Categorizes externally callable functions by access level (public, admin, role-restricted) and generates structured audit reports across Solidity, Vyper, Solana/Rust, Move, TON, and CosmWasm.

Trail of Bits 1.0K
Scanned
security smart-contracts web3
mkdir -p ~/.claude/skills/community-entry-point-analyzer && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/entry-point-analyzer/skills/entry-point-analyzer/SKILL.md -o ~/.claude/skills/community-entry-point-analyzer/SKILL.md
⚙️ Engineering
RARE

Token Integration Analyzer

Analyze ERC20/ERC721 token implementations and integrations against Trail of Bits' token integration checklist. Checks conformity, 20+ weird-token patterns, owner privileges, and how protocols handle non-standard tokens.

Trail of Bits 1.0K
Scanned
security web3 defi
mkdir -p ~/.claude/skills/community-token-integration-analyzer && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/building-secure-contracts/skills/token-integration-analyzer/SKILL.md -o ~/.claude/skills/community-token-integration-analyzer/SKILL.md
⚙️ Engineering
COMMON

Secret Zeroization Audit

Detect sensitive data left in memory and zeroization stripped by compiler optimizations. Uses assembly-level and control-flow analysis to verify keys, passwords, and secrets are actually wiped in C, C++, and Rust.

Trail of Bits 950
Scanned
security cryptography memory-safety
mkdir -p ~/.claude/skills/community-zeroize-audit && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/zeroize-audit/skills/zeroize-audit/SKILL.md -o ~/.claude/skills/community-zeroize-audit/SKILL.md
⚙️ Engineering
COMMON

macOS Seatbelt Sandboxer

Generate minimal, allowlist-based macOS Seatbelt sandbox profiles to isolate and restrict applications. Locks a process down to only the files, network, and syscalls it actually needs.

Trail of Bits 900
Scanned
security macos sandbox
mkdir -p ~/.claude/skills/community-seatbelt-sandboxer && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer/SKILL.md -o ~/.claude/skills/community-seatbelt-sandboxer/SKILL.md
🌐 Community
COMMON

Web Game Development

Design, optimize, and deploy modern browser-based games and game-like web apps. Step-by-step guidance on game loops, input, rendering choices, asset pipelines, and shipping playable builds to the web.

Loxia-ai 900
Scanned
gamedev browser canvas
mkdir -p ~/.claude/skills/web-game-dev && curl -fsSL https://raw.githubusercontent.com/Loxia-ai/onbuzz-community/HEAD/skills/web-game-dev/skill.md -o ~/.claude/skills/web-game-dev/SKILL.md
⚙️ Engineering
COMMON

Ionic + Capacitor Mobile

Build cross-platform mobile apps with Ionic Framework and Capacitor. Covers ion-* components, @ionic/react, angular, and vue, Capacitor plugins (Camera, Geolocation, Push, Filesystem), dark mode, lifecycle hooks, and iOS/Android deployment patterns Claude doesn't know from training.

Nyctanassabillingsgate832 700
Scanned
ionic capacitor mobile
mkdir -p ~/.claude/skills/ionic-capacitor && curl -fsSL https://raw.githubusercontent.com/Nyctanassabillingsgate832/ionic-capacitor-skills/HEAD/ionic-capacitor/SKILL.md -o ~/.claude/skills/ionic-capacitor/SKILL.md
⚙️ Engineering
COMMON

Thrunt (Threat Hunting Workflows)

Run structured threat-hunting workflows in agentic IDEs like Claude Code. Shapes hypotheses, maps the environment, plans and runs hunts, audits evidence, and publishes findings — with phase-based orchestration, forensics, and milestone tracking.

3dcom2711 600
Scanned
security threat-hunting forensics
mkdir -p ~/.claude/skills/thrunt-autonomous && curl -fsSL 'https://raw.githubusercontent.com/3dcom2711/thrunt-god/HEAD/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-autonomous/SKILL.md' -o ~/.claude/skills/thrunt-autonomous/SKILL.md
Added to wishlist