Home / Stacks

Skill Stacks

Curated bundles of complementary skills. Install a complete workflow in seconds.

🤝

Agent Engineering Kit

Engineer reliable AI agents — build on the Claude Agent SDK, coordinate teams with multi-agent patterns, give them memory, and keep them safe with mechanical guardrails and evaluation

⚙️ 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

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

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
⚙️ 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 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

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
🕹️

AI Agent Frameworks

Pick the right framework and ship agents fast — type-safe Python with Pydantic AI, multi-agent orchestration with OpenAI Agents SDK, Agno, and CrewAI, TypeScript graphs with LangGraph.js, and typed workflows with Mastra

⚙️ Engineering
RARE

Pydantic AI Agents

Build production-grade, type-safe AI agents in Python with Pydantic AI. Get structured outputs validated by Pydantic models, function tools, dependency injection, streaming, and multi-provider support across OpenAI, Anthropic, and Google.

Pydantic 3.6K
Scanned
pydantic-ai agents python
mkdir -p ~/.claude/skills/pydantic-ai && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/pydantic-ai/SKILL.md -o ~/.claude/skills/pydantic-ai/SKILL.md
⚙️ Engineering
RARE

OpenAI Agents SDK

Build multi-agent applications with the OpenAI Agents SDK. Define agents, hand off between them, register tools, add guardrails, and trace runs — starting from a working scaffold and improving it step by step.

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

Agno Multi-Agent Framework

Build multi-agent systems in Python with Agno. Compose agents and teams, run them on the AgentOS runtime, integrate MCP servers and tools, and add memory and knowledge for production agentic apps.

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

LangGraph.js Agent Builder

Build stateful, multi-step AI agents in TypeScript with LangGraph.js. Design agent graphs and state machines, wire tool nodes, add checkpointing and human-in-the-loop, and debug, test, and optimize long-running workflows.

LangChain 4.2K
Scanned
langgraph agents typescript
mkdir -p ~/.claude/skills/langgraph-agents && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/developing-langgraph-js-agents/SKILL.md -o ~/.claude/skills/langgraph-agents/SKILL.md
⚙️ Engineering
RARE

Mastra Agent Framework

Build TypeScript AI agents and workflows with Mastra. Covers agents vs workflows, tools, memory, and RAG, with strategies for looking up current docs and verifying API signatures against the installed version.

Mastra 2.4K
Scanned
mastra agents typescript
mkdir -p ~/.claude/skills/mastra-agents && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/mastra/SKILL.md -o ~/.claude/skills/mastra-agents/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
🤖

AI Builder Stack

Build AI-powered applications with RAG, multi-agent systems, prompt engineering, and MCP integrations

⚙️ 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

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
⚙️ 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

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

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

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
🔧 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

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
🔬

AI Research Toolkit

Run grounded, cited research at scale — ingest sources with NotebookLM, enforce anti-hallucination guardrails, build RAG pipelines, and transcribe audio into searchable knowledge

📊 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
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

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
🌐 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
📊

Business Intelligence Stack

Ship dashboards and self-service analytics — Metabase and Superset dashboards, a Cube semantic layer for consistent metrics, Evidence BI-as-code reports, and dbt models feeding them all

📊 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
📊 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
📊 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
📊 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
📊 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
📊 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
🔁

CI/CD Pipeline Kit

Ship faster on any CI platform — GitLab CI, CircleCI, Jenkins, and Buildkite pipelines plus GitHub Actions and reusable CI/CD patterns for testing, caching, and automated releases

⚙️ 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

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
⚙️ 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
⚙️ 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

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

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
📋

Compliance Automation Kit

Get audit-ready without the scramble — map SOC 2, GDPR, and PCI DSS requirements to real engineering controls, manage secrets and access, and automate evidence collection for your auditor

⚙️ Engineering
RARE

SOC 2 Compliance Automation

Prepare for SOC 2 Type II with mapped Trust Service Criteria, control implementation, and evidence collection. Turn security requirements into concrete engineering tasks, automate evidence gathering, close common audit gaps, and get enterprise-ready for B2B customers.

Community 2.1K
Scanned
security compliance soc2
mkdir -p ~/.claude/skills/soc2-compliance && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/soc2-compliance/SKILL.md -o ~/.claude/skills/soc2-compliance/SKILL.md
⚙️ Engineering
RARE

GDPR Compliance Automation

Make web apps GDPR and privacy compliant. Audit PII, add consent management and cookie banners, build data subject access and deletion endpoints, define retention policies, and generate a privacy policy — turning privacy requirements into shippable engineering work.

Community 2.6K
Scanned
security compliance gdpr
mkdir -p ~/.claude/skills/gdpr-compliance && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/gdpr-compliance/SKILL.md -o ~/.claude/skills/gdpr-compliance/SKILL.md
⚙️ Engineering
RARE

PCI DSS Compliance

Handle payment card data safely under PCI DSS. Scope your cardholder data environment, pick the right SAQ, implement required controls like encryption, segmentation, and logging, minimize scope with tokenization, and prepare evidence for your acquirer or QSA.

Community 1.6K
Scanned
security compliance pci-dss
mkdir -p ~/.claude/skills/pci-dss-compliance && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/pci-dss-compliance/SKILL.md -o ~/.claude/skills/pci-dss-compliance/SKILL.md
⚙️ Engineering
RARE

Security Audit & OWASP Review

Audit an application for security vulnerabilities across the OWASP Top 10. Reviews code for injection, XSS, broken access control, and insecure config, scans dependencies for CVEs, detects exposed secrets, and returns prioritized findings with severity ratings and concrete fixes.

Community 3.9K
Scanned
security owasp audit
mkdir -p ~/.claude/skills/security-audit && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/security-audit/SKILL.md -o ~/.claude/skills/security-audit/SKILL.md
⚙️ Engineering
RARE

HashiCorp Vault Secrets

Manage secrets, encryption keys, and dynamic credentials with HashiCorp Vault. Configure secret engines, issue short-lived dynamic database and cloud credentials, write access policies, integrate with Kubernetes and CI, and use Transit for encryption-as-a-service.

Community 3.4K
Scanned
security secrets-management vault
mkdir -p ~/.claude/skills/hashicorp-vault && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/hashicorp-vault/SKILL.md -o ~/.claude/skills/hashicorp-vault/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
🔁

Data Engineering Stack

Build and orchestrate modern data pipelines — Airflow and Dagster orchestration, dbt and SQLMesh transformations, Great Expectations quality gates, and battle-tested ETL patterns

📊 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

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

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
📊 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
📊 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

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
📊 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
📊 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
🛡️

Data Reliability & Governance Stack

Ship data teams can trust — enforce data contracts at the boundary, validate with Great Expectations, Soda, and Pandera, mask PII for safe sharing, and catalog datasets so people find the right data

📊 Data
RARE

Data Contracts

Formalize producer-consumer agreements with data contracts. Drafts YAML contracts with schema, grain, SLA, PII classification, and ownership so data-quality issues are caught at the boundary, not downstream.

Community 1.2K
Scanned
data-contracts governance schema
mkdir -p ~/.claude/skills/data-contracts && curl -fsSL https://raw.githubusercontent.com/DipakMandlik/Pi-Skills/HEAD/src/skills/data-contract-writer.skill.md -o ~/.claude/skills/data-contracts/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
📊 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
📊 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

Data Masking & Anonymization

Protect sensitive data with masking and anonymization. Redacts PII, PCI, and PHI in databases, logs, and APIs, and applies k-anonymity, tokenization, and differential privacy for GDPR-compliant data sharing.

Community 1.6K
Scanned
data-masking pii anonymization
mkdir -p ~/.claude/skills/data-masking && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/data-masking/SKILL.md -o ~/.claude/skills/data-masking/SKILL.md
📊 Data
RARE

Data Catalog & Discovery

Find and understand data fast with a discovery workflow. Explores schemas, maps business questions to the right tables and columns, and surfaces lineage and definitions so analysts stop guessing where data lives.

Community 1.1K
Scanned
data-catalog metadata discovery
mkdir -p ~/.claude/skills/data-catalog && curl -fsSL https://raw.githubusercontent.com/DipakMandlik/Pi-Skills/HEAD/src/skills/metadata-explorer.skill.md -o ~/.claude/skills/data-catalog/SKILL.md
🧩

Design System Builder

Everything to build a themeable, accessible component library — design tokens, headless primitives, styled components, and a Storybook workshop with motion

🎨 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
🎨 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
🎨 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

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
🎨 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
🛡️

DevSecOps Pipeline

Shift security left in CI/CD — scan containers and infrastructure-as-code, catch dependency CVEs, sign artifacts for supply chain integrity, enforce policy-as-code, and gate every build on security

⚙️ Engineering
RARE

Trivy Vulnerability Scanner

Scan container images, filesystems, and git repos for CVEs, misconfigurations, exposed secrets, and license issues with Trivy. Covers Docker/OCI images, IaC (Terraform, Kubernetes, Dockerfile), SBOM generation, and gating builds in CI on severity thresholds.

Community 4.2K
Scanned
security vulnerability-scanning containers
mkdir -p ~/.claude/skills/trivy-scanner && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/trivy/SKILL.md -o ~/.claude/skills/trivy-scanner/SKILL.md
⚙️ Engineering
RARE

Checkov IaC Security

Catch infrastructure-as-code misconfigurations before they ship with Checkov by Prisma Cloud. Scans Terraform, CloudFormation, Kubernetes, Helm, Dockerfile, and ARM for insecure defaults, writes custom policies, suppresses false positives, and gates CI on policy violations.

Community 3.3K
Scanned
security iac terraform
mkdir -p ~/.claude/skills/checkov-iac && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/checkov/SKILL.md -o ~/.claude/skills/checkov-iac/SKILL.md
⚙️ Engineering
RARE

Snyk Vulnerability Scanning

Find and fix vulnerabilities in code, open-source dependencies, containers, and IaC with Snyk. Scans npm, PyPI, and more for CVEs, suggests upgrade paths and patches, checks Docker images and Terraform, and integrates security gates into pull requests and CI.

Community 3.8K
Scanned
security sca dependency-scanning
mkdir -p ~/.claude/skills/snyk-scanning && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/snyk/SKILL.md -o ~/.claude/skills/snyk-scanning/SKILL.md
⚙️ Engineering
RARE

Grype & Syft SBOM Scanner

Generate SBOMs and scan for known vulnerabilities with Anchore's Syft and Grype. Build accurate software bills of materials for container images and filesystems, scan them for CVEs, track dependency exposure over time, and enforce vulnerability policies in CI.

Community 2.6K
Scanned
security sbom supply-chain
mkdir -p ~/.claude/skills/grype-sbom && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/grype/SKILL.md -o ~/.claude/skills/grype-sbom/SKILL.md
⚙️ Engineering
RARE

Cosign & Sigstore Signing

Sign and verify container images and artifacts with Cosign and Sigstore for supply chain integrity. Set up keyless signing with OIDC, attach SBOM and provenance attestations, verify signatures in admission controllers, and enforce signed-only deploys in CI/CD.

Community 1.9K
Scanned
security supply-chain sigstore
mkdir -p ~/.claude/skills/cosign-sigstore && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/cosign/SKILL.md -o ~/.claude/skills/cosign-sigstore/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
⚙️ Engineering
RARE

Open Policy Agent (OPA)

Enforce policy-as-code across your stack with Open Policy Agent, the CNCF policy engine. Write Rego policies for Kubernetes admission control, API authorization, Terraform validation, and CI gates — with unit tests, coverage, and OPA/Gatekeeper or Conftest integration.

Community 2.5K
Scanned
security policy-as-code rego
mkdir -p ~/.claude/skills/opa-policy && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/opa/SKILL.md -o ~/.claude/skills/opa-policy/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
🎨

Frontend Developer

A complete toolkit for frontend engineers building polished, accessible, and performant web interfaces

🌐 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
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
🎨 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
🔷

Full-Stack TypeScript

Everything you need to build a modern full-stack TypeScript application from database to deployment

⚙️ 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

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

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
⚙️ 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
🚢

GitOps & Kubernetes Kit

Ship to Kubernetes the GitOps way — ArgoCD and Flux delivery, Helm packaging, manifest authoring, and systematic cluster troubleshooting

⚙️ 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

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

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
⚙️ 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

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
🏔️

Lakehouse & Big Data Stack

Store and crunch petabyte-scale data on open formats — Apache Spark and Dask for distributed compute, Iceberg table format, Trino federated queries, BigQuery warehouse, and Airbyte ingestion

📊 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 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

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
📊 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
📊 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

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
📊

LLM Observability & Evals

See inside your LLM apps and prove they work — trace every call with Arize Phoenix and LangSmith, monitor cost and quality with Langfuse, score outputs with agent evaluation, and enforce mechanical guardrails

⚙️ Engineering
RARE

Arize Phoenix Observability

Trace, evaluate, and debug LLM and RAG applications with Arize Phoenix, an open-source AI observability platform. Capture OpenTelemetry spans, run evals on retrieval and responses, and find where your pipeline breaks.

Arize AI 1.9K
Scanned
arize-phoenix observability llm-eval
mkdir -p ~/.claude/skills/arize-phoenix && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/arize-phoenix/SKILL.md -o ~/.claude/skills/arize-phoenix/SKILL.md
⚙️ Engineering
RARE

LangSmith Tracing & Testing

Trace, test, and evaluate LLM and RAG apps with LangSmith. Validate that every query is traced, build evaluation datasets, catch regressions, and turn production traces into repeatable tests.

LangChain 2.5K
Scanned
langsmith llm-eval tracing
mkdir -p ~/.claude/skills/langsmith-testing && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/langsmith-testing/SKILL.md -o ~/.claude/skills/langsmith-testing/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

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
📱

Mobile Developer Kit

Ship cross-platform mobile apps with Ionic, React Native, Flutter, and Expo — plus end-to-end testing for confidence on every release

⚙️ 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

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

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
📊

Observability Stack

Full-stack monitoring, logging, and tracing — Prometheus and Thanos metrics, Loki and Fluent Bit logs, Jaeger and Tempo traces, Grafana dashboards, Datadog and New Relic APM, and an SLO-driven observability strategy

⚙️ 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

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

Thanos

Give Prometheus unlimited retention and global querying with Thanos. Deploy the sidecar, store, query, and compactor components for durable metric storage in object storage, cross-cluster queries, downsampling, and HA deduplication.

Community 1.3K
Scanned
thanos prometheus metrics
mkdir -p ~/.claude/skills/thanos-metrics && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/thanos/SKILL.md -o ~/.claude/skills/thanos-metrics/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

Jaeger Tracing

Deploy Jaeger for distributed tracing across microservices. Set up trace collection, instrument apps with OpenTelemetry, analyze spans to find latency bottlenecks, and configure sampling and storage backends like Elasticsearch or Cassandra.

Community 2.3K
Scanned
jaeger distributed-tracing opentelemetry
mkdir -p ~/.claude/skills/jaeger-tracing && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/jaeger/SKILL.md -o ~/.claude/skills/jaeger-tracing/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

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

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
⚙️ 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
⚙️ 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
⚙️ 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
🕵️

Penetration Testing Toolkit

Run authorized security assessments end to end — map the network, scan for known vulnerabilities, test web apps for OWASP Top 10 and injection flaws, and turn every finding into a concrete fix

⚙️ Engineering
RARE

Nmap Network Recon

Map networks and audit exposure with Nmap — the standard network discovery and security auditing tool. Discover live hosts, enumerate open ports and service versions, fingerprint operating systems, and script custom checks with the Nmap Scripting Engine for authorized assessments.

Community 2.9K
Scanned
security network-security reconnaissance
mkdir -p ~/.claude/skills/nmap-recon && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/nmap-recon/SKILL.md -o ~/.claude/skills/nmap-recon/SKILL.md
⚙️ Engineering
RARE

Nuclei Vulnerability Scanner

Run fast, template-based vulnerability scanning against web apps and infrastructure with Nuclei by ProjectDiscovery. Detect CVEs, misconfigurations, and exposures using thousands of community templates, write custom templates, and integrate severity-ranked results into CI.

Community 3.6K
Scanned
security vulnerability-scanning pentest
mkdir -p ~/.claude/skills/nuclei-scanner && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/nuclei-scanner/SKILL.md -o ~/.claude/skills/nuclei-scanner/SKILL.md
⚙️ Engineering
RARE

OWASP ZAP Web Scanner

Find web application vulnerabilities with OWASP ZAP, the leading open-source DAST scanner. Configure baseline and active scans, write scan policies, catch OWASP Top 10 issues like XSS, SQL injection, and CSRF, and integrate automated security testing into CI/CD.

Community 3.1K
Scanned
security dast web-security
mkdir -p ~/.claude/skills/owasp-zap && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/owasp-zap/SKILL.md -o ~/.claude/skills/owasp-zap/SKILL.md
⚙️ Engineering
RARE

sqlmap SQL Injection Testing

Test your own applications for SQL injection with sqlmap, the standard automated SQLi detection tool. Identify injectable parameters, confirm vulnerabilities, and demonstrate impact during authorized security testing — then get concrete remediation like parameterized queries and input validation.

Community 2.4K
Scanned
security sql-injection pentest
mkdir -p ~/.claude/skills/sqlmap-injection && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/sqlmap/SKILL.md -o ~/.claude/skills/sqlmap-injection/SKILL.md
⚙️ Engineering
RARE

Burp Suite Project Parser

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

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

Security Audit & OWASP Review

Audit an application for security vulnerabilities across the OWASP Top 10. Reviews code for injection, XSS, broken access control, and insecure config, scans dependencies for CVEs, detects exposed secrets, and returns prioritized findings with severity ratings and concrete fixes.

Community 3.9K
Scanned
security owasp audit
mkdir -p ~/.claude/skills/security-audit && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/security-audit/SKILL.md -o ~/.claude/skills/security-audit/SKILL.md
📈

Product Analytics Stack

Instrument and understand product usage — route events through a Segment CDP, analyze funnels and retention in Mixpanel and PostHog, pipe behavioral data with Snowplow, and build custom views in Streamlit

📊 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
📊 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
🐍

Python Analytics Toolkit

Explore, transform, and ship data in pure Python — Jupyter notebooks, pandas and Polars dataframes, Ibis for portable SQL, DuckDB in-process analytics, PandasAI natural-language queries, and Streamlit data apps

📊 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
📊 Data
RARE

Apache Arrow

Move and process columnar data at speed with Apache Arrow. Uses zero-copy in-memory format, Arrow Flight for fast transport, and interop across pandas, Polars, DuckDB, and Parquet without serialization overhead.

Community 1.5K
Scanned
apache-arrow columnar in-memory
mkdir -p ~/.claude/skills/apache-arrow && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/apache-arrow/SKILL.md -o ~/.claude/skills/apache-arrow/SKILL.md
🔎

RAG & Vector Search Kit

Build retrieval-augmented generation systems end to end — ingest data with LlamaIndex and LangChain, pick the right embeddings, store and query vectors in Qdrant, and trace quality with Langfuse

⚙️ 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

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

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
⚙️ 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
⚙️ Engineering
RARE

Weaviate Vector Database

Deploy and operate Weaviate clusters for vector and hybrid search. Spin up local Kubernetes clusters with the right version, replicas, modules, and auth for RAG development, testing, bug repro, and CI/CD.

Weaviate 2.9K
Scanned
weaviate vector-database hybrid-search
mkdir -p ~/.claude/skills/weaviate-vector-db && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/operating-weaviate-local-k8s/SKILL.md -o ~/.claude/skills/weaviate-vector-db/SKILL.md
⚙️ Engineering
COMMON

AgentDB Vector Search

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Wire it into RAG systems, semantic search engines, and knowledge bases.

Community 900
Scanned
agentdb vector-search semantic-search
mkdir -p ~/.claude/skills/agentdb-vector-search && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/agentdb-vector-search/SKILL.md -o ~/.claude/skills/agentdb-vector-search/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
⚙️ 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

Real-Time Analytics Stack

Stream, store, and crunch data at speed — Kafka event streaming, Flink stateful processing, ClickHouse OLAP, DuckDB in-process analytics, and Polars for fast dataframes

📊 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
📊 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

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
📊 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
📊 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
📊 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
🔒

Security Engineer Kit

Essential security tools for finding vulnerabilities, scanning secrets and dependencies, running static analysis, managing secrets, and implementing secure authentication

⚙️ Engineering
RARE

Security Audit & OWASP Review

Audit an application for security vulnerabilities across the OWASP Top 10. Reviews code for injection, XSS, broken access control, and insecure config, scans dependencies for CVEs, detects exposed secrets, and returns prioritized findings with severity ratings and concrete fixes.

Community 3.9K
Scanned
security owasp audit
mkdir -p ~/.claude/skills/security-audit && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/security-audit/SKILL.md -o ~/.claude/skills/security-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
⚙️ 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

Trivy Vulnerability Scanner

Scan container images, filesystems, and git repos for CVEs, misconfigurations, exposed secrets, and license issues with Trivy. Covers Docker/OCI images, IaC (Terraform, Kubernetes, Dockerfile), SBOM generation, and gating builds in CI on severity thresholds.

Community 4.2K
Scanned
security vulnerability-scanning containers
mkdir -p ~/.claude/skills/trivy-scanner && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/trivy/SKILL.md -o ~/.claude/skills/trivy-scanner/SKILL.md
⚙️ Engineering
RARE

Snyk Vulnerability Scanning

Find and fix vulnerabilities in code, open-source dependencies, containers, and IaC with Snyk. Scans npm, PyPI, and more for CVEs, suggests upgrade paths and patches, checks Docker images and Terraform, and integrates security gates into pull requests and CI.

Community 3.8K
Scanned
security sca dependency-scanning
mkdir -p ~/.claude/skills/snyk-scanning && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/snyk/SKILL.md -o ~/.claude/skills/snyk-scanning/SKILL.md
⚙️ Engineering
RARE

HashiCorp Vault Secrets

Manage secrets, encryption keys, and dynamic credentials with HashiCorp Vault. Configure secret engines, issue short-lived dynamic database and cloud credentials, write access policies, integrate with Kubernetes and CI, and use Transit for encryption-as-a-service.

Community 3.4K
Scanned
security secrets-management vault
mkdir -p ~/.claude/skills/hashicorp-vault && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/hashicorp-vault/SKILL.md -o ~/.claude/skills/hashicorp-vault/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

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
🌐 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
⛓️

Smart Contract Auditor

Audit Solidity, Solana, and multi-chain smart contracts — map entry points, scan for critical vulnerabilities, vet token integrations, and analyze on-chain risk

⚙️ Engineering
RARE

Smart Contract Entry Point Analyzer

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

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

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

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
🌐 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
⚙️ 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
🔍

Static Analysis & AppSec

Find and triage vulnerabilities at scale — run CodeQL and Semgrep, parse and dedupe SARIF, hunt bug variants, scan for secrets, and catch insecure defaults

⚙️ 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

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
⚙️ 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

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
⚙️ 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
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
🔌

API Developer Kit

Design, build, test, and document APIs with type-safe tooling for REST and GraphQL

⚙️ 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

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
⚙️ 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

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
⚙️ 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

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
🔐

Auth & Identity Kit

Ship secure sign-in fast — social and passwordless login, sessions, organizations, and multi-tenant roles with modern, type-safe auth frameworks

⚙️ Engineering
RARE

Better Auth

Add framework-agnostic authentication with Better Auth. Covers email/password, social OAuth, sessions, two-factor, organizations and roles, plugins, and type-safe integration with Drizzle, Prisma, and modern TypeScript backends.

Community 2.6K
Scanned
better-auth authentication oauth
mkdir -p ~/.claude/skills/better-auth && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/better-auth/SKILL.md -o ~/.claude/skills/better-auth/SKILL.md
⚙️ Engineering
RARE

Clerk Authentication

Add complete user management with Clerk. Covers sign-in/sign-up components, sessions and JWTs, social and passwordless login, organizations and multi-tenancy, middleware route protection, and webhooks for syncing users to your database.

Community 2.4K
Scanned
clerk authentication user-management
mkdir -p ~/.claude/skills/clerk-auth && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/clerk-auth/SKILL.md -o ~/.claude/skills/clerk-auth/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

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
🧩

Backend Platforms (BaaS)

Build full backends without the boilerplate — reactive databases, auth, storage, and serverless functions from Convex, Appwrite, Supabase, and Neon

⚙️ Engineering
RARE

Convex Reactive Backend

Build reactive backends with Convex. Covers queries, mutations and actions, the document database, real-time subscriptions that auto-update the UI, scheduled functions, file storage, and end-to-end type safety from database to React.

Community 1.6K
Scanned
convex reactive backend
mkdir -p ~/.claude/skills/convex-backend && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/data-ai/convex-component-authoring/SKILL.md -o ~/.claude/skills/convex-backend/SKILL.md
⚙️ Engineering
RARE

Appwrite Backend Platform

Build backends fast with Appwrite. Covers databases and collections, authentication and sessions, storage buckets, serverless functions, realtime subscriptions, permissions, and SDK usage across web, mobile, and server runtimes.

Community 1.4K
Scanned
appwrite backend-as-a-service auth
mkdir -p ~/.claude/skills/appwrite-backend && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/appwrite-python/SKILL.md -o ~/.claude/skills/appwrite-backend/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

Neon Serverless Postgres

Ship on Neon serverless Postgres. Covers scale-to-zero compute, instant database branching for previews, connection pooling, the serverless driver over HTTP/WebSocket, and autoscaling for cost-efficient Postgres on edge and serverless runtimes.

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

Better Auth

Add framework-agnostic authentication with Better Auth. Covers email/password, social OAuth, sessions, two-factor, organizations and roles, plugins, and type-safe integration with Drizzle, Prisma, and modern TypeScript backends.

Community 2.6K
Scanned
better-auth authentication oauth
mkdir -p ~/.claude/skills/better-auth && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/better-auth/SKILL.md -o ~/.claude/skills/better-auth/SKILL.md
🔧

Backend Polyglot

Top backend frameworks across languages — pick the right tool for your runtime, from TypeScript and Python to Ruby, Java, .NET, Go, Rust, and Elixir

⚙️ 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

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

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

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

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

.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
⚙️ Engineering
RARE

Actix Web (Rust)

Build blazing-fast HTTP backends in Rust with Actix Web. Covers async handlers, extractors, middleware, shared app state, JSON APIs, error handling, and Tokio-based concurrency for high-throughput, memory-safe services.

Community 1.7K
Scanned
rust actix-web backend
mkdir -p ~/.claude/skills/actix-web && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/actix-web-framework/SKILL.md -o ~/.claude/skills/actix-web/SKILL.md
⚙️ Engineering
RARE

gRPC in Go

Build high-performance gRPC services in Go. Covers protobuf schema design, unary and streaming RPCs, interceptors for auth and logging, error handling with status codes, deadlines and metadata, and gRPC gateway for REST/JSON transcoding.

Community 1.2K
Scanned
grpc golang protobuf
mkdir -p ~/.claude/skills/grpc-go && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/grpc-golang/SKILL.md -o ~/.claude/skills/grpc-go/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
☁️

Cloud Architect Stack

Infrastructure as code, container orchestration, monitoring, and deployment automation for cloud-native applications

⚙️ 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

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
⚙️ 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

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
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
⚙️ 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

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

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

Kubernetes Cost Optimizer

Cut Kubernetes cloud bills by comparing pod resource requests and limits against real usage. Find overprovisioned workloads, generate right-sizing recommendations, spot idle capacity, and tune requests/limits for efficient, stable clusters.

Community 1.4K
Scanned
kubernetes finops cost-optimization
mkdir -p ~/.claude/skills/k8s-cost-optimizer && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/k8s-cost-optimizer/SKILL.md -o ~/.claude/skills/k8s-cost-optimizer/SKILL.md
🧪

Component Testing Kit

Ship UI with confidence — component tests, unit tests, network mocking, and end-to-end coverage across React, Vue, and Svelte using Storybook, Testing Library, Vitest, MSW, Playwright, and Cypress

⚙️ 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
⚙️ 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
⚙️ 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

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

MSW API Mocking

Intercept and mock network requests with Mock Service Worker (MSW). Defines request handlers at the network layer for tests, Storybook, and local dev — no stubbed fetch, works with REST and GraphQL across browser and Node.

Community 3.2K
Scanned
msw mock-service-worker testing
mkdir -p ~/.claude/skills/msw && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/test-master/SKILL.md -o ~/.claude/skills/msw/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
⚙️ 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
💅

CSS & Design Tokens

Modern styling architecture — a single source of truth with Style Dictionary, zero-runtime CSS-in-TS via vanilla-extract, on-demand atomic CSS with UnoCSS, and type-safe variants with CVA and Tailwind

🎨 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
🎨 Design
RARE

Style Dictionary Tokens

Transform design tokens into platform code with Style Dictionary. Defines a single source of truth for color, spacing, and typography, then builds CSS variables, Tailwind config, iOS/Android, and JS outputs from one token set.

Community 1.8K
Scanned
style-dictionary design-tokens design-system
mkdir -p ~/.claude/skills/style-dictionary && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/javascript-pro/SKILL.md -o ~/.claude/skills/style-dictionary/SKILL.md
⚙️ Engineering
RARE

vanilla-extract CSS

Write type-safe, zero-runtime CSS in TypeScript with vanilla-extract. Authors styles in .css.ts files, builds themes with CSS variable contracts, and generates atomic sprinkles utilities — all statically extracted at build time.

Community 1.4K
Scanned
vanilla-extract css-in-ts typescript
mkdir -p ~/.claude/skills/vanilla-extract && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/typescript-pro/SKILL.md -o ~/.claude/skills/vanilla-extract/SKILL.md
🎨 Design
RARE

UnoCSS Atomic Engine

Style with UnoCSS — the instant, on-demand atomic CSS engine. Configures presets, custom rules and shortcuts, variant groups, and attributify mode for a fully customizable, faster alternative to utility CSS frameworks.

Community 1.7K
Scanned
unocss atomic-css utility-css
mkdir -p ~/.claude/skills/unocss && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/javascript-pro/SKILL.md -o ~/.claude/skills/unocss/SKILL.md
⚙️ Engineering
RARE

CVA Component Variants

Model type-safe component variants with class-variance-authority (CVA). Defines variant, size, and state class maps with compound variants and defaults, then merges them cleanly with tailwind-merge for reusable design-system components.

Community 2.6K
Scanned
cva class-variance-authority tailwind
mkdir -p ~/.claude/skills/cva && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/typescript-pro/SKILL.md -o ~/.claude/skills/cva/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
🚀

Deploy Anywhere

Ship containers and apps to production on any platform — Railway, Fly.io, Google Cloud Run, and Vercel, backed by Docker for portable builds

⚙️ Engineering
RARE

Railway Deploy

Deploy apps and databases on Railway. Covers service configuration, environment variables and secrets, Postgres/Redis plugins, private networking, cron jobs, health checks, and CI-driven deploys for zero-config full-stack hosting.

Community 1.3K
Scanned
railway deployment paas
mkdir -p ~/.claude/skills/railway-deploy && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/railway-new/SKILL.md -o ~/.claude/skills/railway-deploy/SKILL.md
⚙️ Engineering
RARE

Fly.io Deploy

Deploy apps close to users on Fly.io. Covers fly.toml configuration, Dockerfile-based builds, multi-region Machines, volumes and persistent storage, secrets, autoscaling and scale-to-zero, health checks, and private networking between services.

Community 1.3K
Scanned
fly.io deployment docker
mkdir -p ~/.claude/skills/flyio-deploy && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/fly-deploy/SKILL.md -o ~/.claude/skills/flyio-deploy/SKILL.md
⚙️ Engineering
RARE

Google Cloud Run

Deploy containers serverlessly on Google Cloud Run. Covers container builds, request-based autoscaling and scale-to-zero, concurrency tuning, secrets and env config, Cloud SQL connections, IAM and invoker permissions, and jobs for batch workloads.

Community 1.0K
Scanned
google-cloud cloud-run containers
mkdir -p ~/.claude/skills/cloud-run && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/cloudrun-development/SKILL.md -o ~/.claude/skills/cloud-run/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
⚙️

DevOps & SRE Toolkit

Everything an SRE needs day to day — CI/CD pipelines (GitLab CI included), Terraform and Terragrunt infrastructure as code, Ansible automation, Kubernetes ops, Datadog observability, and AWS cost control

⚙️ 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

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

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

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

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
⚙️ 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
⚙️ 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

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

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
⚙️ 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
🎮

Game Dev Studio

Everything to build games across engines and the browser — native Unity/Unreal, Godot, 2D browser games with Phaser, and 3D web experiences with Three.js

🌐 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
🌐 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
🌐 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
🌐 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
🏗️

HashiStack Platform

The HashiCorp toolchain for provisioning and running infrastructure — Terraform IaC, Packer golden images, Nomad workload orchestration, Consul service discovery and mesh, and Vault secrets management

⚙️ 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

HashiCorp Packer

Build automated, reproducible machine images with HashiCorp Packer. Author HCL2 templates to bake AMIs, Docker images, and GCP/Azure images with provisioners, variables, and post-processors for immutable infrastructure pipelines.

Community 2.1K
Scanned
packer machine-images ami
mkdir -p ~/.claude/skills/packer-images && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/packer/SKILL.md -o ~/.claude/skills/packer-images/SKILL.md
⚙️ Engineering
RARE

HashiCorp Nomad

Orchestrate containers, VMs, and standalone binaries with HashiCorp Nomad. Write HCL job specifications, manage rolling and canary deployments, configure autoscaling, and run batch, service, and system workloads across a cluster.

Community 1.6K
Scanned
nomad orchestration scheduler
mkdir -p ~/.claude/skills/nomad-orchestrator && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/nomad/SKILL.md -o ~/.claude/skills/nomad-orchestrator/SKILL.md
⚙️ Engineering
RARE

HashiCorp Consul

Service discovery, health checking, and service mesh with HashiCorp Consul. Register services, run health checks, store config in the KV store, and wire Consul Connect for secure, mTLS service-to-service communication across clusters.

Community 1.9K
Scanned
consul service-discovery service-mesh
mkdir -p ~/.claude/skills/consul-service-mesh && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/consul/SKILL.md -o ~/.claude/skills/consul-service-mesh/SKILL.md
⚙️ Engineering
RARE

HashiCorp Vault Secrets

Manage secrets, encryption keys, and dynamic credentials with HashiCorp Vault. Configure secret engines, issue short-lived dynamic database and cloud credentials, write access policies, integrate with Kubernetes and CI, and use Transit for encryption-as-a-service.

Community 3.4K
Scanned
security secrets-management vault
mkdir -p ~/.claude/skills/hashicorp-vault && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/hashicorp-vault/SKILL.md -o ~/.claude/skills/hashicorp-vault/SKILL.md
🥽

Immersive & Spatial Web

Build AR, VR, and spatial experiences — WebXR sessions and hand tracking in the browser, ARKit and RealityKit on Apple visionOS, and 3D scenes with Three.js and WebGL

🌐 Community
COMMON

WebXR Immersive

Build web-based AR and VR with the WebXR Device API. Access XR sessions and reference spaces directly from the browser, handle controllers and hand input, and render immersive scenes that run on headsets and phones without an app install.

diegosouzapw 950
Scanned
webxr ar vr
mkdir -p ~/.claude/skills/webxr && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/webxr/SKILL.md -o ~/.claude/skills/webxr/SKILL.md
🌐 Community
COMMON

ARKit for visionOS

Build and debug ARKit features for Apple visionOS. Covers ARKitSession setup and authorization, data providers for world tracking, plane detection, scene reconstruction, and hand tracking, anchor processing, and RealityKit integration in immersive spaces.

diegosouzapw 800
Scanned
arkit visionos spatial-computing
mkdir -p ~/.claude/skills/arkit-visionos && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/arkit-visionos-developer/SKILL.md -o ~/.claude/skills/arkit-visionos/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
🌐 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
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
🚨

Incident Response & On-Call

Detect, route, and resolve production incidents — Prometheus Alertmanager routing, PagerDuty on-call and escalation, Uptime Kuma availability monitoring, Prometheus metrics, Grafana dashboards, and an SLO-driven observability baseline

⚙️ Engineering
RARE

PagerDuty

Set up incident management, on-call scheduling, and escalation with PagerDuty. Create services and escalation policies, wire integrations from monitoring tools, manage on-call rotations, and automate incident response workflows via the API.

Community 1.5K
Scanned
pagerduty incident-management on-call
mkdir -p ~/.claude/skills/pagerduty && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/pagerduty/SKILL.md -o ~/.claude/skills/pagerduty/SKILL.md
⚙️ Engineering
RARE

Prometheus Alertmanager

Route, group, silence, and deliver alerts with Prometheus Alertmanager. Build routing trees, wire receivers for Slack, PagerDuty, and email, manage silences and inhibition rules, and debug flaky alert-delivery pipelines.

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

Uptime Kuma

Self-hosted uptime monitoring with Uptime Kuma. Set up HTTP, TCP, DNS, Docker, and keyword checks; send multi-channel alerts to Slack, Telegram, Discord, and email; publish public status pages; and track SLA and response-time metrics.

Community 2.8K
Scanned
uptime-kuma monitoring status-page
mkdir -p ~/.claude/skills/uptime-kuma && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/uptime-kuma/SKILL.md -o ~/.claude/skills/uptime-kuma/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

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

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
📡

IoT & Embedded Kit

Build connected hardware from firmware to cloud — generate Arduino and ESP32 code, author ESPHome configs, architect MQTT and edge data pipelines, and reverse-engineer firmware for embedded security

🌐 Community
RARE

Arduino Code Generator

Generate production-ready Arduino and embedded C++ for UNO, ESP32, and RP2040. Sensors, actuators, I2C/SPI, non-blocking timers, state machines, EEPROM, SD logging, and WiFi — with proper memory management and board-specific optimization.

diegosouzapw 1.5K
Scanned
arduino embedded esp32
mkdir -p ~/.claude/skills/arduino-code-generator && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/arduino-code-generator/SKILL.md -o ~/.claude/skills/arduino-code-generator/SKILL.md
🌐 Community
RARE

ESPHome Config Helper

Generate and troubleshoot ESPHome configurations for ESP32 and ESP8266 devices. Ready-to-use YAML templates, GPIO pin-assignment guidance, sensor and actuator setup, WiFi and OTA config, plus fixes for common compile and connection errors.

diegosouzapw 1.2K
Scanned
esphome esp32 iot
mkdir -p ~/.claude/skills/esphome-config-helper && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/esphome-config-helper/SKILL.md -o ~/.claude/skills/esphome-config-helper/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
🌐 Community
RARE

IoT Engineering

Design connected-device architectures end to end — MQTT and device protocols, edge computing, device management, and cloud data pipelines. Build scalable, secure, reliable IoT systems on stacks like Mosquitto, AWS IoT, Azure IoT, and Node-RED.

diegosouzapw 1.1K
Scanned
iot mqtt edge-computing
mkdir -p ~/.claude/skills/iot-engineer && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/iot-engineer/SKILL.md -o ~/.claude/skills/iot-engineer/SKILL.md
🌐 Community
COMMON

Firmware Analyst

Extract, analyze, and reverse-engineer firmware for embedded and IoT security. Covers firmware unpacking, filesystem and binary analysis, and vulnerability research across routers, IoT devices, automotive systems, and industrial controllers.

diegosouzapw 900
Scanned
firmware iot-security reverse-engineering
mkdir -p ~/.claude/skills/firmware-analyst && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/firmware-analyst/SKILL.md -o ~/.claude/skills/firmware-analyst/SKILL.md
🧠

LLM Ops & Training

Take models from training to production — fine-tune with LoRA/QLoRA, serve at high throughput with vLLM, track experiments reproducibly, and monitor cost and quality in production with Langfuse

⚙️ 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
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

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

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
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
🏋️

Model Training Toolkit

Train and fine-tune models end to end — pull weights and datasets with the Hugging Face CLI, scale training with Accelerate, run jobs on managed GPUs, fine-tune with LoRA/QLoRA, and orchestrate the pipeline with tracked experiments

⚙️ Engineering
RARE

Hugging Face Hub CLI

Drive the Hugging Face Hub from the terminal with the hf CLI. Download and upload models, datasets, and Spaces, create and manage repos, handle authentication, and clean up local cache.

Hugging Face 2.8K
Scanned
huggingface cli models
mkdir -p ~/.claude/skills/huggingface-cli && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/cli-automation/hugging-face-cli/SKILL.md -o ~/.claude/skills/huggingface-cli/SKILL.md
⚙️ Engineering
RARE

Hugging Face Accelerate

Add distributed training to any PyTorch script in a few lines with Hugging Face Accelerate. Unified API over DeepSpeed, FSDP, and DDP with automatic device placement and mixed precision (FP16/BF16/FP8).

Hugging Face 2.1K
Scanned
huggingface accelerate distributed-training
mkdir -p ~/.claude/skills/huggingface-accelerate && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/data-ai/huggingface-accelerate/SKILL.md -o ~/.claude/skills/huggingface-accelerate/SKILL.md
⚙️ Engineering
RARE

Hugging Face Jobs

Run training and batch ML workloads on Hugging Face Jobs infrastructure. Launch UV scripts and Docker-based jobs, pick the right GPU/CPU hardware, estimate cost, and authenticate with tokens.

Hugging Face 1.2K
Scanned
huggingface jobs training
mkdir -p ~/.claude/skills/huggingface-jobs && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/hugging-face-jobs/SKILL.md -o ~/.claude/skills/huggingface-jobs/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
RARE

ML Pipeline Engineer

Design and implement production ML pipelines. Configure experiment tracking with MLflow or Weights & Biases, build Kubeflow/Airflow DAGs, create Feast feature stores and model registries, and automate retraining and validation.

Community 2.2K
Scanned
mlops ml-pipeline mlflow
mkdir -p ~/.claude/skills/ml-pipeline && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/ml-pipeline/SKILL.md -o ~/.claude/skills/ml-pipeline/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
🌐

Modern Web Frameworks

Beyond React — fine-grained reactivity, resumable hydration, and hypermedia approaches that ship less JavaScript and load faster on real devices

⚙️ 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
⚙️ 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

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

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

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
🎨 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
💚

Node.js Backend Essentials

The complete Node.js backend toolkit — frameworks, ORMs, validation, background jobs, and deployment for production-ready APIs

⚙️ 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

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

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

Performance Optimizer

Audit, measure, and optimize web performance — from Core Web Vitals to bundle sizes and image compression

⚙️ 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

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

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 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
🛠️

Platform Engineering Kit

Build an internal developer platform — Crossplane control-plane abstractions, Terraform infrastructure, Kubernetes manifests, Helm packaging, and Argo CD GitOps delivery for self-service, golden-path deployments

⚙️ Engineering
RARE

Crossplane

Provision cloud infrastructure declaratively through Kubernetes APIs with Crossplane. Compose custom resource abstractions, install providers, build Compositions and XRDs, and ship internal developer platforms backed by GitOps.

Community 1.4K
Scanned
crossplane platform-engineering kubernetes
mkdir -p ~/.claude/skills/crossplane-iac && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/crossplane/SKILL.md -o ~/.claude/skills/crossplane-iac/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

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

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

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
🧠

React State Management

Pick the right tool for every kind of state — atomic with Jotai, store-based with Zustand, proxy with Valtio, predictable with Redux Toolkit, statecharts with XState, and server cache with TanStack Query

⚙️ 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
⚙️ Engineering
RARE

Jotai Atomic State

Manage React state with Jotai's atomic model. Designs primitive and derived atoms, async atoms with Suspense, atom families, and storage-persisted atoms to eliminate unnecessary re-renders and context boilerplate.

Community 3.0K
Scanned
jotai state-management react
mkdir -p ~/.claude/skills/jotai && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/jotai/SKILL.md
⚙️ Engineering
RARE

Valtio Proxy State

Manage React state with Valtio's mutable proxy model. Creates proxy stores you mutate directly, subscribes components with useSnapshot, derives computed values, and persists or syncs state without reducers or actions.

Community 1.5K
Scanned
valtio state-management react
mkdir -p ~/.claude/skills/valtio && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/valtio/SKILL.md
⚙️ Engineering
RARE

Redux Toolkit

Build predictable global state with Redux Toolkit. Generates slices with Immer reducers, configures the store, handles async with createAsyncThunk, and wires data fetching and caching with RTK Query.

Community 3.6K
Scanned
redux redux-toolkit state-management
mkdir -p ~/.claude/skills/redux-toolkit && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/redux-toolkit/SKILL.md
⚙️ Engineering
RARE

XState State Machines

Model complex UI and app logic as statecharts with XState. Builds finite state machines, hierarchical and parallel states, guarded transitions, actors, and side-effect handling for flows too tricky for booleans.

Community 2.7K
Scanned
xstate state-machines statecharts
mkdir -p ~/.claude/skills/xstate && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/xstate/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
🧰

React UI Toolkit

The building blocks of data-rich React apps — headless data grids, responsive charts, performant forms, a rich-text editor, drag-and-drop, and shadcn/ui components

⚙️ Engineering
RARE

TanStack Table

Build powerful data grids with TanStack Table's headless engine. Wires column definitions, sorting, filtering, pagination, grouping, row selection, and virtualization into fully custom-styled tables you control end to end.

Community 3.4K
Scanned
tanstack-table react-table data-grid
mkdir -p ~/.claude/skills/tanstack-table && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/tanstack-table/SKILL.md
🎨 Design
RARE

Recharts Charts

Compose responsive React charts with Recharts. Builds line, bar, area, pie, and composed charts from SVG primitives with custom tooltips, legends, gradients, reference lines, and responsive containers for dashboards and analytics.

Community 3.1K
Scanned
recharts charts data-visualization
mkdir -p ~/.claude/skills/recharts && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/recharts/SKILL.md
⚙️ Engineering
RARE

React Hook Form

Build fast, uncontrolled forms with React Hook Form. Wires register and useForm, integrates Zod/Yup schema validation via resolvers, handles field arrays, dependent fields, and async submission with minimal re-renders.

Community 4.2K
Scanned
react-hook-form forms validation
mkdir -p ~/.claude/skills/react-hook-form && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/react-hook-form/SKILL.md
⚙️ Engineering
RARE

Tiptap Rich Text Editor

Build headless rich-text editors with Tiptap. Configures the ProseMirror-based editor, custom extensions and nodes, slash commands, bubble/floating menus, collaborative editing, and clean HTML/JSON output you fully style.

Community 2.9K
Scanned
tiptap rich-text-editor prosemirror
mkdir -p ~/.claude/skills/tiptap && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/tiptap/SKILL.md
⚙️ Engineering
RARE

dnd kit Drag and Drop

Build accessible drag-and-drop with dnd kit. Implements sortable lists, kanban boards, and draggable canvases with keyboard support, collision detection, drag overlays, and sensors — lightweight and free of external dependencies.

Community 2.8K
Scanned
dnd-kit drag-and-drop sortable
mkdir -p ~/.claude/skills/dnd-kit && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/dnd-kit/SKILL.md
📦

Self-Hosted Deploy Kit

Ship containerized apps to your own servers without Kubernetes — Kamal zero-downtime deploys, Dokku and Coolify self-hosted PaaS, Docker Compose, Nginx and Traefik routing, and Terragrunt for the underlying infrastructure

⚙️ 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
⚙️ 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
⚙️ 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
RARE

Nginx Configuration

Configure Nginx as a web server, reverse proxy, and load balancer. Covers server and location blocks, TLS termination, HTTP caching, rate limiting, upstream pools, gzip/brotli, and hardened security headers for production traffic.

Community 4.2K
Scanned
nginx reverse-proxy load-balancer
mkdir -p ~/.claude/skills/nginx-config && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/nginx/SKILL.md -o ~/.claude/skills/nginx-config/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
⚙️ 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

Serverless & Edge

Build scale-to-zero backends and event-driven workflows — Lambda, edge functions, durable state, and async jobs without managing servers

⚙️ 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

SST (Serverless Stack)

Build and deploy full-stack serverless apps on AWS with SST. Define Lambda functions, API Gateway routes, DynamoDB tables, and S3 buckets in code, link resources type-safely, and ship Next.js/Remix/Astro with SSR — all via sst dev and sst deploy.

Community 3.1K
Scanned
sst serverless aws
mkdir -p ~/.claude/skills/sst-serverless && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/sst/SKILL.md -o ~/.claude/skills/sst-serverless/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 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

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

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

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

Neon Serverless Postgres

Ship on Neon serverless Postgres. Covers scale-to-zero compute, instant database branching for previews, connection pooling, the serverless driver over HTTP/WebSocket, and autoscaling for cost-efficient Postgres on edge and serverless runtimes.

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

Turso (libSQL Edge DB)

Ship SQLite at the edge with Turso and libSQL. Covers embedded replicas, multi-region reads, database-per-tenant patterns, schema migrations, and drivers for TypeScript, Rust, and serverless runtimes with sub-millisecond local reads.

Community 1.2K
Scanned
turso libsql sqlite
mkdir -p ~/.claude/skills/turso-db && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/turso-automation/SKILL.md -o ~/.claude/skills/turso-db/SKILL.md
⚙️ Engineering
RARE

Cloudflare D1

Build on Cloudflare D1, the serverless SQLite database for Workers. Covers schema and migrations, the Workers binding and query API, prepared statements and batching, production seeding, read replication, and pairing D1 with Drizzle for type-safe access.

Community 1.1K
Scanned
cloudflare d1 sqlite
mkdir -p ~/.claude/skills/cloudflare-d1 && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/cloudflare-d1-migrations-and-production-seeding/SKILL.md -o ~/.claude/skills/cloudflare-d1/SKILL.md
⚙️ Engineering
COMMON

Upstash QStash

Add serverless messaging and scheduling with Upstash QStash. Covers HTTP-based message queues, delayed and scheduled delivery, cron jobs, retries with backoff, dead-letter handling, and signature verification for reliable jobs on serverless and edge.

Community 880
Scanned
upstash qstash message-queue
mkdir -p ~/.claude/skills/upstash-qstash && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/upstash-qstash/SKILL.md -o ~/.claude/skills/upstash-qstash/SKILL.md
⚙️ Engineering
RARE

Trigger.dev Background Jobs

Run long-running background jobs with Trigger.dev. Covers durable tasks that survive timeouts, retries and idempotency, scheduled and event triggers, concurrency controls, waits and delays, and observability for reliable async workflows in TypeScript.

Community 1.4K
Scanned
trigger.dev background-jobs durable-workflows
mkdir -p ~/.claude/skills/triggerdotdev && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/cli-automation/trigger-dev/SKILL.md -o ~/.claude/skills/triggerdotdev/SKILL.md
🕸️

Service Mesh & Cloud Networking

Secure and observe Kubernetes traffic — Istio and Linkerd meshes, the Envoy data plane, Cilium eBPF network policies with Hubble, Traefik routing, and manifest authoring plus cluster troubleshooting

⚙️ 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

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

Envoy Proxy

Configure Envoy, the high-performance L4/L7 proxy behind Istio and modern service meshes. Set up API gateways, sidecars, and load balancers with routing, circuit breaking, rate limiting, TLS termination, gRPC, and rich observability.

Community 1.8K
Scanned
envoy proxy api-gateway
mkdir -p ~/.claude/skills/envoy-proxy && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/envoy/SKILL.md -o ~/.claude/skills/envoy-proxy/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

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
⚙️ 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

Web Animation Studio

Craft high-fidelity motion for the web — timeline and SVG animation with GSAP and Anime.js, React gestures and springs with Framer Motion and React Spring, After Effects playback with Lottie, zero-config transitions with AutoAnimate, and 3D scenes with Three.js

🎨 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
🎨 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
🎨 Design
RARE

React Spring Animations

Build physics-based animations in React with React Spring. Creates spring-driven transitions, gesture-linked motion, trails, and imperative animation controllers that respond naturally to state changes.

Community 2.4K
Scanned
react-spring animation react
mkdir -p ~/.claude/skills/react-spring && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/react-spring/SKILL.md
🎨 Design
RARE

Anime.js Motion

Animate anything on the web with Anime.js — a lightweight, framework-agnostic JS animation engine. Builds timelines, staggered grids, SVG line drawing and morphing, and scroll-triggered sequences with fine-grained easing control.

Community 2.1K
Scanned
anime-js animation javascript
mkdir -p ~/.claude/skills/anime-js && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/javascript-pro/SKILL.md -o ~/.claude/skills/anime-js/SKILL.md
🎨 Design
RARE

Lottie Animations

Render After Effects animations on the web with Lottie. Integrates lottie-react and lottie-web, controls playback and segments, syncs animation to scroll or state, and optimizes JSON payloads for performance.

Community 1.9K
Scanned
lottie animation after-effects
mkdir -p ~/.claude/skills/lottie-web && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/lottie-web/SKILL.md
🎨 Design
RARE

AutoAnimate Transitions

Add zero-config motion to any UI with FormKit AutoAnimate. Drops a single directive onto a parent element to smoothly animate children as they are added, removed, or reordered — across React, Vue, Svelte, Solid, and vanilla JS.

Community 1.6K
Scanned
auto-animate formkit animation
mkdir -p ~/.claude/skills/auto-animate && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/auto-animate/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
🎨 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
⛓️

Web3 dApp Builder

Ship decentralized apps across chains — write and test Solidity with Foundry and Hardhat, build EVM frontends with viem, develop Solana programs with Anchor and Aptos Move modules, query on-chain data with The Graph, and scan for vulnerabilities

🌐 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
🌐 Community
RARE

viem for Ethereum

Build Ethereum interactions with viem — the modern, type-safe replacement for ethers.js. Covers public/wallet clients, transports, transactions, signing, ABI encoding/decoding, and smart-contract reads and writes with first-class TypeScript inference.

diegosouzapw 2.1K
Scanned
viem ethereum web3
mkdir -p ~/.claude/skills/viem && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/viem/SKILL.md -o ~/.claude/skills/viem/SKILL.md
🌐 Community
RARE

Web3 Contract Testing

Test smart contracts thoroughly with Hardhat and Foundry. Covers unit and integration tests, mainnet forking, fixtures, and coverage — so you catch reentrancy, accounting, and access-control bugs before deploying to mainnet.

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

Anchor for Solana

Develop, audit, and deploy Solana programs with the Anchor framework. Covers account structures and constraints, security-by-default checks, CPI interactions, PDA design, and testing with Mollusk and LiteSVM — the full write-test-deploy loop.

diegosouzapw 1.8K
Scanned
anchor solana rust
mkdir -p ~/.claude/skills/anchor-solana && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/testing-security/anchor-expert-2026/SKILL.md -o ~/.claude/skills/anchor-solana/SKILL.md
🌐 Community
RARE

Aptos & Move

Build on the Aptos blockchain with the Move language. Covers Move modules and resources, smart contracts, NFTs, and DeFi primitives, plus deploying and testing across devnet, testnet, and mainnet.

diegosouzapw 1.1K
Scanned
aptos move blockchain
mkdir -p ~/.claude/skills/aptos-expert && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/aptos-expert/SKILL.md -o ~/.claude/skills/aptos-expert/SKILL.md
🌐 Community
RARE

The Graph Subgraphs

Explore and query blockchain data through The Graph subgraphs. Inspect GraphQL schemas, build queries for NFT transfers, DEX swaps, and DeFi metrics, iterate on them interactively, and export finished queries for your app.

diegosouzapw 1.3K
Scanned
the-graph subgraph graphql
mkdir -p ~/.claude/skills/subgraph-explorer && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/data-ai/subgraph-explorer/SKILL.md -o ~/.claude/skills/subgraph-explorer/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

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
🌐 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

WebAssembly & Edge

Build edge-native and WebAssembly-powered applications — fast cold starts, portable runtimes, and browser-class performance for compute-heavy workloads

🌐 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

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
⚙️ 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 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 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

Have a stack idea?

Submit your curated bundle of skills. Help the community discover powerful tool combinations.

Submit a stack →
Added to wishlist