Search Skills

279 skills across 10 categories

Try

Showing 279 skills

Sort:
⚙️ Engineering
RARE

Claude Agent SDK

Build production agents with the Claude Agent SDK. Covers agent architecture, tool design, hooks, skills, MCP server integration, and the patterns for reliable, long-running agentic workflows.

Community 4.6K
Scanned
claude agent-sdk tools
mkdir -p ~/.claude/skills/claude-agent-sdk && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/claude-agent-sdk/SKILL.md -o ~/.claude/skills/claude-agent-sdk/SKILL.md
⚙️ Engineering
RARE

CrewAI Multi-Agent Systems

Build multi-agent AI systems with CrewAI. Designs agent roles, task delegation, tool integration, and orchestration flows where specialized AI agents collaborate to complete complex workflows.

CrewAI 4.1K
Scanned
crewai agents ai
mkdir -p ~/.claude/skills/crewai-agents && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/ml-pipeline/SKILL.md -o ~/.claude/skills/crewai-agents/SKILL.md
💼 Sales
EPIC

Draft Outreach

Research a prospect then draft personalized cold outreach emails and LinkedIn messages. Uses web research to find specific hooks — recent news, hires, product launches, or pain points — that make your message stand out.

10K
Verified
cold-email linkedin prospecting
mkdir -p ~/.claude/skills/sales-draft-outreach && curl -fsSL https://raw.githubusercontent.com/frumu-ai/tandem/HEAD/apps/tandem-desktop/src-tauri/resources/skill-templates/sales-draft-outreach/SKILL.md -o ~/.claude/skills/sales-draft-outreach/SKILL.md
⚙️ Engineering
RARE

GitHub Actions CI/CD

Create and optimize GitHub Actions workflows for CI/CD pipelines. Generates workflow YAML with proper caching, matrix builds, environment secrets, and reusable workflows following GitHub's latest best practices.

Community 5.8K
Scanned
github-actions ci-cd automation
mkdir -p ~/.claude/skills/github-actions && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/devops-engineer/SKILL.md -o ~/.claude/skills/github-actions/SKILL.md
⚙️ Engineering
RARE

Hono Web Framework

Build ultrafast web APIs with Hono — the multi-runtime framework for Bun, Deno, Cloudflare Workers, and Node.js. Generates routes, middleware, RPC clients, and type-safe handlers with 2-4x more throughput than Express.

Community 3.8K
Scanned
hono api edge
mkdir -p ~/.claude/skills/hono-framework && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/javascript-pro/SKILL.md -o ~/.claude/skills/hono-framework/SKILL.md
⚙️ Engineering
RARE

LangChain RAG Builder

Build Retrieval-Augmented Generation (RAG) systems using LangChain. Creates document loaders, vector store configurations, retrieval chains, and conversational agents with proper chunking and embedding strategies.

LangChain 6.2K
Scanned
langchain rag ai
mkdir -p ~/.claude/skills/langchain-rag && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/rag-architect/SKILL.md -o ~/.claude/skills/langchain-rag/SKILL.md
⚙️ Engineering
RARE

Lighthouse Performance Audit

Run Lighthouse audits and get actionable fixes for Core Web Vitals — LCP, INP, and CLS. Analyzes performance scores, identifies bottlenecks, and generates specific code changes to improve page speed.

Community 4.5K
Scanned
performance lighthouse core-web-vitals
mkdir -p ~/.claude/skills/lighthouse-perf && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/code-review-web/SKILL.md -o ~/.claude/skills/lighthouse-perf/SKILL.md
⚙️ Engineering
RARE

LlamaIndex RAG Framework

Build data-centric RAG apps with LlamaIndex. Wires up document ingestion across 300+ connectors, vector and hybrid indices, query engines, and agents with multi-modal support for document Q&A and knowledge retrieval.

Community 4.1K
Scanned
llamaindex rag retrieval
mkdir -p ~/.claude/skills/llamaindex && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/llamaindex/SKILL.md -o ~/.claude/skills/llamaindex/SKILL.md
⚙️ Engineering
RARE

MCP Server Builder

Build Model Context Protocol (MCP) servers that give AI agents access to your tools and data. Generates server scaffolding, tool definitions, resource handlers, and transport configurations for Claude, Cursor, and other MCP clients.

Community 3.9K
Scanned
mcp ai-agents protocol
mkdir -p ~/.claude/skills/mcp-server-builder && curl -fsSL https://raw.githubusercontent.com/anthropics/skills/HEAD/skills/mcp-builder/SKILL.md -o ~/.claude/skills/mcp-server-builder/SKILL.md
⚙️ Engineering
RARE

Next.js App Router Patterns

Build Next.js applications using App Router best practices. Generates server components, server actions, route handlers, middleware, and data fetching patterns with proper caching and revalidation strategies.

Community 7.2K
Scanned
nextjs react app-router
mkdir -p ~/.claude/skills/nextjs-patterns && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/nextjs-developer/SKILL.md -o ~/.claude/skills/nextjs-patterns/SKILL.md
⚙️ Engineering
RARE

Shopify Hydrogen Storefront

Build headless Shopify storefronts with Hydrogen. Generates product pages, cart logic, checkout flows, collection filters, and Storefront API queries with server-side rendering on Oxygen or Vercel.

Community 3.2K
Scanned
shopify hydrogen ecommerce
mkdir -p ~/.claude/skills/shopify-hydrogen && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/shopify-expert/SKILL.md -o ~/.claude/skills/shopify-hydrogen/SKILL.md
⚙️ Engineering
RARE

Terraform Infrastructure

Write, plan, and manage cloud infrastructure using Terraform HCL. Generates provider configs, resource definitions, modules, and state management strategies for AWS, GCP, Azure, and 3000+ providers.

HashiCorp 5.4K
Scanned
terraform infrastructure iac
mkdir -p ~/.claude/skills/terraform-iac && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/terraform-engineer/SKILL.md -o ~/.claude/skills/terraform-iac/SKILL.md
⚙️ Engineering
RARE

.NET 8 Core

Build .NET 8 backends with minimal APIs and clean architecture. Implements Entity Framework Core, CQRS with MediatR, JWT authentication, and AOT compilation for cloud-native microservices.

Community 1.9K
Scanned
dotnet csharp aspnet-core
mkdir -p ~/.claude/skills/dotnet-core-expert && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/dotnet-core-expert/SKILL.md -o ~/.claude/skills/dotnet-core-expert/SKILL.md
🎨 Design
RARE

Accessibility Audit (WCAG)

Audit web applications for WCAG 2.2 AA/AAA compliance. Checks color contrast, keyboard navigation, ARIA attributes, screen reader compatibility, focus management, and generates remediation code fixes.

Community 2.3K
Scanned
accessibility wcag a11y
mkdir -p ~/.claude/skills/accessibility-audit && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/accessibility-audit/SKILL.md -o ~/.claude/skills/accessibility-audit/SKILL.md
⚙️ Engineering
RARE

Advanced TypeScript Patterns

Master advanced TypeScript — generics, conditional types, template literals, branded types, discriminated unions, and type-level programming. Generates type-safe utilities and fixes complex type errors.

Community 4.6K
Scanned
typescript generics types
mkdir -p ~/.claude/skills/typescript-advanced && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/typescript-pro/SKILL.md -o ~/.claude/skills/typescript-advanced/SKILL.md
⚙️ Engineering
RARE

Agentic Actions Auditor

Audit GitHub Actions workflows for prompt-injection and security flaws in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference). Detects attacker-controlled input reaching agents in CI/CD.

Trail of Bits 1.4K
Scanned
security ci-cd prompt-injection
mkdir -p ~/.claude/skills/community-agentic-actions-auditor && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/agentic-actions-auditor/skills/agentic-actions-auditor/SKILL.md -o ~/.claude/skills/community-agentic-actions-auditor/SKILL.md
⚙️ Engineering
RARE

AI Agent Evaluation

Test and benchmark LLM agents with behavioral tests, capability assessments, reliability metrics, and production monitoring — catching the failures that pass benchmarks but break in the real world.

Community 1.7K
Scanned
agent-evaluation testing benchmarking
mkdir -p ~/.claude/skills/agent-evaluation && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/agent-evaluation/SKILL.md -o ~/.claude/skills/agent-evaluation/SKILL.md
⚙️ Engineering
RARE

AI Agent Guardrails

Add mechanical guardrails that stop AI agents from bypassing your rules. Enforces policies with git hooks, secret detection, deployment verification, and import registries — born from real production incidents.

Community 1.6K
Scanned
guardrails ai-safety enforcement
mkdir -p ~/.claude/skills/agent-guardrails && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/agent-guardrails/SKILL.md -o ~/.claude/skills/agent-guardrails/SKILL.md
⚙️ Engineering
RARE

AI Agent Memory Systems

Architect memory for AI agents — short-term context, long-term vector storage, and the retrieval strategies that decide what an agent actually remembers. Covers chunking, embedding, and recall over storage.

Community 1.9K
Scanned
agent-memory retrieval vector-store
mkdir -p ~/.claude/skills/agent-memory-systems && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/agent-memory-systems/SKILL.md -o ~/.claude/skills/agent-memory-systems/SKILL.md
📊 Data
RARE

Airbyte Data Integration

Move data with Airbyte ELT. Configures sources and destinations, builds and tests custom connectors with the CDK, sets up incremental and CDC replication, schedules syncs, and wires failure alerting across 300+ APIs and databases.

Community 2.1K
Scanned
airbyte elt data-integration
mkdir -p ~/.claude/skills/airbyte-connectors && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/airbyte/SKILL.md -o ~/.claude/skills/airbyte-connectors/SKILL.md
⚙️ Engineering
RARE

Angular Enterprise Development

Write performant, maintainable Angular apps. Covers standalone components, change-detection optimization, lazy routing, OnPush strategy, bundle-size reduction, and modern control-flow syntax.

Community 1.7K
Scanned
angular standalone change-detection
mkdir -p ~/.claude/skills/angular-best-practices && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/angular-best-practices/SKILL.md -o ~/.claude/skills/angular-best-practices/SKILL.md
⚙️ Engineering
RARE

Angular Signals

Implement signal-based reactive state in Angular v20+. Uses signal(), computed(), linkedSignal(), and effect() for fine-grained reactivity and converts legacy BehaviorSubject/Observable patterns to signals.

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

Ansible Playbook Generator

Generate production-ready Ansible playbooks and roles for server configuration and deployment automation. Produces idempotent tasks, proper handlers and variables, role structure, and inventory patterns following Ansible best practices.

Community 1.5K
Scanned
ansible automation configuration-management
mkdir -p ~/.claude/skills/ansible-playbooks && curl -fsSL https://raw.githubusercontent.com/gitjfmd/ansible-skills/main/devops-skills-plugin/skills/ansible-generator/SKILL.md -o ~/.claude/skills/ansible-playbooks/SKILL.md
📊 Data
RARE

Apache Airflow

Build, debug, and operate Apache Airflow pipelines. Writes DAGs and TaskGroups, triggers and monitors runs via the CLI, reads task logs, diagnoses import and parse errors, and manages connections, variables, and pools.

Community 3.2K
Scanned
airflow orchestration dag
mkdir -p ~/.claude/skills/apache-airflow && curl -fsSL https://raw.githubusercontent.com/astronomer/agents/HEAD/skills/airflow/SKILL.md -o ~/.claude/skills/apache-airflow/SKILL.md
📊 Data
RARE

Apache Flink Streaming

Build stateful stream-processing jobs with Apache Flink. Writes DataStream and SQL jobs, manages windows, watermarks, and state, configures checkpointing, and tunes throughput for real-time pipelines.

Community 1.4K
Scanned
flink stream-processing real-time
mkdir -p ~/.claude/skills/flink-streaming && curl -fsSL https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/HEAD/skills/11-data-pipelines/flink-job-creator/SKILL.md -o ~/.claude/skills/flink-streaming/SKILL.md
📊 Data
RARE

Apache Iceberg Lakehouse

Build an open lakehouse on Apache Iceberg. Designs Iceberg tables and partitions, manages schema and partition evolution, handles snapshots, time travel, and compaction, and queries from Spark, Trino, and DuckDB across S3 or GCS.

Community 1.6K
Scanned
iceberg lakehouse table-format
mkdir -p ~/.claude/skills/apache-iceberg && curl -fsSL https://raw.githubusercontent.com/Evan-Kim2028/agent-skills/main/skills/data/apache-lakehouse/SKILL.md -o ~/.claude/skills/apache-iceberg/SKILL.md
📊 Data
RARE

Apache Spark & PySpark

Process big data at scale with Apache Spark. Writes PySpark ETL jobs, builds DataFrame and Spark SQL transformations, tunes shuffles, partitions, joins, and caching, fixes data skew, and runs on Databricks, EMR, Dataproc, or Kubernetes.

Community 2.6K
Scanned
spark pyspark big-data
mkdir -p ~/.claude/skills/apache-spark && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/apache-spark/SKILL.md -o ~/.claude/skills/apache-spark/SKILL.md
📊 Data
RARE

Apache Superset

Explore and visualize data with Apache Superset. Builds charts and dashboards, writes SQL Lab queries, defines datasets, metrics, and calculated columns, configures row-level security and caching, and automates assets through the Superset API.

Community 2.0K
Scanned
superset bi dashboards
mkdir -p ~/.claude/skills/apache-superset && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/superset/SKILL.md -o ~/.claude/skills/apache-superset/SKILL.md
⚙️ Engineering
RARE

API Load Testing

Design and run load tests for APIs using k6 or Artillery. Creates test scenarios with realistic traffic patterns, ramp-up strategies, and performance thresholds to find breaking points before your users do.

Community 1.7K
Scanned
load-testing k6 performance
mkdir -p ~/.claude/skills/api-load-testing && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/chaos-engineer/SKILL.md -o ~/.claude/skills/api-load-testing/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

ArgoCD GitOps

Drive ArgoCD via CLI and REST API for GitOps automation. Manages Applications and ApplicationSets, syncs and rolls back deployments, configures Projects and RBAC, registers repos and clusters, mints tokens, and troubleshoots sync and health failures.

Community 3.1K
Scanned
argocd gitops kubernetes
mkdir -p ~/.claude/skills/argocd-gitops && curl -fsSL https://raw.githubusercontent.com/julianobarbosa/claude-code-skills/main/skills/argocd/SKILL.md -o ~/.claude/skills/argocd-gitops/SKILL.md
⚙️ Engineering
RARE

Astro Site Builder

Build blazing-fast static and hybrid sites with Astro. Generates components, content collections, API routes, view transitions, and island architecture patterns with any UI framework integration.

Community 2.1K
Scanned
astro static-site content
mkdir -p ~/.claude/skills/astro-sites && curl -fsSL https://raw.githubusercontent.com/cgyudistira/agentkit/HEAD/templates/skills/astro-sites/SKILL.md -o ~/.claude/skills/astro-sites/SKILL.md
⚙️ Engineering
RARE

AWS Cost Optimization & FinOps

Cut AWS spend with FinOps workflows. Finds unused resources, analyzes the bill, rightsizes EC2/RDS, evaluates Spot and Graviton, detects cost anomalies, compares Reserved Instances vs Savings Plans, and sets up tagging and budgets for cost allocation.

Community 2.9K
Scanned
aws finops cost-optimization
mkdir -p ~/.claude/skills/aws-cost-finops && curl -fsSL https://raw.githubusercontent.com/ahmedasmar/devops-claude-skills/main/aws-cost-optimization/skills/SKILL.md -o ~/.claude/skills/aws-cost-finops/SKILL.md
⚙️ Engineering
RARE

AWS Serverless

Build production serverless apps on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM and CDK deployment, and cold-start optimization for cost-efficient scale-to-zero backends.

Community 2.9K
Scanned
aws lambda serverless
mkdir -p ~/.claude/skills/aws-serverless && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/aws-serverless/SKILL.md -o ~/.claude/skills/aws-serverless/SKILL.md
⚙️ Engineering
RARE

Biome Linter & Formatter

Set up Biome as a unified linter and formatter — 56x faster than ESLint + Prettier. Configures rules, migrates from existing setups, integrates with CI/CD, and handles project-wide code quality enforcement.

Biome 2.8K
Scanned
biome linting formatting
mkdir -p ~/.claude/skills/biome-linter && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/code-reviewer/SKILL.md -o ~/.claude/skills/biome-linter/SKILL.md
⚙️ Engineering
RARE

Buildkite CI

Automate Buildkite pipelines — trigger builds, inspect steps and jobs, and manage pipeline runs. Kicks off builds on branches, monitors step status, and retrieves job logs and annotations for hybrid self-hosted CI/CD.

Community 1.4K
Scanned
buildkite cicd pipelines
mkdir -p ~/.claude/skills/buildkite-automation && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/buildkite-automation/SKILL.md -o ~/.claude/skills/buildkite-automation/SKILL.md
⚙️ Engineering
RARE

Bundle Size Analyzer

Analyze and reduce JavaScript bundle sizes. Identifies heavy dependencies, suggests tree-shaking opportunities, recommends lighter alternatives, and implements code splitting strategies for webpack, Vite, and esbuild.

Community 2.2K
Scanned
bundling webpack vite
mkdir -p ~/.claude/skills/bundle-analyzer && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/performance-optimization/SKILL.md -o ~/.claude/skills/bundle-analyzer/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
🌐 Community
RARE

C++ on the Web (Emscripten)

Compile C and C++ to WebAssembly for the modern web with Emscripten. Port existing native libraries, expose clean JS bindings, manage the heap, and ship high-performance C++ components that run in the browser. Sourced from Google Chrome's modern web guidance.

GoogleChrome 1.4K
Scanned
cpp emscripten webassembly
mkdir -p ~/.claude/skills/cpp-on-the-web && curl -fsSL https://raw.githubusercontent.com/GoogleChrome/modern-web-guidance-src/HEAD/skills-src/cpp-on-the-web/SKILL.md -o ~/.claude/skills/cpp-on-the-web/SKILL.md
💼 Sales
EPIC

Call Prep

Prepare for a sales call with account context, attendee research, suggested agenda, and discovery questions. Walk into every call knowing the company's priorities, likely objections, and what a win looks like.

10K
Verified
discovery meeting-prep agenda
mkdir -p ~/.claude/skills/sales-call-prep && curl -fsSL https://raw.githubusercontent.com/reodotdev/claude-plugin/HEAD/skills/sales-call-prep/SKILL.md -o ~/.claude/skills/sales-call-prep/SKILL.md
⚡ Productivity
RARE

Changelog Generator

Auto-generate changelogs from git history, PRs, and conventional commits. Creates formatted CHANGELOG.md files with categorized entries (features, fixes, breaking changes) and links to PRs and issues.

Community 2.0K
Scanned
changelog releases git
mkdir -p ~/.claude/skills/changelog-generator && curl -fsSL https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/HEAD/changelog-generator/SKILL.md -o ~/.claude/skills/changelog-generator/SKILL.md
⚙️ Engineering
RARE

CI/CD Pipeline Builder

Design, optimize, and secure CI/CD pipelines across GitHub Actions and GitLab CI. Builds workflows, debugs flaky tests and failures, adds SAST/DAST/SCA scanning, speeds up builds with caching and matrix sharding, and hardens pipelines with OIDC and secret management.

Community 3.9K
Scanned
ci-cd github-actions gitlab-ci
mkdir -p ~/.claude/skills/cicd-pipelines && curl -fsSL https://raw.githubusercontent.com/ahmedasmar/devops-claude-skills/main/ci-cd/skills/SKILL.md -o ~/.claude/skills/cicd-pipelines/SKILL.md
⚙️ Engineering
RARE

Cilium eBPF Networking

Manage Cilium and Hubble network observability for Kubernetes. Writes eBPF-based network policies, observes live traffic flows with Hubble, and troubleshoots pod-to-pod connectivity and dropped packets.

Community 2.1K
Scanned
cilium ebpf kubernetes
mkdir -p ~/.claude/skills/k8s-cilium && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/k8s-cilium/SKILL.md -o ~/.claude/skills/k8s-cilium/SKILL.md
⚙️ Engineering
RARE

CircleCI Pipelines

Automate CircleCI — trigger pipelines, monitor workflows and jobs, and retrieve artifacts and test metadata. Kicks off runs, watches workflow status, pulls failing test output, and downloads build artifacts for debugging.

Community 2.4K
Scanned
circleci cicd pipelines
mkdir -p ~/.claude/skills/circleci-automation && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/circleci-automation/SKILL.md -o ~/.claude/skills/circleci-automation/SKILL.md
📊 Data
RARE

ClickHouse OLAP

Design and query ClickHouse for real-time analytics. Models MergeTree tables, writes fast aggregations and materialized views, tunes partitions and indexes, and connects from Node and Python clients.

Community 1.8K
Scanned
clickhouse olap analytics
mkdir -p ~/.claude/skills/clickhouse-olap && curl -fsSL https://raw.githubusercontent.com/vibeeval/vibecosystem/HEAD/skills/clickhouse-io/SKILL.md -o ~/.claude/skills/clickhouse-olap/SKILL.md
⚙️ Engineering Cloudflare
EPIC

Cloudflare Workers

Comprehensive Cloudflare platform skill covering Workers, Pages, KV, D1, R2, Workers AI, Vectorize, Agents SDK, feature flags, networking, security, and IaC with Terraform/Pulumi.

Cloudflare 60K
Verified
cloudflare deployment
mkdir -p ~/.claude/skills/cloudflare-workers && curl -fsSL https://raw.githubusercontent.com/tenequm/skills/HEAD/skills/cloudflare-workers/SKILL.md -o ~/.claude/skills/cloudflare-workers/SKILL.md
⚙️ Engineering
RARE

CodeQL Security Analysis

Scan a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking. Build databases, run security-and-quality and experimental suites, and process SARIF output to surface high-precision findings.

Trail of Bits 1.9K
Scanned
security sast codeql
mkdir -p ~/.claude/skills/community-codeql-analysis && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/static-analysis/skills/codeql/SKILL.md -o ~/.claude/skills/community-codeql-analysis/SKILL.md
⚙️ Engineering
RARE

Computer Vision Engineer

Design computer vision pipelines for detection, segmentation, and visual reasoning. Covers object detection, segmentation, vision-language models, and real-time inference for production CV systems.

Community 2.1K
Scanned
computer-vision object-detection segmentation
mkdir -p ~/.claude/skills/computer-vision-expert && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/machine-learning/computer-vision-expert/SKILL.md -o ~/.claude/skills/computer-vision-expert/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
📢 Marketing
RARE

Conversion Rate Optimization

Analyze and optimize conversion funnels. Designs A/B test hypotheses, analyzes heatmap data, identifies drop-off points, generates landing page copy variants, and creates data-driven CRO reports.

Community 1.4K
Scanned
cro conversion ab-testing
mkdir -p ~/.claude/skills/cro-optimization && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/cro-optimization/SKILL.md -o ~/.claude/skills/cro-optimization/SKILL.md
⚙️ Engineering
RARE

Coolify Self-Hosting

Manage Coolify deployments, apps, databases, and services via its API. Deploys, starts, stops, and restarts self-hosted applications, provisions databases, and manages servers on this open-source Heroku/Netlify alternative.

Community 2.9K
Scanned
coolify self-hosted paas
mkdir -p ~/.claude/skills/coolify && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/coolify/SKILL.md -o ~/.claude/skills/coolify/SKILL.md
📊 Data
RARE

Cube Semantic Layer

Define metrics once and serve them everywhere with Cube. Models cubes, dimensions, measures, and joins, exposes a headless semantic layer over REST, GraphQL, and SQL, and tunes pre-aggregations, caching, and multi-tenant security.

Community 1.4K
Scanned
cube semantic-layer headless-bi
mkdir -p ~/.claude/skills/cube-semantic-layer && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/cube/SKILL.md -o ~/.claude/skills/cube-semantic-layer/SKILL.md
⚙️ Engineering
RARE

Cypress Component & E2E Testing

Write component and end-to-end tests with Cypress. Generates test suites with custom commands, fixture data, intercept stubs, component mounting, and visual regression testing for React, Vue, and Angular.

Cypress 3.3K
Scanned
cypress testing e2e
mkdir -p ~/.claude/skills/cypress-testing && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/qa-testing/SKILL.md -o ~/.claude/skills/cypress-testing/SKILL.md
📊 Data
RARE

Dagster

Build asset-based data pipelines with Dagster and the dg CLI. Creates projects, defines software-defined assets, schedules, sensors, and components, then debugs materializations and project structure.

Community 2.6K
Scanned
dagster orchestration data-assets
mkdir -p ~/.claude/skills/dagster-orchestration && curl -fsSL https://raw.githubusercontent.com/dagster-io/skills/HEAD/skills/dagster-expert/skills/dagster-expert/SKILL.md -o ~/.claude/skills/dagster-orchestration/SKILL.md
📊 Data
RARE

Dask Parallel Python

Scale Python and pandas with Dask. Parallelizes DataFrame and array workloads across cores or a cluster, tunes partitions and the task graph, handles larger-than-memory data, and diagnoses spill and shuffle bottlenecks from the dashboard.

Community 1.4K
Scanned
dask parallel pandas
mkdir -p ~/.claude/skills/dask-parallel && curl -fsSL https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/main/skills/dask/SKILL.md -o ~/.claude/skills/dask-parallel/SKILL.md
📊 Data
RARE

Data Pipeline & ETL

Build data pipelines and ETL workflows. Generates extraction scripts, transformation logic, loading procedures, and scheduling for moving data between APIs, databases, warehouses, and file systems.

Community 1.9K
Scanned
etl data-pipeline data-engineering
mkdir -p ~/.claude/skills/data-pipeline-etl && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/spark-engineer/SKILL.md -o ~/.claude/skills/data-pipeline-etl/SKILL.md
📊 Data
RARE

Database Migration Planner

Plan and generate safe database migrations for PostgreSQL, MySQL, and SQLite. Creates migration files with rollback support, handles schema diffs, and flags risky operations like column renames on large tables.

Ariga 2.1K
Scanned
database migrations postgresql
mkdir -p ~/.claude/skills/db-migrations && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/legacy-modernizer/SKILL.md -o ~/.claude/skills/db-migrations/SKILL.md
⚙️ Engineering
RARE

Datadog Monitoring

Automate Datadog observability — query metrics, search logs, and manage monitors, dashboards, events, and downtimes. Builds metric queries and alert monitors, mutes noisy alerts with scheduled downtimes, and wires dashboards for services and infrastructure.

Community 3.4K
Scanned
datadog monitoring observability
mkdir -p ~/.claude/skills/datadog-automation && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/cli-automation/datadog-automation/SKILL.md -o ~/.claude/skills/datadog-automation/SKILL.md
📊 Data
RARE

dbt (Data Build Tool)

Build, test, and ship analytics-engineering projects with dbt. Scaffolds projects, generates models and sources, writes data tests and documentation, manages packages, and deploys to dbt Cloud or Core.

Community 2.9K
Scanned
dbt analytics-engineering sql
mkdir -p ~/.claude/skills/dbt-analytics && curl -fsSL https://raw.githubusercontent.com/DipakMandlik/Pi-Skills/HEAD/src/skills/dbt-developer.skill.md -o ~/.claude/skills/dbt-analytics/SKILL.md
🌐 Community
COMMON

defi-onchain-analytics

Use when profiling wallets, analyzing protocols or pools, inspecting token metrics, evaluating DEX liquidity or LP/vault performance, reading smart contract state, resolving proxy contracts and unknown interfaces, tracing exploit fund flows, or investigating on-chain incidents on

leishaurgent673 500
Scanned
performance
git clone https://github.com/leishaurgent673/defi-onchain-analytics ~/.claude/skills/defi-onchain-analytics
🎨 Design
COMMON

Design DNA Extractor

Extract, define, and apply a design's DNA across three dimensions: design system (tokens), design style (qualitative feel), and visual effects (Canvas, WebGL, 3D, particles, shaders, scroll). Turn reference images or URLs into a structured JSON profile, or generate a design from one.

Tricholomaaurantiumknottiness355 700
Scanned
design-system design-tokens webgl
mkdir -p ~/.claude/skills/design-dna && curl -fsSL https://raw.githubusercontent.com/Tricholomaaurantiumknottiness355/design-dna/HEAD/SKILL.md -o ~/.claude/skills/design-dna/SKILL.md
🌐 Community
COMMON

Design Taste Frontend

Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.

Community 500
Scanned
design data
mkdir -p ~/.claude/skills/design-taste-frontend && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/art-direction/SKILL.md -o ~/.claude/skills/design-taste-frontend/SKILL.md
🎨 Design
RARE

Design Tokens & Theming

Architect a design-token system — semantic color, typography, spacing, and radius scales as CSS variables with light/dark themes. Uses the Tailwind CSS 4 @theme directive for a single source of truth.

Community 1.6K
Scanned
design-tokens theming css-variables
mkdir -p ~/.claude/skills/design-tokens && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/design-tokens/SKILL.md -o ~/.claude/skills/design-tokens/SKILL.md
⚡ Productivity
RARE

Dev Containers & Codespaces

Configure reproducible development environments with Dev Containers. Generates devcontainer.json configs, Dockerfile setups, VS Code extensions lists, and post-create scripts for instant onboarding.

Trail of Bits 1.7K
Scanned
devcontainers codespaces docker
mkdir -p ~/.claude/skills/devcontainers && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/devcontainer-setup/skills/devcontainer-setup/SKILL.md -o ~/.claude/skills/devcontainers/SKILL.md
⚙️ Engineering
RARE

Django Backend

Build Django web apps and REST APIs with Django REST Framework. Generates models with proper indexes, optimizes ORM queries with select_related/prefetch_related, builds DRF serializers and viewsets, and wires up JWT authentication.

Community 3.1K
Scanned
django drf python
mkdir -p ~/.claude/skills/django-expert && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/django-expert/SKILL.md -o ~/.claude/skills/django-expert/SKILL.md
⚙️ Engineering
RARE

Docker Compose Builder

Create and optimize Docker Compose configurations for local development and staging environments. Generates multi-service setups with proper networking, volumes, health checks, and environment management.

Community 3.8K
Scanned
docker containers compose
mkdir -p ~/.claude/skills/docker-compose && curl -fsSL https://raw.githubusercontent.com/gordonmurray/data-engineering-skills/HEAD/docker-compose/SKILL.md -o ~/.claude/skills/docker-compose/SKILL.md
⚙️ Engineering Cloudflare
EPIC

Durable Objects

Create and review Cloudflare Durable Objects for stateful coordination — chat rooms, multiplayer games, booking systems with RPC, SQLite, alarms, and WebSockets.

Cloudflare 25K
Verified
cloudflare architecture
mkdir -p ~/.claude/skills/cloudflare-durable-objects && curl -fsSL https://raw.githubusercontent.com/cloudflare/skills/HEAD/skills/durable-objects/SKILL.md -o ~/.claude/skills/cloudflare-durable-objects/SKILL.md
⚙️ Engineering
RARE

Elixir & Phoenix

Write idiomatic Elixir with OTP patterns, supervision trees, and Phoenix LiveView. Builds fault-tolerant, highly concurrent backends and real-time features on the BEAM with GenServers and channels.

Community 1.3K
Scanned
elixir phoenix liveview
mkdir -p ~/.claude/skills/elixir-pro && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/elixir-pro/SKILL.md -o ~/.claude/skills/elixir-pro/SKILL.md
📢 Marketing
RARE

Email Template Builder

Design and code responsive HTML email templates that work across all email clients. Generates table-based layouts with inline styles, dark mode support, and compatibility with Gmail, Outlook, and Apple Mail.

Community 2.9K
Scanned
email html-email marketing
mkdir -p ~/.claude/skills/email-template && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/email-deliverability/SKILL.md -o ~/.claude/skills/email-template/SKILL.md
🌐 Community
RARE

Embedded Systems & Firmware

Write firmware for microcontrollers and RTOS applications. Configure peripherals, write interrupt handlers, implement DMA transfers, debug timing issues, and optimize power consumption for STM32, ESP32, FreeRTOS, and bare-metal targets.

Jeffallan 1.5K
Scanned
embedded firmware iot
mkdir -p ~/.claude/skills/embedded-systems && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/embedded-systems/SKILL.md -o ~/.claude/skills/embedded-systems/SKILL.md
⚙️ Engineering
RARE

Embedding Strategies

Choose and optimize embedding models for semantic search and RAG. Compares model trade-offs, designs chunking strategies, handles domain adaptation, and tunes embedding quality to improve retrieval accuracy.

Community 2.9K
Scanned
embeddings semantic-search chunking
mkdir -p ~/.claude/skills/embedding-strategies && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/embedding-strategies/SKILL.md -o ~/.claude/skills/embedding-strategies/SKILL.md
📊 Data
RARE

Evidence (BI as Code)

Build BI reports as code with Evidence. Writes SQL plus Markdown pages that render interactive charts and tables, parameterizes reports with query results, and ships polished, version-controlled data apps as static sites — no drag-and-drop BI.

Community 1.3K
Scanned
evidence bi sql
mkdir -p ~/.claude/skills/evidence-bi && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/evidence/SKILL.md -o ~/.claude/skills/evidence-bi/SKILL.md
⚙️ Engineering
RARE

Express.js API Patterns

Build Express.js APIs the right way. Structures routes and middleware, centralizes error handling, validates requests, and configures CORS so your Node backend stays maintainable as it grows.

Community 3.4K
Scanned
express nodejs middleware
mkdir -p ~/.claude/skills/express-api-patterns && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/express-api-patterns/SKILL.md -o ~/.claude/skills/express-api-patterns/SKILL.md
⚙️ Engineering
RARE

FastAPI Python

Build high-performance Python APIs with FastAPI. Generates Pydantic models, async route handlers, dependency injection, background tasks, and auto-generated OpenAPI docs with proper error handling.

Community 3.6K
Scanned
fastapi python api
mkdir -p ~/.claude/skills/fastapi-python && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/fastapi-expert/SKILL.md -o ~/.claude/skills/fastapi-python/SKILL.md
⚙️ Engineering
RARE

Fastify REST API

Build high-performance Node.js APIs with Fastify. Uses JSON Schema validation and serialization, plugins and decorators, hooks, and typed routes to get maximum throughput with minimal overhead.

Community 1.5K
Scanned
fastify nodejs json-schema
mkdir -p ~/.claude/skills/fastify-rest-api && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/fastify-rest-api/SKILL.md -o ~/.claude/skills/fastify-rest-api/SKILL.md
🌐 Community
RARE

FFmpeg Video Processing

Automate video processing with FFmpeg commands. Generates complex filter chains for transcoding, trimming, concatenating, adding subtitles, extracting audio, creating thumbnails, and batch-processing video files.

Community 3.9K
Scanned
ffmpeg video multimedia
mkdir -p ~/.claude/skills/ffmpeg-video && curl -fsSL https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/HEAD/video-downloader/SKILL.md -o ~/.claude/skills/ffmpeg-video/SKILL.md
⚙️ Engineering
RARE

Firebase APK Scanner

Scan Android APKs for Firebase misconfigurations — open databases, public storage buckets, weak authentication, and exposed cloud functions. For authorized mobile app security audits and research.

Trail of Bits 1.3K
Scanned
security mobile android
mkdir -p ~/.claude/skills/community-firebase-apk-scanner && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/firebase-apk-scanner/skills/firebase-apk-scanner/SKILL.md -o ~/.claude/skills/community-firebase-apk-scanner/SKILL.md
⚙️ Engineering
RARE

Flask API Development

Develop lightweight Flask APIs with routing, blueprints, database integration, authentication, and clean request/response handling. Ideal for microservices and small web services where Django would be overkill.

Community 2.0K
Scanned
flask python blueprints
mkdir -p ~/.claude/skills/flask-api-development && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/flask-api-development/SKILL.md -o ~/.claude/skills/flask-api-development/SKILL.md
⚙️ Engineering
RARE

Fluent Bit Logging

Validate, lint, and test Fluent Bit log pipelines. Checks config syntax, enforces best practices, flags security issues, and runs dry-run tests on inputs, filters, parsers, and outputs before you ship a logging config to production.

Community 1.9K
Scanned
fluent-bit logging observability
mkdir -p ~/.claude/skills/fluentbit-validator && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/fluentbit-validator/SKILL.md -o ~/.claude/skills/fluentbit-validator/SKILL.md
⚙️ Engineering
RARE

Flux CD

Bootstrap and operate Flux CD on Kubernetes. Creates and manages GitOps sources (Git, Helm, OCI, Bucket), configures Kustomizations and HelmReleases, reconciles resources on demand, sets up image automation and alerting, and pushes OCI artifacts.

Community 1.6K
Scanned
flux gitops kubernetes
mkdir -p ~/.claude/skills/flux-cd && curl -fsSL https://raw.githubusercontent.com/dirien/claude-skills/main/flux-cli/SKILL.md -o ~/.claude/skills/flux-cd/SKILL.md
🌐 Community
RARE

Foundry & Solidity

Develop and test Solidity smart contracts with the Foundry toolkit. Write Forge tests, deploy with scripts, and debug using Cast and Anvil. Triggers on forge/cast/anvil commands and files like foundry.toml, *.t.sol, and *.s.sol.

tenequm 1.7K
Scanned
foundry solidity ethereum
mkdir -p ~/.claude/skills/foundry-solidity && curl -fsSL https://raw.githubusercontent.com/tenequm/skills/HEAD/skills/foundry-solidity/SKILL.md -o ~/.claude/skills/foundry-solidity/SKILL.md
🎨 Design
RARE

Framer Motion Animations

Create fluid animations and transitions in React with Framer Motion. Generates layout animations, gesture interactions, scroll-triggered effects, page transitions, and complex orchestrated sequences.

Community 3.1K
Scanned
animation framer-motion react
mkdir -p ~/.claude/skills/framer-motion && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/framer-motion/SKILL.md
🌐 Community
RARE

Game Developer (Unity & Unreal)

Build game systems in Unity and Unreal Engine. Implement ECS architecture, configure physics and colliders, set up multiplayer with lag compensation, write shaders, optimize to 60+ FPS, and apply patterns like object pooling and state machines.

Jeffallan 2.2K
Scanned
gamedev unity unreal
mkdir -p ~/.claude/skills/game-developer && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/game-developer/SKILL.md -o ~/.claude/skills/game-developer/SKILL.md
⚙️ Engineering
RARE

GitLab CI/CD Pipelines

Build and maintain GitLab CI/CD pipelines with testing, coverage reporting, caching, snapshot builds, and automated releases. Scaffolds .gitlab-ci.yml stages, wires artifacts and caches, and sets up tag-driven release automation.

Community 3.0K
Scanned
gitlab gitlab-ci cicd
mkdir -p ~/.claude/skills/gitlab-ci && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/gitlab-ci/SKILL.md -o ~/.claude/skills/gitlab-ci/SKILL.md
⚙️ Engineering
RARE

GitOps Workflows

Design GitOps deployment workflows with ArgoCD and Flux. Structures Git repos (app-of-apps, monorepo vs polyrepo), deploys to multiple clusters with ApplicationSets, manages secrets with SOPS/Sealed Secrets/External Secrets, implements canary and blue-green rollouts, and compares ArgoCD vs Flux.

Community 2.7K
Scanned
gitops argocd flux
mkdir -p ~/.claude/skills/gitops-workflows && curl -fsSL https://raw.githubusercontent.com/ahmedasmar/devops-claude-skills/main/gitops-workflows/skills/SKILL.md -o ~/.claude/skills/gitops-workflows/SKILL.md
⚙️ Engineering
RARE

Google ADK RAG Agent

Build RAG agents with Google ADK and Vertex AI RAG Engine. Sets up corpora, the VertexAiRagRetrieval tool, and citation-backed responses for document Q&A on Google Cloud.

Community 1.4K
Scanned
google-adk vertex-ai rag
mkdir -p ~/.claude/skills/adk-rag-agent && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/adk-rag-agent/SKILL.md -o ~/.claude/skills/adk-rag-agent/SKILL.md
📊 Data
RARE

Google BigQuery

Query and model data in BigQuery. Writes performant GoogleSQL, partitions and clusters tables to cut scan costs, builds scheduled queries and materialized views, and manages datasets, UDFs, and BI Engine for fast, cheap analytics.

Community 2.5K
Scanned
bigquery data-warehouse sql
mkdir -p ~/.claude/skills/bigquery-warehouse && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/gcp-bigquery/SKILL.md -o ~/.claude/skills/bigquery-warehouse/SKILL.md
🎨 Design
COMMON

Google Fonts Typography System

Generate complete typography systems from Google Fonts. Suggests single fonts or pairs across 1,900+ families tagged by personality and contrast, then outputs a full type scale as CSS custom properties, Tailwind config, and embed links.

amohavarshansankar 900
Scanned
typography fonts design-tokens
mkdir -p ~/.claude/skills/google-fonts && curl -fsSL https://raw.githubusercontent.com/amohavarshansankar/google-fonts-skill/HEAD/SKILL.md -o ~/.claude/skills/google-fonts/SKILL.md
⚙️ Engineering
RARE

Grafana Dashboard Builder

Design and generate Grafana dashboards with PromQL and LogQL queries. Creates panels for system metrics, application KPIs, SLO tracking, and alerting rules with proper thresholds and visualization types.

Community 2.6K
Scanned
grafana monitoring dashboards
mkdir -p ~/.claude/skills/grafana-dashboards && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/monitoring-and-alerting/SKILL.md -o ~/.claude/skills/grafana-dashboards/SKILL.md
⚙️ Engineering
RARE

Grafana Loki Logging

Stand up and operate Grafana Loki for horizontally scalable log aggregation. Configures object-storage backends (S3, GCS, Azure Blob), writes LogQL queries, tunes retention and compaction, deploys via Helm, and troubleshoots Loki on Kubernetes.

Community 2.1K
Scanned
loki logging logql
mkdir -p ~/.claude/skills/grafana-loki && curl -fsSL https://raw.githubusercontent.com/julianobarbosa/claude-code-skills/main/skills/loki/SKILL.md -o ~/.claude/skills/grafana-loki/SKILL.md
⚙️ Engineering
RARE

Grafana Tempo Tracing

Deploy and operate Grafana Tempo, a high-scale distributed tracing backend for OpenTelemetry. Configures object-storage backends, writes TraceQL queries, deploys via Helm, explains trace and span structure, and troubleshoots Tempo on Kubernetes.

Community 1.7K
Scanned
tempo tracing traceql
mkdir -p ~/.claude/skills/grafana-tempo && curl -fsSL https://raw.githubusercontent.com/julianobarbosa/claude-code-skills/main/skills/tempo/SKILL.md -o ~/.claude/skills/grafana-tempo/SKILL.md
⚙️ Engineering
RARE

GraphQL API Architect

Design GraphQL schemas, implement Apollo Federation, and build real-time subscriptions. Covers resolvers with DataLoader batching, query optimization, federation directives, and schema-first API architecture.

Community 1.7K
Scanned
graphql apollo-federation dataloader
mkdir -p ~/.claude/skills/graphql-architect && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/graphql-architect/SKILL.md -o ~/.claude/skills/graphql-architect/SKILL.md
⚙️ Engineering
RARE

GraphQL Code Generator

Generate fully typed client code, resolvers, and SDK from your GraphQL schema. Creates TypeScript types, React hooks, resolver signatures, and API clients with zero runtime overhead.

The Guild 2.9K
Scanned
graphql typescript codegen
mkdir -p ~/.claude/skills/graphql-codegen && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/graphql-architect/SKILL.md -o ~/.claude/skills/graphql-codegen/SKILL.md
📊 Data
RARE

Great Expectations Data Quality

Add automated data-quality gates with Great Expectations. Profiles datasets, generates expectation suites, runs validations and checkpoints, and wires quality gates into pipelines to catch bad data early.

Community 1.7K
Scanned
great-expectations data-quality validation
mkdir -p ~/.claude/skills/great-expectations && curl -fsSL https://raw.githubusercontent.com/jamiojala/skillforge/HEAD/skills/data-quality-gatekeeper/SKILL.md -o ~/.claude/skills/great-expectations/SKILL.md
🎨 Design
RARE

GSAP Animation

Build production-grade web animations with GSAP (GreenSock). Creates timeline sequences, scroll-triggered effects, SVG and text animation, and physics-based easing with performant, framework-agnostic code.

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

Headless WordPress

Build headless WordPress sites with the REST API or WPGraphQL. Generates custom post types, ACF field groups, GraphQL queries, and Next.js/Astro frontend integrations for decoupled WordPress architectures.

Community 2.1K
Scanned
wordpress headless wpgraphql
mkdir -p ~/.claude/skills/wordpress-headless && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/wordpress-pro/SKILL.md -o ~/.claude/skills/wordpress-headless/SKILL.md
⚙️ Engineering
RARE

Helm Chart Generator

Generate and validate Helm charts for Kubernetes applications. Scaffolds chart structure, templates Deployments/Services/Ingress with sane values, parameterizes via values.yaml, adds helpers and hooks, and checks charts against best practices.

Community 2.0K
Scanned
helm kubernetes charts
mkdir -p ~/.claude/skills/helm-charts && curl -fsSL https://raw.githubusercontent.com/gitjfmd/ansible-skills/main/devops-skills-plugin/skills/helm-generator/SKILL.md -o ~/.claude/skills/helm-charts/SKILL.md
⚙️ Engineering
RARE

i18n Localization

Internationalize web applications with i18next. Generates translation files, React hooks for language switching, plural/gender rules, date/number formatting, and automated translation workflows.

i18next 2.4K
Scanned
i18n localization translations
mkdir -p ~/.claude/skills/i18n-localization && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/internationalization/SKILL.md -o ~/.claude/skills/i18n-localization/SKILL.md
⚙️ Engineering
RARE

Image Optimization Pipeline

Optimize images for the web — generates responsive srcsets, converts to modern formats (AVIF, WebP), compresses without visible quality loss, and creates lazy-loading implementations for faster page loads.

Community 1.6K
Scanned
images optimization webp
mkdir -p ~/.claude/skills/image-optimization && curl -fsSL https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/HEAD/image-enhancer/SKILL.md -o ~/.claude/skills/image-optimization/SKILL.md
⚙️ Engineering
RARE

Inngest Durable Workflows

Build reliable background jobs and scheduled workflows with Inngest. Generates event-driven functions with automatic retries, cron triggers, step functions, and durable execution that survives crashes.

Inngest 2.0K
Scanned
inngest background-jobs workflows
mkdir -p ~/.claude/skills/inngest-workflows && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/architecture-designer/SKILL.md -o ~/.claude/skills/inngest-workflows/SKILL.md
⚙️ Engineering
RARE

Insecure Defaults Detector

Detect fail-open insecure defaults — hardcoded secrets, weak auth, and overly permissive security settings — that let an app run insecurely in production. Audits config management and environment variable handling.

Trail of Bits 1.6K
Scanned
security configuration secrets
mkdir -p ~/.claude/skills/community-insecure-defaults && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/insecure-defaults/skills/insecure-defaults/SKILL.md -o ~/.claude/skills/community-insecure-defaults/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
RARE

Istio Service Mesh

Configure Istio traffic management — routing, load balancing, circuit breakers, and canary deployments. Writes VirtualServices and DestinationRules for progressive delivery, retries, and resilience across a service mesh.

Community 2.3K
Scanned
istio service-mesh kubernetes
mkdir -p ~/.claude/skills/istio-traffic && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/istio-traffic-management/SKILL.md -o ~/.claude/skills/istio-traffic/SKILL.md
⚙️ Engineering
RARE

Jenkins Pipeline Builder

Generate best-practice Jenkinsfiles for Declarative and Scripted pipelines. Scaffolds build/test/deploy stages, wires credentials, agents, and post conditions, and models parallel stages and shared libraries for robust CI/CD.

Community 2.2K
Scanned
jenkins jenkinsfile cicd
mkdir -p ~/.claude/skills/jenkinsfile-generator && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/jenkinsfile-generator/SKILL.md -o ~/.claude/skills/jenkinsfile-generator/SKILL.md
📊 Data
RARE

Kafka Streaming

Build event-streaming systems with Apache Kafka. Writes producers and consumers, designs topics and partitioning, handles consumer groups and offsets, and implements idempotent, exactly-once processing.

Community 2.2K
Scanned
kafka streaming event-driven
mkdir -p ~/.claude/skills/kafka-streaming && curl -fsSL https://raw.githubusercontent.com/Jupiter41/arthur-airport/HEAD/docs/skills/kafka.SKILL.md -o ~/.claude/skills/kafka-streaming/SKILL.md
⚙️ Engineering
RARE

Kamal Deploy

Deploy containerized apps to any server with Kamal — zero-downtime rollouts, no Kubernetes. Configures deploy.yml, wires accessories and secrets, and ships Rails or any web app to a VPS/cloud host as a self-hosted Heroku/Render alternative.

Community 2.6K
Scanned
kamal deployment docker
mkdir -p ~/.claude/skills/kamal-deploy && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/kamal-deploy/SKILL.md -o ~/.claude/skills/kamal-deploy/SKILL.md
📊 Data
RARE

Kestra Orchestration

Orchestrate data workflows with Kestra's declarative YAML. Writes flows with schedule, webhook, and flow triggers, script tasks, and parallel or conditional logic, adds retries, timeouts, and error handling, and migrates DAGs from Airflow or Prefect.

Community 1.3K
Scanned
kestra orchestration workflows
mkdir -p ~/.claude/skills/kestra-orchestration && curl -fsSL https://raw.githubusercontent.com/lemig/kestra-template/main/.claude/skills/kestra/SKILL.md -o ~/.claude/skills/kestra-orchestration/SKILL.md
⚙️ Engineering
RARE

Kubernetes Manifests

Generate and debug Kubernetes YAML manifests — Deployments, Services, Ingress, ConfigMaps, RBAC, and Helm charts. Follows production-ready patterns with proper resource limits, health checks, and security contexts.

Community 4.2K
Scanned
kubernetes k8s containers
mkdir -p ~/.claude/skills/kubernetes-manifests && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/kubernetes-specialist/SKILL.md -o ~/.claude/skills/kubernetes-manifests/SKILL.md
⚙️ Engineering
RARE

Kubernetes Troubleshooter

Systematic Kubernetes incident response and debugging. Diagnoses CrashLoopBackOff, ImagePullBackOff, OOMKilled, and Pending pods, fixes NotReady nodes and DiskPressure, debugs service networking and PVC failures, investigates Helm releases, and runs post-incident reviews.

Community 4.1K
Scanned
kubernetes kubectl troubleshooting
mkdir -p ~/.claude/skills/k8s-troubleshooter && curl -fsSL https://raw.githubusercontent.com/ahmedasmar/devops-claude-skills/main/k8s-troubleshooter/skills/SKILL.md -o ~/.claude/skills/k8s-troubleshooter/SKILL.md
⚙️ Engineering
RARE

Kustomize Config

Generate ConfigMaps, Secrets, and overlays with Kustomize for Kubernetes. Builds base + overlay structures, uses generators for config and secrets, and patches manifests per environment without templating or Helm.

Community 1.8K
Scanned
kustomize kubernetes k8s
mkdir -p ~/.claude/skills/kustomize-generators && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/kustomize-generators/SKILL.md -o ~/.claude/skills/kustomize-generators/SKILL.md
⚙️ Engineering
RARE

Langfuse LLM Observability

Instrument LLM apps with Langfuse for tracing, prompt management, evaluation, and datasets. Captures nested traces across LangChain, LlamaIndex, and OpenAI calls to debug latency, cost, and quality in production.

Community 2.4K
Scanned
langfuse observability tracing
mkdir -p ~/.claude/skills/langfuse && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/langfuse/SKILL.md -o ~/.claude/skills/langfuse/SKILL.md
⚙️ Engineering
RARE

Linkerd Service Mesh

Implement Linkerd service mesh patterns for lightweight, zero-trust networking. Installs the mesh, meshes workloads, configures mTLS and traffic policies, and sets up retries and traffic splits with minimal overhead.

Community 1.6K
Scanned
linkerd service-mesh kubernetes
mkdir -p ~/.claude/skills/linkerd-patterns && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/linkerd-patterns/SKILL.md -o ~/.claude/skills/linkerd-patterns/SKILL.md
⚙️ Engineering
RARE

LLM Fine-Tuning Expert

Fine-tune LLMs with LoRA, QLoRA, and PEFT. Prepares JSONL datasets, sets hyperparameters, runs adapter training and instruction tuning, and applies RLHF/DPO — then quantizes and deploys the resulting model.

Community 3.2K
Scanned
fine-tuning lora qlora
mkdir -p ~/.claude/skills/fine-tuning-expert && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/fine-tuning-expert/SKILL.md -o ~/.claude/skills/fine-tuning-expert/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
⚙️ Engineering
RARE

Meilisearch Integration

Add instant search to your application with Meilisearch. Generates index configurations, search UI components, faceted filtering, typo-tolerant queries, and relevancy tuning for sub-50ms search results.

Meilisearch 1.8K
Scanned
meilisearch search full-text
mkdir -p ~/.claude/skills/meilisearch && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/feature-forge/SKILL.md -o ~/.claude/skills/meilisearch/SKILL.md
📊 Data
RARE

Metabase BI

Build self-service analytics with Metabase. Creates questions and native SQL queries, designs dashboards with filters, sets up models and a semantic layer, configures signed embedding and permissions, and automates assets through the Metabase API.

Community 2.4K
Scanned
metabase bi dashboards
mkdir -p ~/.claude/skills/metabase-bi && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/metabase/SKILL.md -o ~/.claude/skills/metabase-bi/SKILL.md
⚙️ Engineering
RARE

Microservices Architect

Design distributed systems and decompose monoliths into bounded-context services. Recommends communication patterns, produces service-boundary diagrams, and applies saga, event-sourcing, and CQRS resilience strategies.

Community 2.2K
Scanned
microservices ddd distributed-systems
mkdir -p ~/.claude/skills/microservices-architect && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/microservices-architect/SKILL.md -o ~/.claude/skills/microservices-architect/SKILL.md
⚙️ Engineering
RARE

ML Experiment Tracking

Track ML experiments with reproducible parameters, metrics, and artifacts. Logs runs, compares hyperparameter sweeps, and versions models so training results stay reproducible and easy to compare.

Community 1.5K
Scanned
mlops experiment-tracking reproducibility
mkdir -p ~/.claude/skills/ml-experiment-tracking && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/machine-learning/ml-experiment-tracking/SKILL.md -o ~/.claude/skills/ml-experiment-tracking/SKILL.md
⚙️ Engineering
RARE

Monitoring & Observability Strategy

Design end-to-end observability: metrics, logs, and traces. Applies the Four Golden Signals and RED/USE methods, stands up Prometheus/Grafana/Loki, instruments with OpenTelemetry, calculates SLOs and error budgets, and optimizes Datadog cost or migrates to an open-source stack.

Community 3.4K
Scanned
observability monitoring slo
mkdir -p ~/.claude/skills/monitoring-observability && curl -fsSL https://raw.githubusercontent.com/ahmedasmar/devops-claude-skills/main/monitoring-observability/skills/SKILL.md -o ~/.claude/skills/monitoring-observability/SKILL.md
⚙️ Engineering
RARE

Multi-Agent Orchestration Patterns

Design multi-agent systems with orchestrator, peer-to-peer, and hierarchical patterns. Covers task decomposition, agent handoffs, shared state, and coordination so a team of agents stays reliable instead of looping.

Community 3.3K
Scanned
multi-agent orchestration agents
mkdir -p ~/.claude/skills/multi-agent-patterns && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/multi-agent-patterns/SKILL.md -o ~/.claude/skills/multi-agent-patterns/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
⚙️ Engineering
RARE

NestJS Backend

Build enterprise-grade Node.js backends with NestJS. Generates modules, controllers, services, guards, interceptors, and microservice patterns with full dependency injection and TypeScript decorators.

Community 4.2K
Scanned
nestjs backend enterprise
mkdir -p ~/.claude/skills/nestjs-backend && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/nestjs-expert/SKILL.md -o ~/.claude/skills/nestjs-backend/SKILL.md
⚙️ Engineering
RARE

New Relic APM

Automate New Relic observability — manage alert policies, notification channels, and alert conditions, and monitor application and browser performance. Wires up APM alerting, defines conditions on golden signals, and routes notifications to the right teams.

Community 2.1K
Scanned
new-relic apm observability
mkdir -p ~/.claude/skills/new-relic-automation && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/new-relic-automation/SKILL.md -o ~/.claude/skills/new-relic-automation/SKILL.md
📊 Data
RARE

NotebookLM Research Agent

Autonomous research agent powered by Google NotebookLM. Ingests sources (URL, PDF, DOCX, YouTube, Drive), runs deep web research, asks cited questions, and generates artifacts — audio podcasts, video, slide decks, reports, quizzes, flashcards, mind maps, and study guides.

jakubs2623 1.4K
Scanned
notebooklm research rag
mkdir -p ~/.claude/skills/notebooklm-research && curl -fsSL https://raw.githubusercontent.com/jakubs2623/notebooklm-skill/HEAD/SKILL.md -o ~/.claude/skills/notebooklm-research/SKILL.md
⚡ Productivity
RARE

Notion Workspace Automation

Automate Notion workspaces via the API. Creates databases, pages, templates, and integrations that sync project data, generate meeting notes, build dashboards, and manage team workflows programmatically.

Community 2.7K
Scanned
notion automation workspace
mkdir -p ~/.claude/skills/notion-workspace && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/atlassian-mcp/SKILL.md -o ~/.claude/skills/notion-workspace/SKILL.md
⚙️ Engineering
RARE

OAuth & Authentication

Implement authentication and authorization — OAuth 2.0/OIDC flows, JWT handling, session management, RBAC, and integration with providers like Auth0, Clerk, and NextAuth. Generates secure auth code with proper token handling.

Community 3.8K
Scanned
authentication oauth jwt
mkdir -p ~/.claude/skills/oauth-auth && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/secure-code-guardian/SKILL.md -o ~/.claude/skills/oauth-auth/SKILL.md
⚙️ Engineering
RARE

OpenTelemetry Instrumentation

Instrument your applications with OpenTelemetry for distributed tracing, metrics, and logging. Generates SDK setup, custom spans, metric collectors, and exporter configurations for Jaeger, Grafana, and Datadog.

Community 1.9K
Scanned
observability tracing metrics
mkdir -p ~/.claude/skills/opentelemetry && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/monitoring-expert/SKILL.md -o ~/.claude/skills/opentelemetry/SKILL.md
🎨 Design
RARE

Panda CSS Design System

Build type-safe, zero-runtime CSS with Panda CSS. Creates design tokens, recipes, slot recipes, and responsive patterns with compile-time CSS extraction — no runtime overhead from the Chakra UI team.

Chakra UI 1.8K
Scanned
panda-css css-in-js design-tokens
mkdir -p ~/.claude/skills/panda-css && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/design-system/SKILL.md -o ~/.claude/skills/panda-css/SKILL.md
📊 Data
RARE

Pandera DataFrame Validation

Validate pandas DataFrames with pandera schemas. Defines column checks, dtype and range constraints, class-based schema models, and decorator-based validation so bad data fails fast in your pipelines.

Community 1.9K
Scanned
pandera dataframe validation
mkdir -p ~/.claude/skills/pandera-validation && curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/majestic-marketplace/HEAD/plugins/majestic-data/skills/pandera-validation/SKILL.md -o ~/.claude/skills/pandera-validation/SKILL.md
📊 Data
RARE

Parquet Columnar Storage

Work with Apache Parquet effectively. Chooses compression codecs, designs partition layouts, applies predicate and column pushdown, and handles schema evolution so analytical reads stay fast and cheap.

Community 2.1K
Scanned
parquet columnar partitioning
mkdir -p ~/.claude/skills/parquet-coder && curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/majestic-marketplace/HEAD/plugins/majestic-data/skills/parquet-coder/SKILL.md -o ~/.claude/skills/parquet-coder/SKILL.md
⚙️ Engineering
RARE

Payload CMS

Build content-driven applications with Payload CMS. Generates collection configs, custom fields, access control policies, hooks, and API endpoints with full TypeScript type safety and self-hosted deployment.

Payload 2.6K
Scanned
cms payload headless
mkdir -p ~/.claude/skills/payload-cms && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/fullstack-guardian/SKILL.md -o ~/.claude/skills/payload-cms/SKILL.md
🌐 Community
RARE

Phaser.js Browser Games

Build HTML5 browser games with Phaser.js. Generates game scenes, sprite animations, physics bodies, tilemap levels, particle effects, and audio management for Canvas and WebGL games.

Phaser 1.9K
Scanned
phaser game-dev html5
mkdir -p ~/.claude/skills/phaser-browser-games && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/game-developer/SKILL.md -o ~/.claude/skills/phaser-browser-games/SKILL.md
⚙️ Engineering
RARE

Playwright E2E Testing

Write and maintain end-to-end tests with Playwright. Generates test suites with proper page objects, fixtures, visual regression checks, and CI integration for cross-browser testing.

Community 4.8K
Scanned
playwright e2e testing
mkdir -p ~/.claude/skills/playwright-e2e && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/playwright-expert/SKILL.md -o ~/.claude/skills/playwright-e2e/SKILL.md
📊 Data
RARE

Polars DataFrames

Wrangle data at speed with Polars. Loads, filters, joins, groups, and reshapes large datasets using expressions and lazy frames, and migrates pandas code to faster Polars equivalents.

Community 2.4K
Scanned
polars dataframes python
mkdir -p ~/.claude/skills/polars-dataframes && curl -fsSL https://raw.githubusercontent.com/foryourhealth111-pixel/Vibe-Skills/HEAD/bundled/skills/polars/SKILL.md -o ~/.claude/skills/polars-dataframes/SKILL.md
🔧 Core Tools
RARE

Polis Protocol (Multi-Agent Teams)

Set up a self-optimizing, multi-vendor AI agent team in a folder of Markdown. Each agent is a citizen with a signed capability card; tasks are contracts routed to the best performer by a learning bandit; settled contracts produce lessons that compound into team memory.

yehudalevy-collab 1.2K
Scanned
multi-agent orchestration routing
mkdir -p ~/.claude/skills/polis-protocol && curl -fsSL https://raw.githubusercontent.com/yehudalevy-collab/polis-protocol/HEAD/SKILL.md -o ~/.claude/skills/polis-protocol/SKILL.md
📊 Data
RARE

PostHog Product Analytics

Instrument applications with PostHog for product analytics, session replay, feature flags, and A/B experiments. Generates event tracking code, funnel definitions, cohort queries, and experiment configurations.

PostHog 2.6K
Scanned
posthog analytics feature-flags
mkdir -p ~/.claude/skills/posthog-analytics && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/product-analytics-setup/SKILL.md -o ~/.claude/skills/posthog-analytics/SKILL.md
⚙️ Engineering
RARE

Prometheus Monitoring

Query and operate Prometheus via its HTTP API. Writes PromQL for instant and range queries, inspects targets, alerts, and rules, accesses series and label metadata, and runs TSDB admin operations to troubleshoot monitoring infrastructure.

Community 2.6K
Scanned
prometheus promql monitoring
mkdir -p ~/.claude/skills/prometheus && curl -fsSL https://raw.githubusercontent.com/julianobarbosa/claude-code-skills/main/skills/prometheus/SKILL.md -o ~/.claude/skills/prometheus/SKILL.md
⚙️ Engineering
RARE

Pulumi TypeScript IaC

Scaffold and write Pulumi infrastructure-as-code in TypeScript. Configures cloud resources for AWS/Azure/GCP, manages Pulumi ESC environments for centralized secrets, sets up OIDC authentication, builds reusable component resources, and works with stack references.

Community 1.9K
Scanned
pulumi typescript iac
mkdir -p ~/.claude/skills/pulumi-typescript && curl -fsSL https://raw.githubusercontent.com/dirien/claude-skills/main/pulumi-typescript/SKILL.md -o ~/.claude/skills/pulumi-typescript/SKILL.md
📊 Data
RARE

Pydantic Data Validation

Validate records with Pydantic models. Builds field and model validators, nested models, and batch validation patterns to enforce types and business rules at the edges of your data pipelines and APIs.

Community 3.2K
Scanned
pydantic validation python
mkdir -p ~/.claude/skills/pydantic-validation && curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/majestic-marketplace/HEAD/plugins/majestic-data/skills/pydantic-validation/SKILL.md -o ~/.claude/skills/pydantic-validation/SKILL.md
📊 Data
RARE

Python Data Science

Build data science workflows with Python — pandas DataFrames, scikit-learn models, matplotlib/plotly visualizations, and Jupyter notebooks. Generates clean, production-ready data pipelines with proper preprocessing.

Community 3.3K
Scanned
python pandas scikit-learn
mkdir -p ~/.claude/skills/python-data-science && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/pandas-pro/SKILL.md -o ~/.claude/skills/python-data-science/SKILL.md
⚙️ Engineering
RARE

Qdrant Vector Memory

Use Qdrant for vector search, semantic caching, and long-term agent memory. Builds collections with metadata filtering, hybrid search, and semantic caches that cut LLM calls and shrink context windows.

Community 2.7K
Scanned
qdrant vector-database semantic-cache
mkdir -p ~/.claude/skills/qdrant-memory && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/qdrant-memory/SKILL.md -o ~/.claude/skills/qdrant-memory/SKILL.md
🎨 Design
RARE

Radix UI Primitives

Build accessible, headless UI with Radix Primitives. Composes dialogs, menus, popovers, and comboboxes with correct focus management and ARIA, then styles them with your own tokens and compound-component patterns.

Community 1.9K
Scanned
radix-ui accessibility headless-ui
mkdir -p ~/.claude/skills/radix-ui-design-system && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/design/radix-ui-design-system/SKILL.md -o ~/.claude/skills/radix-ui-design-system/SKILL.md
⚙️ Engineering Vercel
LEGEND

React Best Practices

React and Next.js performance optimization guidelines from Vercel Engineering. 40+ rules across 8 categories covering components, data fetching, bundle optimization, and rendering.

Vercel 100K
Verified
react nextjs performance
mkdir -p ~/.claude/skills/vercel-react-best-practices && curl -fsSL https://raw.githubusercontent.com/vercel/vercel-plugin/HEAD/skills/react-best-practices/SKILL.md -o ~/.claude/skills/vercel-react-best-practices/SKILL.md
⚙️ Engineering Vercel
EPIC

React Composition Patterns

React composition patterns that scale. Compound components, render props, context providers, and component architecture for building flexible component libraries.

Vercel 45K
Verified
react architecture
mkdir -p ~/.claude/skills/vercel-composition-patterns && curl -fsSL https://raw.githubusercontent.com/supabase/supabase/HEAD/.claude/skills/vercel-composition-patterns/SKILL.md -o ~/.claude/skills/vercel-composition-patterns/SKILL.md
📢 Marketing
RARE

React Email Builder

Build transactional and marketing emails with React components. Generates responsive email templates that render correctly in Gmail, Outlook, and Apple Mail using the React Email library from Resend.

Resend 3.1K
Scanned
react-email email templates
mkdir -p ~/.claude/skills/react-email && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/email-sequences/SKILL.md -o ~/.claude/skills/react-email/SKILL.md
⚙️ Engineering
RARE

React Native Expert

Build cross-platform mobile apps with React Native using the New Architecture (Fabric, JSI, TurboModules). Generates components, navigation flows, native modules, and performance-optimized patterns.

Community 3.4K
Scanned
react-native mobile ios
mkdir -p ~/.claude/skills/react-native-expert && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-native-expert/SKILL.md -o ~/.claude/skills/react-native-expert/SKILL.md
⚙️ Engineering
RARE

React State Management Patterns

Choose and implement the right React state solution — Redux Toolkit, Zustand, Jotai, or TanStack Query. Separates server state from client state and structures stores that scale without prop drilling or over-rendering.

Community 2.8K
Scanned
react state-management redux-toolkit
mkdir -p ~/.claude/skills/react-state-management && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/react-state-management/SKILL.md -o ~/.claude/skills/react-state-management/SKILL.md
⚡ Productivity
RARE

README Generator

Generate comprehensive README files by analyzing your codebase. Creates sections for installation, usage, API reference, configuration, contributing guidelines, and badges from your actual code and package config.

Community 2.5K
Scanned
readme documentation markdown
mkdir -p ~/.claude/skills/readme-generator && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/code-documenter/SKILL.md -o ~/.claude/skills/readme-generator/SKILL.md
⚙️ Engineering
RARE

Redis Caching Patterns

Implement Redis caching and data structures for high-performance applications. Designs cache-aside, write-through, and TTL strategies plus pub/sub messaging, rate limiting, and session management.

Community 2.7K
Scanned
redis caching rate-limiting
mkdir -p ~/.claude/skills/redis-caching && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/sre-engineer/SKILL.md -o ~/.claude/skills/redis-caching/SKILL.md
📊 Data
RARE

Redpanda Streaming

Run Kafka-compatible streaming on Redpanda with rpk. Creates and configures topics, manages clusters, profiles, and connections, wires SASL and TLS and the schema registry, and operates tiered storage — a drop-in Kafka replacement with no ZooKeeper.

Community 1.5K
Scanned
redpanda kafka streaming
mkdir -p ~/.claude/skills/redpanda-streaming && curl -fsSL https://raw.githubusercontent.com/redpanda-data/skills/main/skills/rpk/SKILL.md -o ~/.claude/skills/redpanda-streaming/SKILL.md
🔧 Core Tools
RARE

Regex Builder & Explainer

Build, test, and explain regular expressions. Generates regex patterns from natural language descriptions, explains complex existing patterns step by step, and handles edge cases across JavaScript, Python, and Go flavors.

Community 3.7K
Scanned
regex patterns parsing
mkdir -p ~/.claude/skills/regex-builder && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/prompt-engineer/SKILL.md -o ~/.claude/skills/regex-builder/SKILL.md
⚡ Productivity
COMMON

Research Mode (Anti-Hallucination)

A toggleable anti-hallucination mode that enforces citation requirements, source grounding, and explicit 'I don't know' behavior based on Anthropic's guardrail guidance. Turn it on for factual work and off for creative work.

equalizerklystron781 800
Scanned
hallucination citations accuracy
mkdir -p ~/.claude/skills/research-mode && curl -fsSL https://raw.githubusercontent.com/equalizerklystron781/research-mode/HEAD/SKILL.md -o ~/.claude/skills/research-mode/SKILL.md
⚙️ Engineering
RARE

REST API Designer

Design clean REST APIs and OpenAPI specs. Covers resource modeling, versioning strategies, pagination patterns, consistent error handling, and contract-first API architecture before you write a line of server code.

Community 2.6K
Scanned
rest openapi api-design
mkdir -p ~/.claude/skills/api-designer && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/api-designer/SKILL.md -o ~/.claude/skills/api-designer/SKILL.md
⚙️ Engineering
RARE

Ruby on Rails 7

Build Rails 7+ apps with Hotwire. Optimizes Active Record queries with includes/eager_load, implements Turbo Frames and Streams for partial page updates, configures Action Cable WebSockets, sets up Sidekiq background jobs, and writes RSpec suites.

Community 2.4K
Scanned
rails ruby hotwire
mkdir -p ~/.claude/skills/rails-expert && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/rails-expert/SKILL.md -o ~/.claude/skills/rails-expert/SKILL.md
⚙️ Engineering
RARE

S3 File Storage Patterns

Implement file upload and storage with S3-compatible services. Generates presigned URL flows, multipart uploads, image processing pipelines, and CDN configurations for AWS S3, Cloudflare R2, and MinIO.

Community 2.5K
Scanned
s3 file-storage uploads
mkdir -p ~/.claude/skills/s3-file-storage && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/media-asset-management/SKILL.md -o ~/.claude/skills/s3-file-storage/SKILL.md
⚙️ Engineering
RARE

SARIF Results Parser

Parse, filter, deduplicate, and convert SARIF output from CodeQL, Semgrep, and other scanners. Aggregate findings across tools and wire results into CI/CD without re-running the scans themselves.

Trail of Bits 1.5K
Scanned
security sarif static-analysis
mkdir -p ~/.claude/skills/community-sarif-parsing && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/static-analysis/skills/sarif-parsing/SKILL.md -o ~/.claude/skills/community-sarif-parsing/SKILL.md
⚙️ Engineering
RARE

scikit-learn ML

Build classical ML pipelines with scikit-learn. Covers classification, regression, clustering, preprocessing, feature selection, model selection, and cross-validation with a consistent fit/transform/predict API.

Community 3.8K
Scanned
scikit-learn machine-learning python
mkdir -p ~/.claude/skills/scikit-learn && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/machine-learning/scikit-learn/SKILL.md -o ~/.claude/skills/scikit-learn/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
RARE

Semgrep Static Analysis

Run lightweight static analysis on your code using Semgrep. Supports 30+ languages with customizable rules for security vulnerabilities, bug patterns, and code style enforcement.

Trail of Bits 2.8K
Scanned
security sast static-analysis
mkdir -p ~/.claude/skills/semgrep-sast && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/semgrep-rule-creator/skills/semgrep-rule-creator/SKILL.md -o ~/.claude/skills/semgrep-sast/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
🌐 Community
COMMON

skills-root-readme

Vibe Coding OS — Claude/Codex/Cursor skill framework with 139 skills, 111 commands, 95 templates, 22 tracked sources, 28/28 validation gates PASS. Quality Shield, Engineering Discipline Pack, plugin marketplace.

roronoazoroshao369 500
Scanned
workflow
mkdir -p ~/.claude/skills/vibe-coding-os && curl -fsSL https://raw.githubusercontent.com/roronoazoroshao369/vibe-coding-os/HEAD/skills/SKILL.md -o ~/.claude/skills/vibe-coding-os/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
📊 Data
RARE

Snowflake Cost Optimizer

Cut Snowflake spend by analyzing warehouse and query costs. Surfaces the most expensive queries, detects anti-patterns like full scans and oversized warehouses, and recommends concrete optimizations.

Community 1.6K
Scanned
snowflake cost-optimization finops
mkdir -p ~/.claude/skills/snowflake-cost && curl -fsSL https://raw.githubusercontent.com/AltimateAI/altimate-code/HEAD/.opencode/skills/cost-report/SKILL.md -o ~/.claude/skills/snowflake-cost/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
⚙️ Engineering
RARE

Socket.io Real-Time

Build real-time applications with Socket.io. Generates WebSocket servers with rooms, namespaces, acknowledgments, binary streaming, and auto-reconnection for chat, collaboration, and live dashboards.

Community 3.0K
Scanned
websockets real-time socket-io
mkdir -p ~/.claude/skills/socketio-realtime && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/websocket-engineer/SKILL.md -o ~/.claude/skills/socketio-realtime/SKILL.md
📊 Data
RARE

Soda Data Quality

Catch bad data before it hits dashboards with Soda. Writes SodaCL checks for freshness, completeness, uniqueness, validity, and custom business rules, profiles datasets, and wires quality gates into pipelines and CI to stop bad data early.

Community 1.5K
Scanned
soda data-quality testing
mkdir -p ~/.claude/skills/soda-data-quality && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/soda/SKILL.md -o ~/.claude/skills/soda-data-quality/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

SolidJS Fine-Grained Reactivity

Build high-performance UIs with SolidJS. Uses signals, memos, effects, stores, and resources for fine-grained reactivity with no virtual DOM — ideal for granular, low-overhead updates.

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

Spring Boot 3

Generate Spring Boot 3.x services. Creates REST controllers, implements Spring Security 6 auth flows, sets up Spring Data JPA repositories, and configures reactive WebFlux endpoints for high-throughput Java microservices.

Community 2.7K
Scanned
spring-boot java jpa
mkdir -p ~/.claude/skills/spring-boot-engineer && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/spring-boot-engineer/SKILL.md -o ~/.claude/skills/spring-boot-engineer/SKILL.md
⚙️ Engineering
RARE

Storybook Component Workshop

Set up and configure Storybook 9 for any framework with autodetection and best practices. Scaffolds stories, args/controls, interaction tests, a11y checks, and CI-ready component documentation.

Community 3.2K
Scanned
storybook component-testing design-system
mkdir -p ~/.claude/skills/storybook-config && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/storybook-config/SKILL.md -o ~/.claude/skills/storybook-config/SKILL.md
🔧 Core Tools
RARE

String (Markdown that Runs)

Run a single Markdown file as a portable app, tool, or shell session through the String MCP runtime. Use /open, /act, /install, and /set to read files and URLs, run actions, install apps, and manage credentials from any agent.

string-os 1.9K
Scanned
mcp markdown runtime
mkdir -p ~/.claude/skills/using-string && curl -fsSL https://raw.githubusercontent.com/string-os/string/HEAD/skills/using-string/SKILL.md -o ~/.claude/skills/using-string/SKILL.md
⚙️ Engineering
RARE

Stripe Payments Integration

Integrate Stripe payment processing — checkout sessions, subscriptions, webhooks, customer portal, and billing logic. Generates type-safe server code with proper error handling and idempotency.

Community 4.4K
Scanned
stripe payments subscriptions
mkdir -p ~/.claude/skills/stripe-payments && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/integration-orchestrator/SKILL.md -o ~/.claude/skills/stripe-payments/SKILL.md
⚙️ Engineering
RARE

Supabase Backend

Build backend features with Supabase — authentication, database queries, row-level security policies, edge functions, real-time subscriptions, and storage. Generates type-safe client code with proper RLS.

Community 3.6K
Scanned
supabase postgresql auth
mkdir -p ~/.claude/skills/supabase-backend && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/backup-and-disaster-recovery/SKILL.md -o ~/.claude/skills/supabase-backend/SKILL.md
⚙️ Engineering
RARE

SvelteKit Applications

Build fast, modern web apps with SvelteKit. Covers routing, load functions, form actions, server vs client data flow, SSR/CSR/prerender adapters, and Svelte 5 runes for reactive state.

Community 1.9K
Scanned
sveltekit svelte ssr
mkdir -p ~/.claude/skills/sveltekit && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/sveltekit/SKILL.md -o ~/.claude/skills/sveltekit/SKILL.md
🎨 Design
RARE

Tailwind UI Components

Generate production-ready UI components using Tailwind CSS. Creates responsive layouts, interactive elements, dark mode variants, and accessible components following Tailwind best practices and design patterns.

Community 5.1K
Scanned
tailwind css ui-components
mkdir -p ~/.claude/skills/tailwind-components && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/frontend-component-build/SKILL.md -o ~/.claude/skills/tailwind-components/SKILL.md
⚙️ Engineering
RARE

TanStack Form

Build type-safe forms with TanStack Form v1 — field-level validation with Zod, async validation, multi-step wizards, dynamic field arrays, and Server Actions with shadcn/ui integration.

Community 1.4K
Scanned
tanstack-form forms zod
mkdir -p ~/.claude/skills/nextjs-tanstack-form && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/nextjs-tanstack-form/SKILL.md -o ~/.claude/skills/nextjs-tanstack-form/SKILL.md
⚙️ Engineering
RARE

TanStack Query Data Fetching

Manage server state in React with TanStack Query. Implements query caching, background refetching, optimistic updates, infinite scroll, pagination, and stale-while-revalidate patterns with full TypeScript support.

TanStack 4.3K
Scanned
tanstack-query react-query data-fetching
mkdir -p ~/.claude/skills/tanstack-query && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/tanstack-query/SKILL.md
⚙️ Engineering
RARE

TanStack Start Full-Stack React

Bootstrap and build full-stack React apps with TanStack Start — type-safe file routing, server functions, TanStack Query data loading, Tailwind 4, and shadcn/ui on Vite.

Community 1.5K
Scanned
tanstack-start tanstack-router react
mkdir -p ~/.claude/skills/setup-tanstack-start && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/setup-tanstack-start/SKILL.md -o ~/.claude/skills/setup-tanstack-start/SKILL.md
🌐 Community
COMMON

Target Prioritization

Multi-source drug-target due-diligence: ranked gene list → per-gene dossier across UniProt, OpenTargets, PubMed + cross-lineage DE scan + composite re-ranking. Claude Code / OpenClaw / SkillsMP skill.

Agents365-ai 500
Scanned
ai
mkdir -p ~/.claude/skills/target-prioritization && curl -fsSL https://raw.githubusercontent.com/Agents365-ai/target-prioritization/HEAD/skills/target-prioritization/SKILL.md -o ~/.claude/skills/target-prioritization/SKILL.md
🌐 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

Terragrunt IaC

Generate best-practice Terragrunt configurations — root configs, child modules, stacks, and multi-environment setups. Keeps Terraform DRY with shared inputs, remote state, and dependency wiring across dev/staging/prod.

Community 2.0K
Scanned
terragrunt terraform iac
mkdir -p ~/.claude/skills/terragrunt-generator && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/terragrunt-generator/SKILL.md -o ~/.claude/skills/terragrunt-generator/SKILL.md
⚙️ Engineering
RARE

Testing Library Best Practices

Write accessible, maintainable component tests with Testing Library (React and React Native). Enforces role/label queries, correct async handling, user-event flows, and pragmatic mocking over implementation-detail assertions.

Community 2.4K
Scanned
testing-library testing react
mkdir -p ~/.claude/skills/testing-library && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/testing-library/SKILL.md -o ~/.claude/skills/testing-library/SKILL.md
🌐 Community
RARE

Three.js & WebGL

Build interactive 3D web experiences with Three.js. Set up scenes, cameras, meshes, materials, lights, and animations; handle textures and loaders; and optimize WebGL/WebGPU rendering for product configurators, data viz, and immersive sites.

freshtechbro 2.4K
Scanned
threejs webgl 3d
mkdir -p ~/.claude/skills/threejs-webgl && curl -fsSL https://raw.githubusercontent.com/freshtechbro/claudedesignskills/HEAD/.claude/skills/threejs-webgl/SKILL.md -o ~/.claude/skills/threejs-webgl/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
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
⚙️ 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
RARE

Traefik Reverse Proxy

Manage Traefik reverse proxy for local and container development. Routes domains to services, configures CORS and TLS, checks service health, and debugs connectivity — with dynamic Docker-label and file-based routing.

Community 1.7K
Scanned
traefik reverse-proxy ingress
mkdir -p ~/.claude/skills/managing-traefik && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/data-ai/managing-traefik/SKILL.md -o ~/.claude/skills/managing-traefik/SKILL.md
🌐 Community
COMMON

Trail of Bits Security

Security analysis skills from Trail of Bits — static analysis with CodeQL and Semgrep, vulnerability detection, code auditing, and security review workflows.

Trail of Bits 500
Scanned
security automation
mkdir -p ~/.claude/skills/trailofbits-security && curl -fsSL https://raw.githubusercontent.com/georgekhananaev/claude-skills-vault/HEAD/.claude/skills/trailofbits-security/SKILL.md -o ~/.claude/skills/trailofbits-security/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

TruffleHog Secrets Scanner

Scan your codebase for leaked credentials, API keys, and secrets using TruffleHog. Detects 800+ credential types with live verification against real APIs to confirm which leaks are active.

Trail of Bits 3.2K
Scanned
security secrets credentials
mkdir -p ~/.claude/skills/trufflehog-secrets && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor/SKILL.md -o ~/.claude/skills/trufflehog-secrets/SKILL.md
⚙️ Engineering
RARE

Turborepo Monorepo

Set up and manage monorepos with Turborepo. Configures task pipelines, remote caching, workspace dependencies, shared packages, and CI/CD optimization that reduces build times by 70-90%.

Community 3.2K
Scanned
turborepo monorepo workspaces
mkdir -p ~/.claude/skills/turborepo-monorepo && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/cli-developer/SKILL.md -o ~/.claude/skills/turborepo-monorepo/SKILL.md
🔍 SEO
RARE

Ultimate SEO + GEO Agent

LLM-agnostic SEO and GEO agent. Audits technical health, scores E-E-A-T content, generates Schema.org JSON-LD, checks Core Web Vitals, crawlability, robots.txt, sitemaps, and hreflang — and optimizes for AI search citation in AI Overviews, ChatGPT, and Perplexity.

Myk Pono 1.1K
Scanned
seo geo schema
mkdir -p ~/.claude/skills/ultimate-seo-geo && curl -fsSL https://raw.githubusercontent.com/Pectic-godspeed506/ultimate-seo-geo/HEAD/plugins/ultimate-seo-geo/skills/ultimate-seo-geo/SKILL.md -o ~/.claude/skills/ultimate-seo-geo/SKILL.md
🌐 Community
COMMON

ultimate-ai-media-generator-skill

Generate and monitor CyberBara Public API v1 image, video, audio, and music tasks end-to-end. Use when work involves CyberBara `/api/v1` endpoints for listing models, uploading reference media, quoting credits, creating generation tasks, polling task status, checking credits bala

ZeroLu 500
Scanned
ai api python
git clone https://github.com/ZeroLu/Ultimate-AI-Media-Generator-Skill ~/.claude/skills/ultimate-ai-media-generator-skill
⚙️ Engineering
RARE

Vercel AI SDK

Build AI-powered applications with the Vercel AI SDK. Generates streaming chat UIs, tool-calling agents, structured output extraction, and multi-provider LLM integrations with React Server Components.

Community 3.4K
Scanned
ai-sdk streaming chat
mkdir -p ~/.claude/skills/vercel-ai-sdk && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/mcp-developer/SKILL.md -o ~/.claude/skills/vercel-ai-sdk/SKILL.md
⚙️ Engineering
RARE

Vitest Unit Testing

Write fast unit tests with Vitest — the Vite-native test runner. Generates test suites with mocking, spying, snapshot testing, code coverage, and in-source testing with native ESM and TypeScript support.

Vitest 4.0K
Scanned
vitest testing unit-testing
mkdir -p ~/.claude/skills/vitest-unit && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/test-master/SKILL.md -o ~/.claude/skills/vitest-unit/SKILL.md
⚙️ Engineering
RARE

vLLM Model Serving

Serve LLMs at high throughput with vLLM. Configures PagedAttention, continuous batching, tensor parallelism, and OpenAI-compatible endpoints, plus GPTQ/AWQ/FP8 quantization for serving on limited GPU memory.

Community 2.6K
Scanned
vllm inference serving
mkdir -p ~/.claude/skills/vllm-serving && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/data-ai/serving-llms-vllm/SKILL.md -o ~/.claude/skills/vllm-serving/SKILL.md
⚙️ Engineering
RARE

Vue 3 Development

Build Vue 3 apps with the Composition API and TypeScript. Covers reactive state with ref/reactive, composables, script setup, Pinia stores, component patterns, and typed props/emits.

Community 2.1K
Scanned
vue composition-api pinia
mkdir -p ~/.claude/skills/vue-skill && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/vue-skill/SKILL.md -o ~/.claude/skills/vue-skill/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
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 Cloudflare
EPIC

Web Performance Analysis

Analyze web performance using Chrome DevTools. Measures Core Web Vitals (LCP, INP, CLS), identifies render-blocking resources, layout shifts, caching issues, and accessibility gaps.

Cloudflare 45K
Verified
performance accessibility
mkdir -p ~/.claude/skills/cloudflare-web-perf && curl -fsSL https://raw.githubusercontent.com/cloudflare/skills/HEAD/skills/web-perf/SKILL.md -o ~/.claude/skills/cloudflare-web-perf/SKILL.md
🌐 Community
RARE

WebAssembly Patterns

Ship near-native performance to the browser, serverless, and the edge with WebAssembly. Covers Rust, Go, and C++ toolchains (wasm-pack, TinyGo, Emscripten), JS interop, memory layout, and when WASM actually beats plain JavaScript.

diegosouzapw 1.9K
Scanned
webassembly wasm rust
mkdir -p ~/.claude/skills/webassembly-patterns && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/webassembly-patterns/SKILL.md -o ~/.claude/skills/webassembly-patterns/SKILL.md
🌐 Community
RARE

Whisper Audio Transcription

Transcribe audio and video files to text using OpenAI Whisper. Generates accurate transcripts with timestamps, speaker diarization, and subtitle files (SRT/VTT) in 99+ languages.

Community 4.7K
Scanned
transcription audio whisper
mkdir -p ~/.claude/skills/whisper-transcription && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/python-pro/SKILL.md -o ~/.claude/skills/whisper-transcription/SKILL.md
⚙️ Engineering Cloudflare
EPIC

Workers Best Practices

Review and author Cloudflare Workers code against production best practices. Checks streaming, floating promises, global state, secrets, bindings, and observability.

Cloudflare 35K
Verified
cloudflare performance
mkdir -p ~/.claude/skills/cloudflare-workers-best-practices && curl -fsSL https://raw.githubusercontent.com/cloudflare/skills/HEAD/skills/workers-best-practices/SKILL.md -o ~/.claude/skills/cloudflare-workers-best-practices/SKILL.md
⚙️ Engineering
RARE

YARA Rule Authoring

Author high-quality YARA-X detection rules for malware identification and threat hunting. Covers naming conventions, string selection, performance optimization, migration from legacy YARA, and false-positive reduction.

Trail of Bits 1.7K
Scanned
security yara malware
mkdir -p ~/.claude/skills/community-yara-rules && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/yara-authoring/skills/yara-rule-authoring/SKILL.md -o ~/.claude/skills/community-yara-rules/SKILL.md
⚙️ Engineering
RARE

Zod Schema Validation

Design type-safe validation schemas with Zod. Generates runtime validators for API inputs, form data, environment variables, and config files with automatic TypeScript type inference and custom error messages.

Community 5.2K
Scanned
zod validation typescript
mkdir -p ~/.claude/skills/zod-validation && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/typescript-pro/SKILL.md -o ~/.claude/skills/zod-validation/SKILL.md
⚙️ Engineering
RARE

Zustand State Management

Manage React application state with Zustand. Creates typed stores, implements middleware (persist, devtools, immer), handles async actions, and designs store architecture for complex applications.

Community 4.5K
Scanned
zustand state-management react
mkdir -p ~/.claude/skills/zustand-state && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/zustand-state/SKILL.md
Added to wishlist