EasyGlobe EasyGlobe

Awesome Agent Skills

Awesome Agent Skills Directory

A structured directory of 1117 skills from the VoltAgent/awesome-agent-skills repository. Browse awesome Claude skills, awesome Codex agent skills, Gemini skills, OpenAI skills, development skills, testing skills, product management skills, and automation skills by source team.

1117
Skills Listed
50
Source Groups
GitHub
Upstream Repository

How to use this directory

Start with source credibility, then open each detail page to review task boundaries, README notes, local Markdown downloads, and the original Skill URL. Official Claude, OpenAI, Vercel, Cloudflare, Microsoft, NVIDIA, and community entries keep the same evaluation structure so you can compare whether a workflow fits Claude, Codex, Gemini, Kimi, GLM, or a team SOP.

Browse by source group to find official teams, developer tools, testing, security, product, and automation skills.

Open a detail page to understand what task the skill solves, what inputs it expects, and what outputs it can guide.

Use the original GitHub or official URL for the latest setup instructions, then download the local Markdown copy for archiving or adaptation.

Repository Overview

VoltAgent/awesome-agent-skills is a curated collection for the AI agent ecosystem, gathering official and community agent skills into one discoverable README. It is useful when you need reusable workflows, model tooling, coding rules, testing patterns, product templates, automation SOPs, and agent operating practices.

officialskills.sh 578
github.com 532
catalog.redhat.com 4
notion.so 1

Featured Skills

Official Claude Skills

anthropics/slack-gif-creator

Create animated GIFs optimized for Slack size constraints

Official Claude Skills

anthropics/theme-factory

Style artifacts with professional themes or generate custom themes

Official Claude Skills

anthropics/web-artifacts-builder

Build complex claude.ai HTML artifacts with React and Tailwind

All Awesome Agent Skills

The list below enumerates the skills parsed from awesome-agent-skills and links each item to its EasyGlobe detail page and original URL.

Skills by NVIDIA 155 skills

NVIDIA/CUDA-Q/cudaq-guide

NVIDIAAwesome Agent SkillsGitHub

CUDA-Q onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications.

NVIDIA/cuopt/cuopt-developer

NVIDIAAwesome Agent SkillsGitHub

Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI).

NVIDIA/cuopt/cuopt-install

NVIDIAAwesome Agent SkillsGitHub

Install cuOpt for Python, C, or as a server (pip, conda, Docker) — system requirements, install commands, and verification.

NVIDIA/cuopt/cuopt-numerical-optimization-api-c

NVIDIAAwesome Agent SkillsGitHub

LP, MILP, and QP (beta) with cuOpt — C API only.

NVIDIA/cuopt/cuopt-numerical-optimization-api-cli

NVIDIAAwesome Agent SkillsGitHub

LP, MILP, and QP (beta) with cuOpt — CLI only (MPS files, cuopt_cli).

NVIDIA/cuopt/cuopt-numerical-optimization-api-python

NVIDIAAwesome Agent SkillsGitHub

Solve Linear Programming (LP), Mixed-Integer Linear Programming (MILP), and Quadratic Programming (QP, beta) with the Python API.

NVIDIA/cuopt/cuopt-routing-api-python

NVIDIAAwesome Agent SkillsGitHub

Vehicle routing (VRP, TSP, PDP) with cuOpt — Python API only.

NVIDIA/cuopt/cuopt-server-api-python

NVIDIAAwesome Agent SkillsGitHub

cuOpt REST server — start server, endpoints, Python/curl client examples.

NVIDIA/cuopt/cuopt-server-common

NVIDIAAwesome Agent SkillsGitHub

cuOpt REST server — what it does and how requests flow.

NVIDIA/cuopt/cuopt-user-rules

NVIDIAAwesome Agent SkillsGitHub

Base rules for end users calling NVIDIA cuOpt (routing/LP/MILP/QP/install/server).

NVIDIA/cuopt/numerical-optimization-formulation

NVIDIAAwesome Agent SkillsGitHub

Numerical optimization (LP, MILP, QP) — concepts, problem-text parsing, and formulation patterns.

NVIDIA/cuopt/routing-formulation

NVIDIAAwesome Agent SkillsGitHub

Vehicle routing (VRP, TSP, PDP) — problem types and data requirements.

NVIDIA/cuopt/skill-evolution

NVIDIAAwesome Agent SkillsGitHub

After solving a non-trivial problem, detect generalizable learnings and propose skill updates so future interactions benefit automatically.

NVIDIA/DALI/dali-dynamic-mode

NVIDIAAwesome Agent SkillsGitHub

Use when writing DALI data loading or preprocessing code with `nvidia.dali.experimental.dynamic` (ndd), or when converting DALI pipeline-mode code to dynamic mode, or when the user...

NVIDIA/deepstream/deepstream-dev

NVIDIAAwesome Agent SkillsGitHub

NVIDIA DeepStream SDK 9.0 development with Python pyservicemaker API.

NVIDIA/deepstream/deepstream-import-vision-model

NVIDIAAwesome Agent SkillsGitHub

> Use this skill to bring any vision model from HuggingFace or NVIDIA NGC into an NVIDIA DeepStream pipeline with end-to-end automation: ONNX download, SafeTensors export, TRT engi...

NVIDIA/Megatron-Bridge/adding-model-support

NVIDIAAwesome Agent SkillsGitHub

Guide for adding support for new LLM or VLM models in Megatron-Bridge.

NVIDIA/Megatron-Bridge/build-and-dependency

NVIDIAAwesome Agent SkillsGitHub

Dev environment setup for Megatron Bridge — container-based development, uv package management, lockfile regeneration, adding dependencies, Slurm container usage, and common build...

NVIDIA/Megatron-Bridge/bump-dependency

NVIDIAAwesome Agent SkillsGitHub

Bump a pinned dependency (TransformerEngine, Megatron-LM, NRX, etc.), regenerate the lockfile, open a PR, and drive it to green by attaching a watchdog to the "CICD NeMo" workflow...

NVIDIA/Megatron-Bridge/cicd

NVIDIAAwesome Agent SkillsGitHub

CI/CD reference for Megatron Bridge — pipeline structure, commit and PR workflow, CI failure investigation, and common failure patterns.

NVIDIA/Megatron-Bridge/linting-and-formatting

NVIDIAAwesome Agent SkillsGitHub

Code style and quality rules for Megatron Bridge — ruff configuration, naming conventions, type hints, mypy rules, docstrings, copyright headers, logging, and the code review check...

NVIDIA/Megatron-Bridge/mlm-bridge-training

NVIDIAAwesome Agent SkillsGitHub

Run Megatron-LM (MLM) and Megatron Bridge training with mock or real data.

NVIDIA/Megatron-Bridge/multi-node-slurm

NVIDIAAwesome Agent SkillsGitHub

Convert single-node scripts to multi-node Slurm sbatch jobs and debug common multi-node failures.

NVIDIA/Megatron-Bridge/nemo-rl-e2e-testing

NVIDIAAwesome Agent SkillsGitHub

External NeMo-RL end-to-end validation workflow for Megatron-Bridge model/provider changes, including downstream compatibility checks, external RL lifecycle behavior, Megatron poli...

NVIDIA/Megatron-Bridge/parity-testing

NVIDIAAwesome Agent SkillsGitHub

Structured framework for verifying numerical parity of HFMCore weight conversions.

NVIDIA/Megatron-Bridge/perf-activation-recompute

NVIDIAAwesome Agent SkillsGitHub

Validate and use selective and full activation recompute in Megatron Bridge to reduce GPU memory usage at the cost of extra compute.

NVIDIA/Megatron-Bridge/perf-cpu-offloading

NVIDIAAwesome Agent SkillsGitHub

Validate and use CPU offloading in Megatron Bridge, including layer-level activation offloading and fractional optimizer state offloading with HybridDeviceOptimizer.

NVIDIA/Megatron-Bridge/perf-cuda-graphs

NVIDIAAwesome Agent SkillsGitHub

Validate and use CUDA graph capture in Megatron Bridge, including local full-iteration graphs and Transformer Engine scoped graphs for attention, MLP, and MoE modules.

NVIDIA/Megatron-Bridge/perf-expert-parallel-overlap

NVIDIAAwesome Agent SkillsGitHub

Validate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overlap_moe_expert_parallel_comm, delay_wgrad_compute, and flex dispatcher backends such as...

NVIDIA/Megatron-Bridge/perf-hierarchical-context-parallel

NVIDIAAwesome Agent SkillsGitHub

Operational guide for enabling hierarchical context parallelism in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.

NVIDIA/Megatron-Bridge/perf-megatron-fsdp

NVIDIAAwesome Agent SkillsGitHub

Operational guide for enabling Megatron FSDP in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.

NVIDIA/Megatron-Bridge/perf-memory-tuning

NVIDIAAwesome Agent SkillsGitHub

Techniques for reducing peak GPU memory in Megatron Bridge — expandable segments, parallelism resizing, activation recompute, CPU offloading constraints, and common OOM fixes.

NVIDIA/Megatron-Bridge/perf-moe-comm-overlap

NVIDIAAwesome Agent SkillsGitHub

MoE expert-parallel communication overlap in Megatron Bridge.

NVIDIA/Megatron-Bridge/perf-moe-dispatcher-selection

NVIDIAAwesome Agent SkillsGitHub

Choose the right MoE token dispatcher (`alltoall`, DeepEP, or HybridEP) for the hardware, EP degree, and optimization stage.

NVIDIA/Megatron-Bridge/perf-moe-hardware-configs

NVIDIAAwesome Agent SkillsGitHub

Representative MoE training playbooks by hardware platform and model family.

NVIDIA/Megatron-Bridge/perf-moe-long-context

NVIDIAAwesome Agent SkillsGitHub

Long-context MoE training guidance for Megatron Bridge.

NVIDIA/Megatron-Bridge/perf-moe-optimization-workflow

NVIDIAAwesome Agent SkillsGitHub

Systematic workflow for MoE training optimization in Megatron Bridge, based on the Megatron-Core MoE paper.

NVIDIA/Megatron-Bridge/perf-moe-vlm-training

NVIDIAAwesome Agent SkillsGitHub

Practical guidance for training MoE VLMs in Megatron Bridge.

NVIDIA/Megatron-Bridge/perf-parallelism-strategies

NVIDIAAwesome Agent SkillsGitHub

Operational guide for choosing and combining parallelism strategies in Megatron Bridge, including sizing rules, hardware topology mapping, and combined parallelism configuration.

NVIDIA/Megatron-Bridge/perf-sequence-packing

NVIDIAAwesome Agent SkillsGitHub

Validate and use packed sequences and long-context training in Megatron-Bridge, distinguishing offline packed SFT for LLMs from in-batch packing for VLMs, and applying the right CP...

NVIDIA/Megatron-Bridge/perf-tp-dp-comm-overlap

NVIDIAAwesome Agent SkillsGitHub

Operational guide for enabling TP, DP, and PP communication overlap in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.

NVIDIA/Megatron-Bridge/recipe-recommender

NVIDIAAwesome Agent SkillsGitHub

Recommend and customize Megatron Bridge recipes for a user's model, GPU count, and training goal.

NVIDIA/Megatron-Bridge/resiliency

NVIDIAAwesome Agent SkillsGitHub

Resiliency features in Megatron Bridge including fault tolerance, straggler detection, in-process restart, preemption, and re-run state machine.

NVIDIA/Megatron-Bridge/testing

NVIDIAAwesome Agent SkillsGitHub

Testing reference for Megatron Bridge — unit and functional test layout, tier semantics (L0/L1/L2/flaky), script conventions, running tests locally, adding/moving/disabling tests,...

NVIDIA/Megatron-Bridge/verl-e2e-testing

NVIDIAAwesome Agent SkillsGitHub

External verl end-to-end validation workflow for Megatron-Bridge model/provider changes.

NVIDIA/Megatron-Core/build-and-dependency

NVIDIAAwesome Agent SkillsGitHub

Container-based dev environment setup and dependency management for Megatron-LM.

NVIDIA/Megatron-Core/bump-base-image

NVIDIAAwesome Agent SkillsGitHub

Bump the NVIDIA PyTorch base image (`nvcr.io/nvidia/pytorch:-py3`) used by Megatron-LM CI.

NVIDIA/Megatron-Core/create-issue

NVIDIAAwesome Agent SkillsGitHub

Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.

NVIDIA/Megatron-Core/linting-and-formatting

NVIDIAAwesome Agent SkillsGitHub

Linting and formatting for Megatron-LM.

NVIDIA/Megatron-Core/nightly-sync

NVIDIAAwesome Agent SkillsGitHub

Domain knowledge for the nightly main-to-dev sync workflow.

NVIDIA/Megatron-Core/onboard-gb200-1node-tests

NVIDIAAwesome Agent SkillsGitHub

Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.

NVIDIA/Megatron-Core/respond-to-issue

NVIDIAAwesome Agent SkillsGitHub

Research and draft a response to a GitHub issue or question from an external contributor.

NVIDIA/Megatron-Core/run-on-slurm

NVIDIAAwesome Agent SkillsGitHub

How to launch distributed Megatron-LM training jobs on a SLURM cluster.

NVIDIA/Megatron-Core/split-pr

NVIDIAAwesome Agent SkillsGitHub

Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.

NVIDIA/Megatron-Core/update-golden-values

NVIDIAAwesome Agent SkillsGitHub

Refresh golden values from a GitHub Actions workflow run (failing-only or all jobs), score the change with average normalized relative differences, and produce a PR-ready summary.

NVIDIA/Model-Optimizer/accessing-mlflow

NVIDIAAwesome Agent SkillsGitHub

Query and browse evaluation results stored in MLflow.

NVIDIA/Model-Optimizer/debug

NVIDIAAwesome Agent SkillsGitHub

Run commands inside a remote Docker container via the file-based command relay (tools/debugger).

NVIDIA/Model-Optimizer/deployment

NVIDIAAwesome Agent SkillsGitHub

Serve a quantized or unquantized LLM checkpoint as an OpenAI-compatible API endpoint using vLLM, SGLang, or TRT-LLM.

NVIDIA/Model-Optimizer/evaluation

NVIDIAAwesome Agent SkillsGitHub

Evaluates accuracy of quantized or unquantized LLMs using NeMo Evaluator Launcher (NEL).

NVIDIA/Model-Optimizer/launching-evals

NVIDIAAwesome Agent SkillsGitHub

Run, monitor, analyze, and debug LLM evaluations via nemo-evaluator-launcher.

NVIDIA/Model-Optimizer/monitor

NVIDIAAwesome Agent SkillsGitHub

Monitor submitted jobs (PTQ, evaluation, deployment) on SLURM clusters.

NVIDIA/Model-Optimizer/ptq

NVIDIAAwesome Agent SkillsGitHub

This skill should be used when the user asks to "quantize a model", "run PTQ", "post-training quantization", "NVFP4 quantization", "FP8 quantization", "INT8 quantization", "INT4 AW...

NVIDIA/Model-Optimizer/release-cherry-pick

NVIDIAAwesome Agent SkillsGitHub

Cherry-pick merged PRs labeled for a release branch into that branch, then open a PR and apply the cherry-pick-done label.

NVIDIA/NeMo-Evaluator-Launcher/accessing-mlflow

NVIDIAAwesome Agent SkillsGitHub

Query and browse evaluation results stored in MLflow.

NVIDIA/NeMo-Evaluator-Launcher/launching-evals

NVIDIAAwesome Agent SkillsGitHub

Run, monitor, analyze, and debug LLM evaluations via nemo-evaluator-launcher.

NVIDIA/NeMo-Evaluator-Launcher/nel-assistant

NVIDIAAwesome Agent SkillsGitHub

Interactive config wizard for NeMo Evaluator Launcher (NEL).

NVIDIA/NeMo-Evaluator/byob

NVIDIAAwesome Agent SkillsGitHub

Create custom LLM evaluation benchmarks using the BYOB decorator framework.

NVIDIA/NeMo-Gym/add-benchmark

NVIDIAAwesome Agent SkillsGitHub

> Guide for adding a new benchmark or training environment to NeMo-Gym.

NVIDIA/NeMo-Gym/nemo-gym-debugging

NVIDIAAwesome Agent SkillsGitHub

>- Use when debugging a Nemo Gym run or reward profiling job.

NVIDIA/NeMo-Gym/nemo-gym-docs

NVIDIAAwesome Agent SkillsGitHub

> Maintain the NeMo Gym Fern docs site — add, update, move, or remove pages under fern/.

NVIDIA/NeMo-Gym/nemo-gym-pivot-datasets

NVIDIAAwesome Agent SkillsGitHub

>- Use when creating, validating, or documenting Nemo Gym pivot datasets from rollout, trajectory, chat-completion, Responses API, or tool-call artifacts.

NVIDIA/NeMo-Gym/nemo-gym-reward-profiling

NVIDIAAwesome Agent SkillsGitHub

>- Use to help users get started with Nemo Gym reward profiling.

NVIDIA/NeMo-RL/auto-research

NVIDIAAwesome Agent SkillsGitHub

Autonomous NeMo-RL research agent workflow for directed hypothesis testing and open-ended discovery.

NVIDIA/NeMo-RL/brev-etiquette

NVIDIAAwesome Agent SkillsGitHub

Brev instance operating guidance for NeMo-RL agents working in /home/ubuntu/RL with limited workspace disk, a larger /ephemeral volume, and optional /home/ubuntu/RL/.env secrets.

NVIDIA/NeMo-RL/build-and-dependency

NVIDIAAwesome Agent SkillsGitHub

Build and dependency management for NeMo-RL.

NVIDIA/NeMo-RL/launch-nemo-rl

NVIDIAAwesome Agent SkillsGitHub

Playbook for launching, monitoring, stopping, and debugging NeMo-RL recipes on a Kubernetes cluster via the nrl-k8s CLI.

NVIDIA/NeMo-RL/linting-and-formatting

NVIDIAAwesome Agent SkillsGitHub

Code style guidelines for NeMo-RL (Python and shell).

NVIDIA/NeMo-RL/review-pr

NVIDIAAwesome Agent SkillsGitHub

Interactive code review for NVIDIA-NeMo/RL pull requests.

NVIDIA/NeMo-RL/session-memory

NVIDIAAwesome Agent SkillsGitHub

Manage durable working-session memory for coding agents.

NVIDIA/NemoClaw/nemoclaw-contributor-create-pr

NVIDIAAwesome Agent SkillsGitHub

Create GitHub pull requests that follow the NemoClaw PR template.

NVIDIA/NemoClaw/nemoclaw-contributor-update-docs

NVIDIAAwesome Agent SkillsGitHub

Scan recent git commits for changes that affect user-facing behavior, then draft or update the corresponding documentation pages and refresh generated user skills for release prep.

NVIDIA/NemoClaw/nemoclaw-maintainer-cross-issue-sweep

NVIDIAAwesome Agent SkillsGitHub

Scans other open issues to find ones a given PR may also fix or accidentally break.

NVIDIA/NemoClaw/nemoclaw-maintainer-cut-release-tag

NVIDIAAwesome Agent SkillsGitHub

Cut a new semver release — bump all version strings via bump-version.ts, open a release PR, and after merge tag main and push.

NVIDIA/NemoClaw/nemoclaw-maintainer-day

NVIDIAAwesome Agent SkillsGitHub

Runs the daytime maintainer loop for NemoClaw, prioritizing items labeled with the current version target.

NVIDIA/NemoClaw/nemoclaw-maintainer-evening

NVIDIAAwesome Agent SkillsGitHub

Runs the end-of-day maintainer handoff for NemoClaw.

NVIDIA/NemoClaw/nemoclaw-maintainer-find-review-pr

NVIDIAAwesome Agent SkillsGitHub

Finds open GitHub PRs with security and priority-high labels, links each to its issue, detects duplicates (multiple PRs fixing the same issue), and presents a table of review candi...

NVIDIA/NemoClaw/nemoclaw-maintainer-morning

NVIDIAAwesome Agent SkillsGitHub

Runs the morning maintainer standup for NemoClaw.

NVIDIA/NemoClaw/nemoclaw-maintainer-normalize-title-tags

NVIDIAAwesome Agent SkillsGitHub

Normalizes GitHub issue and PR titles by removing any bracketed [NemoClaw] tag case-insensitively, even when the tag appears later in the title.

NVIDIA/NemoClaw/nemoclaw-maintainer-pr-comparator

NVIDIAAwesome Agent SkillsGitHub

Compares competing PRs that target the same issue and recommends which one to merge.

NVIDIA/NemoClaw/nemoclaw-maintainer-security-code-review

NVIDIAAwesome Agent SkillsGitHub

Performs a comprehensive security review of code changes in a GitHub PR or issue.

NVIDIA/NemoClaw/nemoclaw-maintainer-triage

NVIDIAAwesome Agent SkillsGitHub

AI-assisted label triage for NVIDIA/NemoClaw issues and PRs.

NVIDIA/NemoClaw/nemoclaw-user-agent-skills

NVIDIAAwesome Agent SkillsGitHub

Describes the agent skills shipped with NemoClaw and how to access them by cloning the repository.

NVIDIA/NemoClaw/nemoclaw-user-configure-inference

NVIDIAAwesome Agent SkillsGitHub

Connects NemoClaw to a local inference server.

NVIDIA/NemoClaw/nemoclaw-user-configure-security

NVIDIAAwesome Agent SkillsGitHub

Presents a risk framework for every configurable security control in NemoClaw.

NVIDIA/NemoClaw/nemoclaw-user-deploy-remote

NVIDIAAwesome Agent SkillsGitHub

Explains how to run NemoClaw on a remote GPU instance, including the deprecated Brev compatibility path and the preferred installer plus onboard flow.

NVIDIA/NemoClaw/nemoclaw-user-get-started

NVIDIAAwesome Agent SkillsGitHub

Installs NemoClaw, launches a sandbox, and runs the first agent prompt.

NVIDIA/NemoClaw/nemoclaw-user-manage-policy

NVIDIAAwesome Agent SkillsGitHub

Adds, removes, or modifies allowed endpoints in the sandbox policy.

NVIDIA/NemoClaw/nemoclaw-user-manage-sandboxes

NVIDIAAwesome Agent SkillsGitHub

Explains operational tasks after the quickstart: listing sandboxes, status and health checks, logs, diagnostics, port forwards, multiple sandboxes, credential reset, rebuilds, netw...

NVIDIA/NemoClaw/nemoclaw-user-monitor-sandbox

NVIDIAAwesome Agent SkillsGitHub

Inspects sandbox health, traces agent behavior, and diagnoses problems.

NVIDIA/NemoClaw/nemoclaw-user-overview

NVIDIAAwesome Agent SkillsGitHub

Explains how OpenClaw, OpenShell, and NemoClaw form the ecosystem, NemoClaw's position in the stack, what NemoClaw adds beyond the community sandbox, and when to prefer NemoClaw ve...

NVIDIA/NemoClaw/nemoclaw-user-reference

NVIDIAAwesome Agent SkillsGitHub

Describes the NemoClaw plugin and blueprint architecture and how they orchestrate the OpenClaw sandbox.

NVIDIA/nemotron-voice-agent/nemotron-voice-agent-deploy

NVIDIAAwesome Agent SkillsGitHub

Deploy Nemotron Voice Agent on Workstation (x86), Jetson Thor, or Cloud NIMs.

NVIDIA/rag/rag-blueprint

NVIDIAAwesome Agent SkillsGitHub

"NVIDIA RAG Blueprint — deploy, configure, troubleshoot, and manage.

NVIDIA/TensorRT-LLM/ad-accuracy-debug

NVIDIAAwesome Agent SkillsGitHub

> Debug AutoDeploy accuracy regressions vs a reference score (PyTorch backend or published baseline).

NVIDIA/TensorRT-LLM/ad-add-fusion-transformation

NVIDIAAwesome Agent SkillsGitHub

> Claude Code skill (trtllm-agent-toolkit): implement or extend TensorRT-LLM AutoDeploy fusion transforms under transform/library/ in a TensorRT-LLM checkout.

NVIDIA/TensorRT-LLM/ad-conf-check

NVIDIAAwesome Agent SkillsGitHub

> Check whether AutoDeploy YAML configs were actually applied by analyzing server logs and optionally graph dumps (AD_DUMP_GRAPHS_DIR).

NVIDIA/TensorRT-LLM/ad-graph-dump

NVIDIAAwesome Agent SkillsGitHub

> Enable and interpret TensorRT-LLM AutoDeploy FX graph text dumps via AD_DUMP_GRAPHS_DIR.

NVIDIA/TensorRT-LLM/ad-layer-visualizer

NVIDIAAwesome Agent SkillsGitHub

> Visualize a specific transformer decoder layer from an AutoDeploy FX graph text dump as a hierarchical DOT/PNG diagram.

NVIDIA/TensorRT-LLM/ad-model-onboard

NVIDIAAwesome Agent SkillsGitHub

> Translates a HuggingFace model into a prefill-only AutoDeploy custom model using reference custom ops, validates with hierarchical equivalence tests.

NVIDIA/TensorRT-LLM/exec-local-compile

NVIDIAAwesome Agent SkillsGitHub

Compile TensorRT-LLM on a compute node inside a Docker container.

NVIDIA/TensorRT-LLM/exec-slurm-compile

NVIDIAAwesome Agent SkillsGitHub

Compile TensorRT-LLM on a SLURM cluster.

NVIDIA/TensorRT-LLM/kernel-cute-writing

NVIDIAAwesome Agent SkillsGitHub

> Write and implement GPU kernels using NVIDIA CuTe DSL (CUTLASS 4.x Python API) — NOT for Triton, CUDA C++, or conceptual explanations.

NVIDIA/TensorRT-LLM/kernel-tileir-optimization

NVIDIAAwesome Agent SkillsGitHub

> Optimize existing Triton kernels for NVIDIA TileIR backend on Blackwell GPUs (sm_100+).

NVIDIA/TensorRT-LLM/kernel-triton-writing

NVIDIAAwesome Agent SkillsGitHub

> ONLY for OpenAI Triton (@triton.jit) kernel development.

NVIDIA/TensorRT-LLM/perf-analysis

NVIDIAAwesome Agent SkillsGitHub

> Performance analysis coordination workflow.

NVIDIA/TensorRT-LLM/perf-host-analysis

NVIDIAAwesome Agent SkillsGitHub

> Analyze host/CPU overhead in TensorRT-LLM inference from nsys traces.

NVIDIA/TensorRT-LLM/perf-host-optimization

NVIDIAAwesome Agent SkillsGitHub

Profiles and optimizes TensorRT-LLM host/CPU overhead using line_profiler (with nsys support planned).

NVIDIA/TensorRT-LLM/perf-nsight-compute-analysis

NVIDIAAwesome Agent SkillsGitHub

> Analyze ncu (NVIDIA Nsight Compute) profiling output: SOL% bottleneck classification, roofline analysis, occupancy diagnosis, memory hierarchy analysis, warp stall analysis, metr...

NVIDIA/TensorRT-LLM/perf-nsight-systems

NVIDIAAwesome Agent SkillsGitHub

>- Nsight Systems (nsys) CLI for system-level timeline profiling.

NVIDIA/TensorRT-LLM/perf-optimization

NVIDIAAwesome Agent SkillsGitHub

> Performance optimization coordination playbook.

NVIDIA/TensorRT-LLM/perf-torch-cuda-graphs

NVIDIAAwesome Agent SkillsGitHub

>- Apply CUDA Graphs to PyTorch workloads — API selection (torch.compile, PyTorch make_graphed_callables, TE make_graphed_callables, MCore CudaGraphManager, FullCudaGraphWrapper, m...

NVIDIA/TensorRT-LLM/perf-torch-sync-free

NVIDIAAwesome Agent SkillsGitHub

>- Identify and eliminate host-device synchronizations in PyTorch code.

NVIDIA/TensorRT-LLM/perf-workload-profiling

NVIDIAAwesome Agent SkillsGitHub

> Code instrumentation for timing workloads.

NVIDIA/TensorRT-LLM/trtllm-code-contribution

NVIDIAAwesome Agent SkillsGitHub

> Best practices for contributing code to TensorRT-LLM.

NVIDIA/TensorRT-LLM/trtllm-codebase-exploration

NVIDIAAwesome Agent SkillsGitHub

> Systematic approach to exploring the TensorRT-LLM codebase before implementing new features or optimizations.

NVIDIA/TensorRT-LLM/trtllm-flashinfer-upgrade

NVIDIAAwesome Agent SkillsGitHub

>- Upgrade flashinfer-python version in TensorRT-LLM.

NVIDIA/TensorRT-LLM/trtllm-moe-develop

NVIDIAAwesome Agent SkillsGitHub

>- Review, design, and refactor TensorRT-LLM PyTorch MoE code for architecture fit, clean code, maintainability, and testability.

NVIDIA/TensorRT-LLM/trtllm-serve-config-guide

NVIDIAAwesome Agent SkillsGitHub

Generate a source-backed starting `trtllm-serve --config` YAML for basic aggregate single-node PyTorch serving, aligned with checked-in TensorRT-LLM configs and deployment docs.

NVIDIA/TileGym/adding-cutile-kernel

NVIDIAAwesome Agent SkillsGitHub

Add a new cuTile GPU kernel operator to TileGym.

NVIDIA/TileGym/converting-cutile-to-julia

NVIDIAAwesome Agent SkillsGitHub

Converts cuTile Python GPU kernels (@ct.kernel) to cuTile.jl Julia equivalents.

NVIDIA/TileGym/converting-cutile-to-triton

NVIDIAAwesome Agent SkillsGitHub

Converts cuTile GPU kernels (@ct.kernel) to Triton (@triton.jit).

NVIDIA/TileGym/cutile-autotuning

NVIDIAAwesome Agent SkillsGitHub

Use when adding, modifying, optimizing, or debugging CuTile autotuning code.

NVIDIA/TileGym/improve-cutile-kernel-perf

NVIDIAAwesome Agent SkillsGitHub

Iteratively optimize cuTile kernel performance through systematic profiling, bottleneck analysis, IR comparison, and targeted tuning.

NVIDIA/TileGym/monkey-patch-kernels-to-transformers

NVIDIAAwesome Agent SkillsGitHub

Integrate TileGym kernels into Hugging Face `transformers` models by replacing the library's submodule(s) and certain class(es)' implementations, and patching certain class(es)' in...

NVIDIA/video-search-and-summarization/alerts

NVIDIAAwesome Agent SkillsGitHub

Manage and monitor VSS alerts after the alerts profile is deployed.

NVIDIA/video-search-and-summarization/deploy

NVIDIAAwesome Agent SkillsGitHub

Deploy, debug, or tear down any VSS profile using a compose-centric workflow — config (dry-run) with env overrides, review resolved compose, then compose up.

NVIDIA/video-search-and-summarization/report

NVIDIAAwesome Agent SkillsGitHub

Produce video analysis reports by discovering the deployed VSS agent, querying POST /generate for a timestamped captioned summary of the clip, then formatting the agent reply as th...

NVIDIA/video-search-and-summarization/rt-vlm

NVIDIAAwesome Agent SkillsGitHub

> Use this skill when working with the RTVI VLM or RT-VLM microservice API on VSS 3.1.

NVIDIA/video-search-and-summarization/video-analytics

NVIDIAAwesome Agent SkillsGitHub

Query video analytics data and metrics from Elastic search via the VA-MCP server (port 9901).

NVIDIA/video-search-and-summarization/video-search

NVIDIAAwesome Agent SkillsGitHub

Search video archives using natural language — find events, objects, actions, and people across recorded video using fusion search (Cosmos Embed1 semantic search + CV attribute sea...

NVIDIA/video-search-and-summarization/video-summarization

NVIDIAAwesome Agent SkillsGitHub

Summarize a video by calling the VLM NIM or the Long Video Summarization (LVS) microservice directly.

NVIDIA/video-search-and-summarization/video-understanding

NVIDIAAwesome Agent SkillsGitHub

Call the vss agent to run video understanding on video to answer a text question.

NVIDIA/video-search-and-summarization/vios

NVIDIAAwesome Agent SkillsGitHub

Query VIOS REST APIs: sensor list, recording timelines, video clip extraction, snapshot capture, add/delete sensors and streams

NVIDIA/video-search-and-summarization/vss-frag

NVIDIAAwesome Agent SkillsGitHub

Generate video summary reports using the VSS video_search_frag extension with Long Video Summarization (LVS), Enterprise RAG knowledge retrieval, and human-in-the-loop parameter co...

Skills by Microsoft 133 skills

microsoft/agent-framework-azure-ai-py

MicrosoftAwesome Agent SkillsOfficial Skills

Agent Framework for Azure AI Foundry

microsoft/agents-v2-py

MicrosoftAwesome Agent SkillsOfficial Skills

Foundry Agents SDK — container-based agents with custom images

microsoft/azure-ai-anomalydetector-java

MicrosoftAwesome Agent SkillsOfficial Skills

Anomaly detection applications

microsoft/azure-ai-contentsafety-java

MicrosoftAwesome Agent SkillsOfficial Skills

Content moderation and safety

microsoft/azure-ai-contentsafety-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Content safety for text and images

microsoft/azure-ai-contentunderstanding-py

MicrosoftAwesome Agent SkillsOfficial Skills

Multimodal content extraction

microsoft/azure-ai-document-intelligence-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Document text, table, and data extraction

microsoft/azure-ai-document-intelligence-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Document text and table extraction

microsoft/azure-ai-formrecognizer-java

MicrosoftAwesome Agent SkillsOfficial Skills

Document analysis and form extraction

microsoft/azure-ai-openai-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

GPT-4, embeddings, DALL-E, and Whisper client

microsoft/azure-ai-projects-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

AI Foundry project management SDK

microsoft/azure-ai-projects-py

MicrosoftAwesome Agent SkillsOfficial Skills

AI Foundry project client and agents

microsoft/azure-ai-projects-ts

MicrosoftAwesome Agent SkillsOfficial Skills

AI Foundry project client and agents

microsoft/azure-ai-textanalytics-py

MicrosoftAwesome Agent SkillsOfficial Skills

NLP: sentiment, entities, key phrases

microsoft/azure-ai-transcription-py

MicrosoftAwesome Agent SkillsOfficial Skills

Speech-to-text transcription

microsoft/azure-ai-translation-document-py

MicrosoftAwesome Agent SkillsOfficial Skills

Batch document translation

microsoft/azure-ai-translation-text-py

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time text translation

microsoft/azure-ai-translation-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Text and document translation

microsoft/azure-ai-vision-imageanalysis-java

MicrosoftAwesome Agent SkillsOfficial Skills

Image captioning, OCR, and object detection

microsoft/azure-ai-vision-imageanalysis-py

MicrosoftAwesome Agent SkillsOfficial Skills

Image captions, tags, OCR, objects

microsoft/azure-ai-voicelive-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time bidirectional voice AI

microsoft/azure-ai-voicelive-java

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time bidirectional voice AI

microsoft/azure-ai-voicelive-py

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time bidirectional voice AI

microsoft/azure-ai-voicelive-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time bidirectional voice AI

microsoft/azure-appconfiguration-java

MicrosoftAwesome Agent SkillsOfficial Skills

Centralized app configuration management

microsoft/azure-appconfiguration-py

MicrosoftAwesome Agent SkillsOfficial Skills

Feature flags and dynamic settings

microsoft/azure-appconfiguration-ts

MicrosoftAwesome Agent SkillsOfficial Skills

App config, feature flags, dynamic refresh

microsoft/azure-communication-callautomation-java

MicrosoftAwesome Agent SkillsOfficial Skills

Call automation with IVR and AI

microsoft/azure-communication-callingserver-java

MicrosoftAwesome Agent SkillsOfficial Skills

CallingServer legacy SDK

microsoft/azure-communication-chat-java

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time chat with threads and receipts

microsoft/azure-communication-common-java

MicrosoftAwesome Agent SkillsOfficial Skills

Communication Services common utilities

microsoft/azure-communication-sms-java

MicrosoftAwesome Agent SkillsOfficial Skills

SMS sending and delivery reports

microsoft/azure-compute-batch-java

MicrosoftAwesome Agent SkillsOfficial Skills

Large-scale parallel and HPC batch jobs

microsoft/azure-containerregistry-py

MicrosoftAwesome Agent SkillsOfficial Skills

Container image and registry management

microsoft/azure-cosmos-db-py

MicrosoftAwesome Agent SkillsOfficial Skills

Cosmos DB with Python/FastAPI patterns

microsoft/azure-cosmos-java

MicrosoftAwesome Agent SkillsOfficial Skills

Cosmos DB NoSQL with global distribution

microsoft/azure-eventgrid-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Event Grid topic and domain publishing

microsoft/azure-eventhub-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

High-throughput event streaming

microsoft/azure-eventhub-java

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time high-throughput streaming

microsoft/azure-identity-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Microsoft Entra ID authentication

microsoft/azure-identity-java

MicrosoftAwesome Agent SkillsOfficial Skills

Microsoft Entra ID authentication

microsoft/azure-identity-rust

MicrosoftAwesome Agent SkillsOfficial Skills

Microsoft Entra ID authentication

microsoft/azure-keyvault-certificates-rust

MicrosoftAwesome Agent SkillsOfficial Skills

Key Vault certificate management

microsoft/azure-keyvault-keys-rust

MicrosoftAwesome Agent SkillsOfficial Skills

Key Vault cryptographic key management

microsoft/azure-keyvault-py

MicrosoftAwesome Agent SkillsOfficial Skills

Secrets, keys, and certificate management

microsoft/azure-keyvault-secrets-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Secret storage and retrieval

microsoft/azure-maps-search-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Geocoding, routing, and weather services

microsoft/azure-messaging-webpubsub-java

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time WebSocket messaging

microsoft/azure-messaging-webpubsubservice-py

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time WebSocket messaging

microsoft/azure-mgmt-apicenter-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

API inventory and governance

microsoft/azure-mgmt-apimanagement-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

API Management provisioning via ARM

microsoft/azure-mgmt-apimanagement-py

MicrosoftAwesome Agent SkillsOfficial Skills

API Management service administration

microsoft/azure-mgmt-applicationinsights-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Application Insights resource management

microsoft/azure-mgmt-arizeaiobservabilityeval-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Arize AI observability management

microsoft/azure-mgmt-botservice-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Bot Service provisioning via ARM

microsoft/azure-mgmt-botservice-py

MicrosoftAwesome Agent SkillsOfficial Skills

Bot Service resource management

microsoft/azure-mgmt-fabric-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Microsoft Fabric capacity management

microsoft/azure-mgmt-fabric-py

MicrosoftAwesome Agent SkillsOfficial Skills

Microsoft Fabric capacity management

microsoft/azure-mgmt-mongodbatlas-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

MongoDB Atlas as ARM resources

microsoft/azure-mgmt-weightsandbiases-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Weights & Biases deployment management

microsoft/azure-microsoft-playwright-testing-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Playwright tests at scale on Azure

microsoft/azure-monitor-ingestion-java

MicrosoftAwesome Agent SkillsOfficial Skills

Custom log ingestion to Azure Monitor

microsoft/azure-monitor-ingestion-py

MicrosoftAwesome Agent SkillsOfficial Skills

Custom log ingestion to Azure Monitor

microsoft/azure-monitor-opentelemetry-exporter-java

MicrosoftAwesome Agent SkillsOfficial Skills

OpenTelemetry export to Azure Monitor

microsoft/azure-monitor-opentelemetry-exporter-py

MicrosoftAwesome Agent SkillsOfficial Skills

OpenTelemetry export to Application Insights

microsoft/azure-monitor-opentelemetry-py

MicrosoftAwesome Agent SkillsOfficial Skills

One-line Application Insights setup

microsoft/azure-monitor-opentelemetry-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Application Insights tracing and metrics

microsoft/azure-monitor-query-java

MicrosoftAwesome Agent SkillsOfficial Skills

Query Azure Monitor logs and metrics

microsoft/azure-monitor-query-py

MicrosoftAwesome Agent SkillsOfficial Skills

Query Azure Monitor logs and metrics

microsoft/azure-postgres-ts

MicrosoftAwesome Agent SkillsOfficial Skills

PostgreSQL Flexible Server connection

microsoft/azure-resource-manager-cosmosdb-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Cosmos DB resource provisioning

microsoft/azure-resource-manager-durabletask-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Durable Task Scheduler management

microsoft/azure-resource-manager-mysql-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

MySQL Flexible Server management

microsoft/azure-resource-manager-playwright-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Playwright Testing workspace management

microsoft/azure-resource-manager-postgresql-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

PostgreSQL Flexible Server management

microsoft/azure-resource-manager-redis-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Azure Cache for Redis provisioning

microsoft/azure-resource-manager-sql-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Azure SQL resource management

microsoft/azure-search-documents-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Full-text, vector, and hybrid search

microsoft/azure-search-documents-py

MicrosoftAwesome Agent SkillsOfficial Skills

Full-text, vector, and hybrid search

microsoft/azure-search-documents-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Vector/hybrid search with semantic ranking

microsoft/azure-security-keyvault-keys-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Cryptographic key management

microsoft/azure-security-keyvault-keys-java

MicrosoftAwesome Agent SkillsOfficial Skills

Cryptographic key management

microsoft/azure-security-keyvault-secrets-java

MicrosoftAwesome Agent SkillsOfficial Skills

Secret management for passwords and keys

microsoft/azure-servicebus-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Enterprise messaging with queues and topics

microsoft/azure-servicebus-py

MicrosoftAwesome Agent SkillsOfficial Skills

Enterprise messaging with queues and topics

microsoft/azure-speech-to-text-rest-py

MicrosoftAwesome Agent SkillsOfficial Skills

REST speech-to-text for short audio

microsoft/azure-storage-blob-java

MicrosoftAwesome Agent SkillsOfficial Skills

Blob storage for file management

microsoft/azure-storage-blob-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Blob upload, download, and management

microsoft/azure-storage-file-datalake-py

MicrosoftAwesome Agent SkillsOfficial Skills

Hierarchical data lake storage

microsoft/azure-storage-file-share-py

MicrosoftAwesome Agent SkillsOfficial Skills

SMB file share management

microsoft/azure-storage-file-share-ts

MicrosoftAwesome Agent SkillsOfficial Skills

SMB file share operations

microsoft/azure-web-pubsub-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Real-time WebSocket pub/sub messaging

microsoft/cloud-solution-architect

MicrosoftAwesome Agent SkillsOfficial Skills

Design well-architected Azure cloud systems

microsoft/continual-learning

MicrosoftAwesome Agent SkillsOfficial Skills

Continual learning patterns for Azure AI

microsoft/copilot-sdk

MicrosoftAwesome Agent SkillsOfficial Skills

Build applications powered by GitHub Copilot SDK

microsoft/entra-agent-id

MicrosoftAwesome Agent SkillsOfficial Skills

Microsoft Entra Agent ID OAuth2 identities via Graph API

microsoft/frontend-design-review

MicrosoftAwesome Agent SkillsOfficial Skills

Review and create distinctive frontend interfaces

microsoft/frontend-ui-dark-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Dark-themed React with Tailwind and animations

microsoft/github-issue-creator

MicrosoftAwesome Agent SkillsOfficial Skills

Structured GitHub issue reports from notes

microsoft/m365-agents-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

M365, Teams, and Copilot Studio agents

microsoft/m365-agents-py

MicrosoftAwesome Agent SkillsOfficial Skills

M365, Teams, and Copilot Studio agents

microsoft/m365-agents-ts

MicrosoftAwesome Agent SkillsOfficial Skills

M365, Teams, and Copilot Studio agents

microsoft/mcp-builder

MicrosoftAwesome Agent SkillsOfficial Skills

MCP server creation guide for LLM tool integration

microsoft/microsoft-azure-webjobs-extensions-authentication-events-dotnet

MicrosoftAwesome Agent SkillsOfficial Skills

Entra ID custom auth events handler

microsoft/podcast-generation

MicrosoftAwesome Agent SkillsOfficial Skills

AI podcast audio with Azure OpenAI Realtime API

microsoft/react-flow-node-ts

MicrosoftAwesome Agent SkillsOfficial Skills

React Flow node components with Zustand

microsoft/skill-creator

MicrosoftAwesome Agent SkillsOfficial Skills

Guide for creating effective skills for AI coding agents

microsoft/zustand-store-ts

MicrosoftAwesome Agent SkillsOfficial Skills

Zustand stores with middleware patterns

Official Claude Skills 77 skills

angular/angular-developer

Official Claude SkillsAwesome Agent SkillsGitHub

Generate Angular code and architectural guidance for components, services, reactivity

anthropics/algorithmic-art

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Create generative art using p5.js with seeded randomness

anthropics/brand-guidelines

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Apply Anthropic's brand colors and typography to artifacts

anthropics/canvas-design

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Design visual art in PNG and PDF formats

anthropics/doc-coauthoring

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Collaborative document editing and co-authoring

anthropics/docx

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Create, edit, and analyze Word documents

anthropics/frontend-design

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Frontend design and UI/UX development tools

anthropics/internal-comms

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Write status reports, newsletters, and FAQs

anthropics/mcp-builder

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Create MCP servers to integrate external APIs and services

anthropics/pdf

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Extract text, create PDFs, and handle forms

anthropics/pptx

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Create, edit, and analyze PowerPoint presentations

anthropics/skill-creator

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Guide for creating skills that extend Claude's capabilities

anthropics/slack-gif-creator

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Create animated GIFs optimized for Slack size constraints

anthropics/template

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Basic template for creating new skills

anthropics/theme-factory

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Style artifacts with professional themes or generate custom themes

anthropics/web-artifacts-builder

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Build complex claude.ai HTML artifacts with React and Tailwind

anthropics/webapp-testing

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Test local web applications using Playwright

anthropics/xlsx

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Create, edit, and analyze Excel spreadsheets

better-auth/best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Best practices for Better Auth integration

better-auth/create-auth

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Create authentication setup with Better Auth

better-auth/emailAndPassword

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Email and password authentication with Better Auth

better-auth/explain-error

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Explain Better Auth error messages

better-auth/organization

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Organization management with Better Auth

better-auth/providers

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Better Auth authentication providers

better-auth/twoFactor

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Two-factor authentication with Better Auth

callstackincubator/github

Official Claude SkillsAwesome Agent SkillsOfficial Skills

GitHub workflow patterns for PRs, code review, branching

callstackincubator/react-native-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Performance optimization for React Native apps from Callstack

callstackincubator/upgrading-react-native

Official Claude SkillsAwesome Agent SkillsOfficial Skills

React Native upgrade workflow: templates, dependencies, and common pitfalls

clickhouse/chdb-datastore

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Drop-in pandas replacement with ClickHouse performance across 16+ data sources

clickhouse/chdb-sql

Official Claude SkillsAwesome Agent SkillsOfficial Skills

In-process ClickHouse SQL engine for Python — query files, databases, and cloud storage without a server

clickhouse/clickhouse-architecture-advisor

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Design ClickHouse architectures and translate best practices into workload-specific decisions

clickhouse/clickhouse-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Best practices for working with ClickHouse

clickhouse/clickhousectl-cloud-deploy

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Deploy to ClickHouse Cloud and migrate from local setups with clickhousectl

clickhouse/clickhousectl-local-dev

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Spin up a local ClickHouse development environment from zero with clickhousectl

composiohq/composio

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Connect AI agents to 1000+ external apps with managed authentication

firecrawl/firecrawl-build

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Integrate Firecrawl into application code for web search, scraping, extraction, and browser interaction

firecrawl/firecrawl-build-interact

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Multi-step Firecrawl browser flows: clicks, form fills, pagination, and auth-aware navigation

firecrawl/firecrawl-build-onboarding

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Set up Firecrawl credentials and SDK in a project for the first integration

firecrawl/firecrawl-build-scrape

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Integrate Firecrawl `/scrape` for single-page extraction from product code

firecrawl/firecrawl-build-search

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Integrate Firecrawl `/search` for query-first discovery with optional content hydration

google-gemini/gemini-api-dev

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Best practices for developing Gemini-powered apps using the Gemini API

google-gemini/gemini-interactions-api

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Building apps with the Gemini Interactions API for text, chat, streaming, and image generation

google-gemini/gemini-live-api-dev

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Building real-time bidirectional streaming apps with the Gemini Live API

google-gemini/vertex-ai-api-dev

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Developing Gemini-powered apps on Google Cloud Vertex AI using the Gen AI SDK

hashicorp/azure-verified-modules

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Azure Verified Modules (AVM) certification standards for Terraform modules

hashicorp/new-terraform-provider

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Scaffold a new Terraform provider project using the Plugin Framework

hashicorp/provider-actions

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Implement Terraform Provider Actions using the Plugin Framework

hashicorp/provider-resources

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Implement Terraform Provider resources and data sources using the Plugin Framework

hashicorp/provider-test-patterns

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Acceptance test patterns for Terraform providers using terraform-plugin-testing

hashicorp/refactor-module

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Transform monolithic Terraform configurations into reusable modules

hashicorp/run-acceptance-tests

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Run acceptance tests for Terraform providers using Go's test runner

hashicorp/terraform-search-import

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Discover existing cloud resources and bulk import them into Terraform state

hashicorp/terraform-stacks

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Manage infrastructure across multiple environments, regions, and cloud accounts

hashicorp/terraform-style-guide

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Generate Terraform HCL code following HashiCorp's official style conventions

hashicorp/terraform-test

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Built-in testing framework for Terraform configurations with .tftest.hcl files

neondatabase/claimable-postgres

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Claimable Postgres database provisioning with Neon

neondatabase/neon-postgres

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Best practices for Neon Serverless Postgres

neondatabase/neon-postgres-egress-optimizer

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Optimize Neon Postgres egress and data transfer

remotion-dev/remotion

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Programmatic video creation with React

replicate/replicate

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Discover, compare, and run AI models using Replicate's API

sanity-io/content-experimentation-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Content A/B testing and experimentation workflows

sanity-io/content-modeling-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Guidelines for designing scalable content models in Sanity

sanity-io/sanity-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Best practices for Sanity Studio, GROQ queries, and content workflows

sanity-io/seo-aeo-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

SEO and answer engine optimization patterns for content sites

stripe/stripe-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Best practices for building Stripe integrations

stripe/upgrade-stripe

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Upgrade Stripe SDK and API versions

supabase/postgres-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

PostgreSQL best practices for Supabase

tinybirdco/tinybird-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Tinybird project guidelines for datasources, pipes, endpoints, and SQL

tinybirdco/tinybird-cli-guidelines

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Tinybird CLI usage guidelines and commands

tinybirdco/tinybird-python-sdk-guidelines

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Tinybird Python SDK usage guidelines

tinybirdco/tinybird-typescript-sdk-guidelines

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Tinybird TypeScript SDK usage guidelines

trycourier/courier-skills

Official Claude SkillsAwesome Agent SkillsGitHub

Multi-channel notifications via email, SMS, push, and chat

typefully/typefully

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Create, schedule, and publish social media content across X, LinkedIn, Threads, Bluesky, and Mastodon

voltagent/create-voltagent

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Project setup guide with CLI and manual steps

voltagent/voltagent-best-practices

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Architecture and usage patterns for agents, workflows, memory, and servers

voltagent/voltagent-core-reference

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Reference for the VoltAgent class options and lifecycle methods

voltagent/voltagent-docs-bundle

Official Claude SkillsAwesome Agent SkillsOfficial Skills

Lookup embedded docs from @voltagent/core for version-matched documentation

Development and Testing 76 skills

alinaqi/claude-bootstrap

Development and TestingAwesome Agent SkillsGitHub

Opinionated project initialization with security-first guardrails, spec-driven atomic todos, LLM testing patterns, and CLI tool orchestration (gh, vercel, supabase)

antonbabenko/terraform-skill

Development and TestingAwesome Agent SkillsGitHub

Terraform and OpenTofu patterns: testing, modules, state, CI/CD.

AvdLee/swiftui-expert-skill

Development and TestingAwesome Agent SkillsGitHub

Modern SwiftUI best practices and iOS 26+ Liquid Glass adoption

CloudAI-X/threejs-skills

Development and TestingAwesome Agent SkillsGitHub

Three.js skills for creating 3D elements and interactive experiences

coderabbitai/skills

Development and TestingAwesome Agent SkillsGitHub

Code review and PR autofix workflows for coding agents

dembrandt/dembrandt-skills

Development and TestingAwesome Agent SkillsGitHub

UX and design system skills: hierarchy, typography, accessibility, interactions

efremidze/swift-patterns-skill

Development and TestingAwesome Agent SkillsGitHub

Modern Swift/SwiftUI best practices

ehmo/platform-design-skills

Development and TestingAwesome Agent SkillsGitHub

300+ design rules from Apple HIG, Material Design 3, and WCAG 2.2 for cross-platform apps

ethos-link/rails-conventions

Development and TestingAwesome Agent SkillsGitHub

Rails 8 conventions for consistent production code changes

foryourhealth111-pixel/Vibe-Skills

Development and TestingAwesome Agent SkillsGitHub

A skills governed plug-and-play harness for staged, test-driven skill orchestration

fvadicamo/dev-agent-skills

Development and TestingAwesome Agent SkillsGitHub

Git and GitHub workflow skills for commits, PRs, and code reviews

GanyuanRan/Aegis

Development and TestingAwesome Agent SkillsGitHub

Evidence-driven method pack for AI coding agents

hamelsmu/build-review-interface

Development and TestingAwesome Agent SkillsGitHub

Build annotation interfaces for reviewing LLM traces

hamelsmu/error-analysis

Development and TestingAwesome Agent SkillsGitHub

Systematically identify failure modes in LLM pipelines

hamelsmu/eval-audit

Development and TestingAwesome Agent SkillsGitHub

Audit LLM eval pipelines and surface problems

hamelsmu/evaluate-rag

Development and TestingAwesome Agent SkillsGitHub

Evaluate RAG retrieval and generation quality

hamelsmu/generate-synthetic-data

Development and TestingAwesome Agent SkillsGitHub

Create diverse synthetic test inputs for LLM evals

hamelsmu/validate-evaluator

Development and TestingAwesome Agent SkillsGitHub

Calibrate LLM judges against human labels

hamelsmu/write-judge-prompt

Development and TestingAwesome Agent SkillsGitHub

Design LLM-as-Judge evaluators for subjective criteria

hqhq1025/skill-optimizer

Development and TestingAwesome Agent SkillsGitHub

Diagnose and optimize Agent Skills (SKILL.md) with real session data and research-backed static analysis. Works with Claude Code, Codex, and any Agent Skills-compatible agent

ibelick/ui-skills

Development and TestingAwesome Agent SkillsGitHub

Opinionated, evolving constraints to guide agents when building interfaces

Joannis/claude-skills

Development and TestingAwesome Agent SkillsGitHub

Swift Server development guidance with linting tool for best practices

Kevin7Qi/codex-collab

Development and TestingAwesome Agent SkillsGitHub

Collaborate with Codex from Claude Code

lackeyjb/playwright-skill

Development and TestingAwesome Agent SkillsGitHub

Browser automation with Playwright

LambdaTest/agent-skills

Development and TestingAwesome Agent SkillsGitHub

TestMu AI (Formerly LambdaTest) Skills is a curated collection of Agent Skills that teach AI coding assistants how to write production-grade test automation.

Leonxlnx/taste-skill

Development and TestingAwesome Agent SkillsGitHub

High-agency frontend skill that gives AI good taste with tunable design variance, motion intensity, and visual density to stop generic UI slop

Lum1104/understand-anything

Development and TestingAwesome Agent SkillsGitHub

Interactive codebase knowledge graphs via multi-agent LLM analysis

massimodeluisa/recursive-decomposition-skill

Development and TestingAwesome Agent SkillsGitHub

Handle long-context tasks (100+ files, 50k+ tokens) through recursive decomposition strategies based on RLM research

mattpocock/skills

Development and TestingAwesome Agent SkillsGitHub

17 dev workflow skills: PRD writing, TDD, codebase architecture, git guardrails, issue triage, refactoring plans, and more

mcollina/skills

Development and TestingAwesome Agent SkillsGitHub

11 skills by Matteo Collina: Node.js, Fastify, TypeScript, OAuth, Git/GitHub, ESLint neostandard, documentation (Diataxis), Node.js core internals, skill optimizer, and more

metalbear-co/skills

Development and TestingAwesome Agent SkillsGitHub

Skills that let agents code and test against your Kubernetes cluster using mirrord

mukul975/Anthropic-Cybersecurity-Skills

Development and TestingAwesome Agent SkillsGitHub

753 cybersecurity skills across 38 domains: cloud security, pentesting, red teaming, DFIR, malware analysis, threat intel, and more (MITRE ATT&CK mapped)

muthuishere/hand-drawn-diagrams

Development and TestingAwesome Agent SkillsGitHub

Generate hand-drawn Excalidraw diagrams from a prompt — animated SVG, hosted edit link, and PNG export. Works with Claude Code, Codex, Gemini CLI, and any agent supporting standard skill paths

NeoLabHQ/code-review

Development and TestingAwesome Agent SkillsGitHub

Comprehensive PR code review using specialized agents: bug-hunter, security-auditor, code-quality-reviewer, contracts-reviewer, historical-context-reviewer, test-coverage-reviewer

NeoLabHQ/ddd

Development and TestingAwesome Agent SkillsGitHub

Domain-driven development skills that also include Clean Architecture, SOLID principles, and design patterns.

NeoLabHQ/kaizen

Development and TestingAwesome Agent SkillsGitHub

Applies continuous improvement methodology with multiple analytical approaches, based on Japanese Kaizen philosophy and Lean methodology.

NeoLabHQ/reflexion

Development and TestingAwesome Agent SkillsGitHub

Self-refinement loop that forces the LLM to reflect on previous output and correct itself.

NeoLabHQ/sadd

Development and TestingAwesome Agent SkillsGitHub

Dispatches independent subagents for individual tasks with code review checkpoints between iterations for rapid, controlled development.

NeoLabHQ/sdd

Development and TestingAwesome Agent SkillsGitHub

Spec-driven development workflow that transforms prompts into production-ready implementations through structured planning, architecture design, and LLM-as-a-Judge based quality gates.

nextlevelbuilder/ui-ux-pro-max-skill

Development and TestingAwesome Agent SkillsGitHub

UI/UX design patterns and best practices

NoizAI/skills

Development and TestingAwesome Agent SkillsGitHub

Human-like TTS workflows with local/cloud APIs and app delivery

obra/condition-based-waiting

Development and TestingAwesome Agent SkillsGitHub

Manage conditional pauses or delays

obra/finishing-a-development-branch

Development and TestingAwesome Agent SkillsGitHub

Complete Git code branches

obra/receiving-code-review

Development and TestingAwesome Agent SkillsGitHub

Process and incorporate code feedback

obra/requesting-code-review

Development and TestingAwesome Agent SkillsGitHub

Initiate code review processes

obra/root-cause-tracing

Development and TestingAwesome Agent SkillsGitHub

Investigate and identify fundamental problems

obra/subagent-driven-development

Development and TestingAwesome Agent SkillsGitHub

Development using multiple sub-agents

obra/systematic-debugging

Development and TestingAwesome Agent SkillsGitHub

Methodical problem-solving in code

obra/test-driven-development

Development and TestingAwesome Agent SkillsGitHub

Write tests before implementing code

obra/testing-anti-patterns

Development and TestingAwesome Agent SkillsGitHub

Identify ineffective testing practices

obra/testing-skills-with-subagents

Development and TestingAwesome Agent SkillsGitHub

Collaborative testing approaches

obra/using-git-worktrees

Development and TestingAwesome Agent SkillsGitHub

Manage multiple Git working trees

obra/verification-before-completion

Development and TestingAwesome Agent SkillsGitHub

Validate work before finalizing

rameerez/claude-code-startup-skills

Development and TestingAwesome Agent SkillsGitHub

Skills for building and running software startups, apps, and SaaS

ramzesenok/iOS-Accessibility-Audit-Skill

Development and TestingAwesome Agent SkillsGitHub

Audit iOS App against Accessibility norms

robzolkos/skill-rails-upgrade

Development and TestingAwesome Agent SkillsGitHub

Analyze Rails apps and provide upgrade assessments

Rootly-AI-Labs/rootly-incident-responder

Development and TestingAwesome Agent SkillsGitHub

AI-powered incident response with ML similarity matching, solution suggestions, and on-call coordination. Requires [Rootly MCP Server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server)

rudrankriyam/app-store-connect-cli-skills

Development and TestingAwesome Agent SkillsGitHub

Automate App Store deployments and management using ASC CLI

sanjay3290/deep-research

Development and TestingAwesome Agent SkillsGitHub

Autonomous multi-step research using Gemini Deep Research Agent

sanjay3290/postgres

Development and TestingAwesome Agent SkillsGitHub

Execute safe read-only SQL queries against PostgreSQL databases

scarletkc/vexor

Development and TestingAwesome Agent SkillsGitHub

Vector-powered CLI for semantic file search with a Claude/Codex skill

Shpigford/screenshots

Development and TestingAwesome Agent SkillsGitHub

Generate marketing screenshots with Playwright

ShunsukeHayashi/agent-skill-bus

Development and TestingAwesome Agent SkillsGitHub

Self-improving task orchestration for AI agent systems

Skill_Seekers

Development and TestingAwesome Agent SkillsGitHub

Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes

testdino-hq/playwright-skill

Development and TestingAwesome Agent SkillsGitHub

70+ production-tested Playwright automation testing patterns: E2E, POM, CI/CD, migrations, CLI

truongduy2611/app-store-preflight-skills

Development and TestingAwesome Agent SkillsGitHub

Scan iOS/macOS projects to catch common mistakes that lead to App Store rejection before submission

uucz/moyu

Development and TestingAwesome Agent SkillsGitHub

Anti-over-engineering skill with 5 variants and 10 platforms

wrsmith108/varlock-claude-skill

Development and TestingAwesome Agent SkillsGitHub

Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits

ZhangHanDong/makepad-skills

Development and TestingAwesome Agent SkillsGitHub

Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting.

zscole/model-hierarchy-skill

Development and TestingAwesome Agent SkillsGitHub

Cost-optimized model routing based on task complexity

zxkane/aws-skills

Development and TestingAwesome Agent SkillsGitHub

AWS development with infrastructure automation and cloud architecture patterns

Product Management Skills by Pawel Huryn 65 skills

phuryn/ab-test-analysis

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Analyze A/B test results with statistical significance and recommendations

phuryn/analyze-feature-requests

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Prioritize feature requests by theme, impact, effort, and risk

phuryn/ansoff-matrix

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Ansoff Matrix analysis across 4 growth strategy quadrants

phuryn/beachhead-segment

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Identify the first beachhead market segment for product launch

phuryn/brainstorm-experiments-existing

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Design experiments to test assumptions for existing products

phuryn/brainstorm-experiments-new

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Design lean pretotypes for new product validation

phuryn/brainstorm-ideas-existing

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Brainstorm product ideas from PM, Designer, Engineer perspectives

phuryn/brainstorm-ideas-new

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Brainstorm feature ideas for new products in early discovery

phuryn/brainstorm-okrs

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Brainstorm team OKRs aligned with company objectives

phuryn/business-model

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Generate Business Model Canvas with all 9 building blocks

phuryn/cohort-analysis

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Cohort retention curves, feature adoption, and segment insights

phuryn/competitive-battlecard

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create sales-ready battlecards against specific competitors

phuryn/competitor-analysis

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Analyze competitors with strengths, weaknesses, and differentiation

phuryn/create-prd

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create a PRD with 8-section template covering problem to release

phuryn/customer-journey-map

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Map customer journeys with touchpoints, emotions, and opportunities

phuryn/draft-nda

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Draft NDAs covering information types, jurisdiction, and clauses

phuryn/dummy-dataset

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Generate realistic dummy datasets in CSV, JSON, or SQL

phuryn/grammar-check

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Identify grammar and flow errors with targeted fix suggestions

phuryn/growth-loops

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Identify growth loops across 5 flywheel types for traction

phuryn/gtm-motions

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Identify best GTM motions across 7 types including PLG and ABM

phuryn/gtm-strategy

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create GTM strategy with channels, messaging, and launch timeline

phuryn/ideal-customer-profile

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Identify ICP with demographics, behaviors, and JTBD

phuryn/identify-assumptions-existing

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Identify risky assumptions across Value, Usability, Viability, Feasibility

phuryn/identify-assumptions-new

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Identify risky assumptions for new products across 8 risk categories

phuryn/interview-script

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create structured customer interview scripts with JTBD probing

phuryn/job-stories

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create job stories with acceptance criteria in JTBD format

phuryn/lean-canvas

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Generate Lean Canvas with problem, solution, UVP, and metrics

phuryn/market-segments

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Identify 3-5 customer segments with JTBD and product fit

phuryn/market-sizing

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Estimate TAM, SAM, SOM with top-down and bottom-up approaches

phuryn/marketing-ideas

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Generate 5 creative, cost-effective marketing ideas with rationale

phuryn/metrics-dashboard

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Define product metrics dashboard with sources and alert thresholds

phuryn/monetization-strategy

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Brainstorm 3-5 monetization strategies with validation experiments

phuryn/north-star-metric

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Define North Star Metric and input metrics constellation

phuryn/opportunity-solution-tree

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Build Opportunity Solution Trees based on Teresa Torres' method

phuryn/outcome-roadmap

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Transform output roadmaps into outcome-focused strategic plans

phuryn/pestle-analysis

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

PESTLE analysis across Political, Economic, Social, Tech, Legal, Environmental

phuryn/porters-five-forces

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Porter's Five Forces competitive analysis with strategic insights

phuryn/positioning-ideas

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Brainstorm positioning ideas differentiated from competitors

phuryn/pre-mortem

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Run pre-mortem risk analysis on PRDs and launch plans

phuryn/pricing-strategy

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Design pricing strategies with competitive analysis and WTP estimation

phuryn/prioritization-frameworks

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Reference guide to 9 prioritization frameworks with templates

phuryn/prioritize-assumptions

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Prioritize assumptions with Impact × Risk matrix and experiments

phuryn/prioritize-features

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Prioritize backlog by impact, effort, risk, and strategic alignment

phuryn/privacy-policy

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Draft privacy policies with GDPR compliance considerations

phuryn/product-name

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Brainstorm 5 memorable product names aligned to brand values

phuryn/product-strategy

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create product strategy using 9-section Product Strategy Canvas

phuryn/product-vision

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Brainstorm inspiring, achievable product vision statements

phuryn/release-notes

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Generate user-facing release notes from tickets or changelogs

phuryn/retro

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Facilitate structured sprint retrospectives with action items

phuryn/review-resume

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

PM resume review against 10 best practices including XYZ+S formula

phuryn/sentiment-analysis

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Analyze user feedback with sentiment scores and JTBD insights

phuryn/sprint-plan

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Plan sprints with capacity, story selection, and risk mapping

phuryn/sql-queries

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Generate SQL queries from natural language across major dialects

phuryn/stakeholder-map

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Build stakeholder maps with power/interest grid and comms plan

phuryn/startup-canvas

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Generate Startup Canvas combining Product Strategy and Business Model

phuryn/summarize-interview

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Summarize interview transcripts with JTBD and action items

phuryn/summarize-meeting

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Summarize meeting transcripts into structured notes and actions

phuryn/swot-analysis

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

SWOT analysis with actionable recommendations per quadrant

phuryn/test-scenarios

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create comprehensive test scenarios from user stories

phuryn/user-personas

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create 3 user personas with JTBD, pains, and gains

phuryn/user-segmentation

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Segment users by behavior, JTBD, and needs from feedback data

phuryn/user-stories

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create INVEST-compliant user stories with 3 C's structure

phuryn/value-prop-statements

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Generate value prop statements for marketing, sales, and onboarding

phuryn/value-proposition

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Design value propositions using 6-part JTBD template

phuryn/wwas

Product Management Skills by Pawel HurynAwesome Agent SkillsGitHub

Create backlog items in Why-What-Acceptance format

Product Manager Skills by Dean Peters 46 skills

deanpeters/acquisition-channel-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Evaluate channels using unit economics and recommend scale/test/kill decisions

deanpeters/ai-shaped-readiness-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Assess automation vs. redesign opportunities across five competencies

deanpeters/altitude-horizon-framework

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Navigate the PM→Director mindset shift covering scope, time horizons, and failure modes

deanpeters/business-health-diagnostic

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Diagnose SaaS health, identify red flags, and prioritize recovery actions

deanpeters/company-research

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Deep-dive competitor or company analysis

deanpeters/context-engineering-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Diagnose context stuffing vs. engineering and guide memory and retrieval design

deanpeters/customer-journey-map

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Map customer experience across touchpoints using the NNGroup framework

deanpeters/customer-journey-mapping-workshop

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Guide journey mapping sessions with pain point identification

deanpeters/director-readiness-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Coach the PM→Director transition across four key situations

deanpeters/discovery-interview-prep

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Plan customer interviews using Mom Test style based on research goals

deanpeters/discovery-process

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Full discovery cycle: frame problem → research → synthesize → validate (3-4 weeks)

deanpeters/eol-message

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Communicate product or feature deprecation gracefully

deanpeters/epic-breakdown-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Split epics into stories using Richard Lawrence's 9 splitting patterns

deanpeters/epic-hypothesis

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Turn initiatives into testable hypotheses with measurable success metrics

deanpeters/executive-onboarding-playbook

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

30-60-90 day diagnostic playbook for VP/CPO onboarding transitions

deanpeters/feature-investment-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Evaluate features using ROI and strategic value scoring

deanpeters/finance-based-pricing-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Evaluate pricing changes using financial impact analysis

deanpeters/finance-metrics-quickref

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Reference guide for 32+ SaaS finance metrics with formulas and benchmarks

deanpeters/jobs-to-be-done

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Understand customer objectives using the JTBD framework

deanpeters/lean-ux-canvas

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Set up hypothesis-driven planning using Jeff Gothelf's Lean UX Canvas v2

deanpeters/opportunity-solution-tree

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Generate opportunities and solutions and recommend proof-of-concept tests

deanpeters/pestel-analysis

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Analyze external factors across Political, Economic, Social, Tech, Environmental, and Legal dimensions

deanpeters/pol-probe

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Define lightweight validation experiments to test hypotheses

deanpeters/pol-probe-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Recommend prototype type: Feasibility, Task-Focused, Narrative, Synthetic, or Vibe

deanpeters/positioning-statement

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Define target audience, problem solved, and differentiation using Geoffrey Moore's framework

deanpeters/positioning-workshop

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Guide positioning definition with adaptive discovery questions

deanpeters/prd-development

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Structured PRD process: problem → personas → solution → metrics → stories (2-4 days)

deanpeters/press-release

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Clarify product vision with a future press release using Amazon's Working Backwards method

deanpeters/prioritization-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Recommend the right prioritization framework (RICE, ICE, Kano, etc.) for your situation

deanpeters/problem-framing-canvas

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Lead through MITRE Problem Framing: Look Inward, Outward, and Reframe

deanpeters/problem-statement

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Frame customer problems with evidence before jumping to solutions

deanpeters/product-strategy-session

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Full strategy session: positioning → framing → exploration → roadmap (2-4 weeks)

deanpeters/proto-persona

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Create hypothesis-driven personas before conducting full research

deanpeters/recommendation-canvas

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Document AI-powered product recommendations

deanpeters/roadmap-planning

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Strategic roadmap process: inputs → epics → prioritize → sequence → communicate (1-2 weeks)

deanpeters/saas-economics-efficiency-metrics

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Calculate unit economics and capital efficiency including CAC, LTV, payback, and Rule of 40

deanpeters/saas-revenue-growth-metrics

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Track revenue, retention, and growth metrics including MRR/ARR, churn, NRR, and expansion

deanpeters/skill-authoring-workflow

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Meta workflow for authoring skills: choose path → validate → update docs → package

deanpeters/storyboard

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Visualize user journeys with 6-frame narrative storyboards

deanpeters/tam-sam-som-calculator

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Project market size with real-world data and citations

deanpeters/user-story

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Write user stories with acceptance criteria using Mike Cohn and Gherkin formats

deanpeters/user-story-mapping

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Organize stories by user workflow using Jeff Patton's story mapping approach

deanpeters/user-story-mapping-workshop

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Walk through creating story maps with backbone and release slices

deanpeters/user-story-splitting

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Break down large stories using 8 proven splitting patterns

deanpeters/vp-cpo-readiness-advisor

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Coach the Director→VP/CPO transition including a CEO interview framework

deanpeters/workshop-facilitation

Product Manager Skills by Dean PetersAwesome Agent SkillsGitHub

Add step-by-step facilitation with numbered recommendations to any workshop

Skills by OpenAI 42 skills

openai/aspnet-core

OpenAIAwesome Agent SkillsOfficial Skills

Build, review, and architect ASP.NET Core apps (Blazor, MVC, Minimal APIs, etc.)

openai/chatgpt-apps

OpenAIAwesome Agent SkillsOfficial Skills

Build, scaffold, and troubleshoot ChatGPT Apps SDK apps with MCP server and widget UI

openai/cloudflare-deploy

OpenAIAwesome Agent SkillsOfficial Skills

Deploy apps to Cloudflare using Workers, Pages, and platform services

openai/develop-web-game

OpenAIAwesome Agent SkillsOfficial Skills

Build and test web games iteratively using Playwright with time-stepping

openai/doc

OpenAIAwesome Agent SkillsOfficial Skills

Read, create, and edit .docx documents with formatting and layout fidelity

openai/figma

OpenAIAwesome Agent SkillsOfficial Skills

Use the Figma MCP server to fetch design context and translate nodes into production code

openai/figma-code-connect-components

OpenAIAwesome Agent SkillsOfficial Skills

Connect Figma design components to code components using Code Connect

openai/figma-create-design-system-rules

OpenAIAwesome Agent SkillsOfficial Skills

Rules for implementing Figma designs using the Figma MCP server

openai/figma-create-new-file

OpenAIAwesome Agent SkillsOfficial Skills

Create a new blank Figma file or FigJam file

openai/figma-generate-design

OpenAIAwesome Agent SkillsOfficial Skills

Translate app pages and layouts into Figma using design system tokens

openai/figma-generate-library

OpenAIAwesome Agent SkillsOfficial Skills

Build or update a professional-grade design system in Figma from a codebase

openai/figma-implement-design

OpenAIAwesome Agent SkillsOfficial Skills

Translate Figma designs into production-ready code with 1:1 visual fidelity

openai/figma-use

OpenAIAwesome Agent SkillsOfficial Skills

Prerequisite skill for every use_figma tool call — write/read actions in Figma context

openai/frontend-skill

OpenAIAwesome Agent SkillsOfficial Skills

Create visually strong landing pages, websites, and app UIs with restrained composition

openai/gh-address-comments

OpenAIAwesome Agent SkillsOfficial Skills

Address review and issue comments on open GitHub PRs via CLI

openai/gh-fix-ci

OpenAIAwesome Agent SkillsOfficial Skills

Debug and fix failing GitHub Actions PR checks using log inspection

openai/imagegen

OpenAIAwesome Agent SkillsOfficial Skills

Generate and edit images using OpenAI's Image API for projects

openai/jupyter-notebook

OpenAIAwesome Agent SkillsOfficial Skills

Create clean, reproducible Jupyter notebooks for experiments and tutorials

openai/linear

OpenAIAwesome Agent SkillsOfficial Skills

Manage issues, projects, and team workflows in Linear

openai/netlify-deploy

OpenAIAwesome Agent SkillsOfficial Skills

Automate Netlify deployments with CLI auth, linking, and environment support

openai/notion-knowledge-capture

OpenAIAwesome Agent SkillsOfficial Skills

Convert conversations into structured, searchable Notion wiki entries

openai/notion-meeting-intelligence

OpenAIAwesome Agent SkillsOfficial Skills

Prep meetings by pulling Notion context and tailoring agendas

openai/notion-research-documentation

OpenAIAwesome Agent SkillsOfficial Skills

Research Notion content and synthesize findings into structured briefs

openai/notion-spec-to-implementation

OpenAIAwesome Agent SkillsOfficial Skills

Convert Notion specs into linked implementation plans and tasks

openai/openai-docs

OpenAIAwesome Agent SkillsOfficial Skills

Provide authoritative guidance from OpenAI developer documentation

openai/pdf

OpenAIAwesome Agent SkillsOfficial Skills

Read, create, and review PDFs with layout and visual formatting integrity

openai/playwright

OpenAIAwesome Agent SkillsOfficial Skills

Automate real browser interactions for navigation, forms, and scraping

openai/playwright-interactive

OpenAIAwesome Agent SkillsOfficial Skills

Persistent browser and Electron interaction via js_repl for iterative UI debugging

openai/render-deploy

OpenAIAwesome Agent SkillsOfficial Skills

Deploy applications to Render's cloud platform using Git-backed services

openai/screenshot

OpenAIAwesome Agent SkillsOfficial Skills

Capture desktop, app windows, or pixel regions across OS platforms

openai/security-best-practices

OpenAIAwesome Agent SkillsOfficial Skills

Review code for language-specific security vulnerabilities

openai/security-ownership-map

OpenAIAwesome Agent SkillsOfficial Skills

Map people-to-file ownership, compute bus factor, and identify risks

openai/security-threat-model

OpenAIAwesome Agent SkillsOfficial Skills

Generate repo-specific threat models identifying trust boundaries

openai/sentry

OpenAIAwesome Agent SkillsOfficial Skills

Inspect Sentry issues, summarize production errors, and pull health data

openai/slides

OpenAIAwesome Agent SkillsOfficial Skills

Create and edit .pptx presentation decks with PptxGenJS

openai/sora

OpenAIAwesome Agent SkillsOfficial Skills

Generate, remix, and manage short video clips via OpenAI's Sora API

openai/speech

OpenAIAwesome Agent SkillsOfficial Skills

Generate spoken audio from text using OpenAI's API with built-in voices

openai/spreadsheet

OpenAIAwesome Agent SkillsOfficial Skills

Create, edit, analyze, and visualize spreadsheets with formulas

openai/transcribe

OpenAIAwesome Agent SkillsOfficial Skills

Transcribe audio files to text with optional speaker diarization

openai/vercel-deploy

OpenAIAwesome Agent SkillsOfficial Skills

Deploy applications and websites to Vercel with preview or production options

openai/winui-app

OpenAIAwesome Agent SkillsOfficial Skills

Bootstrap and develop modern WinUI 3 desktop apps with C# and Windows App SDK

openai/yeet

OpenAIAwesome Agent SkillsOfficial Skills

Stage, commit, push code, and open a GitHub pull request via CLI

Productivity and Collaboration 33 skills

Charlie85270/Dorothy

Productivity and CollaborationAwesome Agent SkillsGitHub

Orchestrate multiple AI CLI agents with automations and MCP servers

deusyu/translate-book

Productivity and CollaborationAwesome Agent SkillsGitHub

Translate books (PDF/DOCX/EPUB) via parallel sub-agents with resume

Digidai/product-manager-skills

Productivity and CollaborationAwesome Agent SkillsGitHub

Senior PM agent with 30+ frameworks and SaaS metrics

EveryInc/charlie-cfo-skill

Productivity and CollaborationAwesome Agent SkillsGitHub

Bootstrapped CFO financial management inspired by Charlie Munger

gokapso/automate-whatsapp

Productivity and CollaborationAwesome Agent SkillsGitHub

Build WhatsApp automations with workflows and agents

gokapso/integrate-whatsapp

Productivity and CollaborationAwesome Agent SkillsGitHub

Connect WhatsApp, set up webhooks, and send messages

gokapso/observe-whatsapp

Productivity and CollaborationAwesome Agent SkillsGitHub

Debug WhatsApp delivery issues and run health checks

hanfang/claude-memory-skill

Productivity and CollaborationAwesome Agent SkillsGitHub

Minimal, low-friction hierarchical memory system with background agents and filesystem-based persistence

kreuzberg-dev/kreuzberg

Productivity and CollaborationAwesome Agent SkillsGitHub

Extract text, tables, and metadata from 62+ document formats

mvanhorn/last30days-skill

Productivity and CollaborationAwesome Agent SkillsGitHub

Research any topic across Reddit, X, YouTube, HN, Polymarket, and the web, ranked by upvotes, likes, and real money instead of editors

NeoLabHQ/write-concisely

Productivity and CollaborationAwesome Agent SkillsGitHub

Applies the famous *The Elements of Style* book principles to make documentation and writing clearer and more professional by eliminating wordiness and improving structure.

notiondevs/Notion Skills for Claude

Productivity and CollaborationAwesome Agent Skillsnotion.so

Skills for working with Notion

obra/dispatching-parallel-agents

Productivity and CollaborationAwesome Agent SkillsGitHub

Coordinate multiple simultaneous agents

obra/executing-plans

Productivity and CollaborationAwesome Agent SkillsGitHub

Implement and run strategic plans

obra/sharing-skills

Productivity and CollaborationAwesome Agent SkillsGitHub

Distribute and communicate capabilities

obra/superpowers-lab

Productivity and CollaborationAwesome Agent SkillsGitHub

Lab environment for Claude superpowers

obra/using-superpowers

Productivity and CollaborationAwesome Agent SkillsGitHub

Leverage core platform capabilities

ognjengt/founder-skills

Productivity and CollaborationAwesome Agent SkillsGitHub

Claude skills for founders with packaged startup workflows

op7418/NanoBanana-PPT-Skills

Productivity and CollaborationAwesome Agent SkillsGitHub

AI-powered PPT generation with document analysis and styled images

op7418/Youtube-clipper-skill

Productivity and CollaborationAwesome Agent SkillsGitHub

YouTube clip generation and editing with automated workflows

openaccountants/openaccountants

Productivity and CollaborationAwesome Agent SkillsGitHub

371 tax classification skills across 134 countries

Paramchoudhary/ResumeSkills

Productivity and CollaborationAwesome Agent SkillsGitHub

20 specialized skills for resume optimization, ATS analysis, interview prep, and career transitions

PleasePrompto/notebooklm-skill

Productivity and CollaborationAwesome Agent SkillsGitHub

Interact with NotebookLM for document-based conversations

PSPDFKit-labs/nutrient-agent-skill

Productivity and CollaborationAwesome Agent SkillsGitHub

Document processing with Nutrient DWS API: convert (PDF/DOCX/XLSX/PPTX/HTML/images), extract text/tables, OCR (20+ languages), redact PII (pattern + AI), watermark, digital signatures, form filling. [MCP server](https://www.npmjs.com/package/@nutrient-sdk/dws-mcp-server) also available.

ReScienceLab/opc-skills

Productivity and CollaborationAwesome Agent SkillsGitHub

Agent skills for solopreneurs with SEO, geo, and LLM tools

RoundTable02/tutor-skills

Productivity and CollaborationAwesome Agent SkillsGitHub

Transform docs or codebases into Obsidian StudyVaults with interactive quizzes

santifer/career-ops

Productivity and CollaborationAwesome Agent SkillsGitHub

14-skill collection for AI-powered job search: JD evaluation with A-F scoring, ATS-optimized PDF generation, portal scanners (Greenhouse/Ashby/Lever), interview prep with STAR+R, batch processing, and a Go dashboard TUI

SeanZoR/claude-speed-reader

Productivity and CollaborationAwesome Agent SkillsGitHub

Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting

Shpigford/readme

Productivity and CollaborationAwesome Agent SkillsGitHub

Generate comprehensive project documentation

wrsmith108/linear-claude-skill

Productivity and CollaborationAwesome Agent SkillsGitHub

Manage Linear issues, projects, and teams

zarazhangrui/frontend-slides

Productivity and CollaborationAwesome Agent SkillsGitHub

Generate animation-rich HTML presentations with visual style previews

Marketing Skills by Corey Haines 32 skills

coreyhaines31/ab-test-setup

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Plan and implement A/B tests or experiments for any digital experience

coreyhaines31/ad-creative

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Generate and iterate ad creative including headlines, descriptions, and primary text

coreyhaines31/ai-seo

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Optimize content to appear in AI-generated answers and LLM search results

coreyhaines31/analytics-tracking

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Set up and audit analytics tracking and measurement pipelines

coreyhaines31/churn-prevention

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Build cancellation flows, save offers, and recover failed payments

coreyhaines31/cold-email

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Write B2B cold emails and follow-up sequences that convert

coreyhaines31/competitor-alternatives

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Build competitor comparison and alternative landing pages for SEO

coreyhaines31/content-strategy

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Plan content strategy and decide what topics and formats to prioritize

coreyhaines31/copy-editing

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Edit and improve existing marketing copy for clarity and impact

coreyhaines31/copywriting

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Write and rewrite marketing copy for landing pages, homepages, and ads

coreyhaines31/email-sequence

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Build email sequences, drip campaigns, and lifecycle email flows

coreyhaines31/form-cro

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Optimize lead capture and contact forms to improve conversion

coreyhaines31/free-tool-strategy

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Plan and build free tools for lead generation and SEO value

coreyhaines31/launch-strategy

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Plan product launches, feature announcements, and go-to-market strategies

coreyhaines31/marketing-ideas

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Generate marketing strategies and campaign ideas for SaaS products

coreyhaines31/marketing-psychology

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Apply psychological principles and behavioral science to copy and design

coreyhaines31/onboarding-cro

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Optimize post-signup onboarding and user activation to improve time-to-value

coreyhaines31/page-cro

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Improve conversion rates on any marketing page including homepages and landing pages

coreyhaines31/paid-ads

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Create and optimize paid campaigns on Google, Meta, LinkedIn, and more

coreyhaines31/paywall-upgrade-cro

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Design and optimize upgrade screens, paywalls, and upsell modals

coreyhaines31/popup-cro

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Create and optimize popups, modals, and slide-ins for conversions

coreyhaines31/pricing-strategy

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Define pricing, packaging, and monetization strategy for SaaS products

coreyhaines31/product-marketing-context

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Create and maintain a product marketing context document for consistent messaging

coreyhaines31/programmatic-seo

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Build SEO-driven page templates for large-scale content generation

coreyhaines31/referral-program

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Design and optimize referral, affiliate, and word-of-mouth programs

coreyhaines31/revops

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Streamline revenue operations, lead lifecycle, and marketing-to-sales handoff

coreyhaines31/sales-enablement

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Create pitch decks, one-pagers, objection handling docs, and demo scripts

coreyhaines31/schema-markup

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Add and optimize schema markup and structured data for better SEO

coreyhaines31/seo-audit

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Audit and diagnose technical and on-page SEO issues on a site

coreyhaines31/signup-flow-cro

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Optimize signup, registration, and trial activation flows for higher conversion

coreyhaines31/site-architecture

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Plan and restructure page hierarchy, navigation, and URL structure

coreyhaines31/social-content

Marketing Skills by Corey HainesAwesome Agent SkillsGitHub

Create and schedule social media content for LinkedIn, Twitter/X, and Instagram

Specialized Domains 30 skills

aklofas/kicad-happy

Specialized DomainsAwesome Agent SkillsGitHub

AI-powered KiCad electronics design review and analysis

BehiSecc/vibesec

Specialized DomainsAwesome Agent SkillsGitHub

Helps write secure code by preventing common vulnerabilities including IDOR, XSS, SQL injection, SSRF, and weak authentication, approaching code from a bug hunter's perspective

bitwize-music-studio/claude-ai-music-skills

Specialized DomainsAwesome Agent SkillsGitHub

Full-lifecycle AI music album production

Ericyoung-183/alpha-insights

Specialized DomainsAwesome Agent SkillsGitHub

Harness-enforced business research for Claude Code and Codex

frmoretto/clarity-gate

Specialized DomainsAwesome Agent SkillsGitHub

Epistemic quality verification for RAG systems

helius-labs/helius-skills

Specialized DomainsAwesome Agent SkillsGitHub

Ship Solana apps end-to-end; transaction sending, asset queries, real-time streaming, token swaps, prediction markets, browser wallets, and deep research into protocol internals all powered by Helius APIs, DFlow trading, and Phantom wallet integrations

honeydew-ai/honeydew-ai-coding-agents-plugins

Specialized DomainsAwesome Agent SkillsGitHub

11 skills for the Honeydew semantic layer over Snowflake, Databricks, and BigQuery: model exploration, entity/relation/attribute/metric/context/domain creation, validation, query, filtering, and workspace branching

huifer/Claude-Ally-Health

Specialized DomainsAwesome Agent SkillsGitHub

A health assistant skill for medical information analysis, symptom tracking, and wellness guidance.

K-Dense-AI/claude-scientific-skills

Specialized DomainsAwesome Agent SkillsGitHub

Scientific research and analysis skills

komal-SkyNET/claude-skill-homeassistant

Specialized DomainsAwesome Agent SkillsGitHub

Supercharge and manage Home Assistant workflows

lawvable/awesome-legal-skills

Specialized DomainsAwesome Agent SkillsGitHub

Curated agent skills for automating legal workflows

materials-simulation-skills

Specialized DomainsAwesome Agent SkillsGitHub

Agent skills for computational materials science: numerical stability, time-stepping, linear solvers, mesh generation, simulation validation, parameter optimization, and post-processing

meodai/skill.color-expert

Specialized DomainsAwesome Agent SkillsGitHub

Color science expert skill with 286K words of reference material covering OKLCH/OKLAB, palette generation, accessibility/contrast, color naming, pigment mixing, and historical color theory

more-io/apple-bridges

Specialized DomainsAwesome Agent SkillsGitHub

Native macOS app access — manage Apple Reminders, Calendar, Contacts, Notes, Mail, and tmux sessions via Swift CLI bridges

NotMyself/claude-win11-speckit-update-skill

Specialized DomainsAwesome Agent SkillsGitHub

Windows 11 system management

Orchestra-Research/AI-research-SKILLs

Specialized DomainsAwesome Agent SkillsGitHub

20-module AI research skill library for model architecture, training, and ML paper writing

peas/genealogy-research

Specialized DomainsAwesome Agent Skillspaulo.com.br

Genealogy research agent with OCR, FamilySearch, YAML data, and human-in-the-loop

prompt-security/clawsec

Specialized DomainsAwesome Agent SkillsGitHub

Security skill suite with drift detection, automated audits, and skill integrity verification

raintree-technology/apple-hig-skills

Specialized DomainsAwesome Agent SkillsGitHub

Apple Human Interface Guidelines as 14 agent skills covering platforms, foundations, components, patterns, inputs, and technologies for iOS, macOS, visionOS, watchOS, and tvOS

SHADOWPR0/security-bluebook-builder

Specialized DomainsAwesome Agent SkillsGitHub

Build security Blue Books for sensitive apps

takechanman1228/claude-ecom

Specialized DomainsAwesome Agent SkillsGitHub

Ecommerce CSV to business review with KPI decomposition

talkstream/ru-text

Specialized DomainsAwesome Agent SkillsGitHub

Russian text quality: ~1,040 rules for typography, info-style, editorial, UX writing, business correspondence. Cross-platform: Claude Code, Codex CLI, Gemini CLI, Cursor.

video-db/skills

Specialized DomainsAwesome Agent SkillsGitHub

Realtime and batch video workflows: capture screen/audio, ingest URLs/YouTube/RTSP, transcribe, index, search, generate subtitles, edit timelines, and stream HLS output

wanshuiyin/Auto-claude-code-research-in-sleep

Specialized DomainsAwesome Agent SkillsGitHub

Autonomous ML research with cross-model review loops and GPU deployment

zechenzhangAGI/AI-research-SKILLs

Specialized DomainsAwesome Agent SkillsGitHub

77 AI research skills for model training, inference, and MLOps

zw008/VMware-AIops

Specialized DomainsAwesome Agent SkillsGitHub

AI-powered VMware vCenter/ESXi monitoring and operations: inventory queries, health/alarms, VM lifecycle (create, delete, snapshot, clone, migrate), vSAN management, Aria Operations analytics, and scheduled log scanning. Supports Claude Code, Gemini CLI, Codex, Aider, Trae, Kimi, and MCP.

Skills by Sentry team for their dev team. 28 skills

getsentry/sentry-android-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Android (Kotlin and Java)

getsentry/sentry-browser-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for browser JavaScript

getsentry/sentry-cloudflare-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Cloudflare Workers, Pages, Durable Objects, Queues, and Workflows

getsentry/sentry-cocoa-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS)

getsentry/sentry-code-review

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Review code changes using Sentry issue and trace context

getsentry/sentry-create-alert

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Create Sentry alerts with email, Slack, PagerDuty, Discord, and more

getsentry/sentry-dotnet-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for .NET (ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions)

getsentry/sentry-elixir-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Elixir, Phoenix, Plug, LiveView, Oban, and Quantum

getsentry/sentry-feature-setup

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Configure advanced Sentry features: AI monitoring, OTel pipelines, and alerts

getsentry/sentry-fix-issues

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Find and fix Sentry issues with stack trace, breadcrumb, and trace context via MCP

getsentry/sentry-flutter-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Flutter and Dart across all platforms

getsentry/sentry-go-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Go (net/http, Gin, Echo, Fiber, FastHTTP, Iris, Negroni)

getsentry/sentry-nestjs-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for NestJS with Express or Fastify, GraphQL, microservices

getsentry/sentry-nextjs-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Next.js 13+ (App Router and Pages Router)

getsentry/sentry-node-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Node.js, Bun, and Deno

getsentry/sentry-otel-exporter-setup

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Configure the OpenTelemetry Collector with Sentry Exporter

getsentry/sentry-php-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for PHP, Laravel, and Symfony

getsentry/sentry-pr-code-review

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Review PR comments from Seer Bug Prediction and Sentry feedback

getsentry/sentry-python-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Python (Django, Flask, FastAPI, Celery, Starlette, AIOHTTP, Tornado)

getsentry/sentry-react-native-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for React Native and Expo

getsentry/sentry-react-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for React (React Router v5-v7, TanStack Router, Redux, Vite, webpack)

getsentry/sentry-ruby-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Ruby (Rails, Sinatra, Rack, Sidekiq, Resque)

getsentry/sentry-sdk-setup

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Set up Sentry in any language or framework — detects platform and routes to the right SDK

getsentry/sentry-sdk-skill-creator

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Create a new Sentry SDK skill bundle for a platform

getsentry/sentry-sdk-upgrade

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Upgrade the Sentry JavaScript SDK across major versions

getsentry/sentry-setup-ai-monitoring

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Instrument OpenAI, Anthropic, Vercel AI, LangChain, Google GenAI, and Pydantic AI

getsentry/sentry-svelte-sdk

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

Full Sentry SDK setup for Svelte and SvelteKit

getsentry/sentry-workflow

Sentry team for their dev team.Awesome Agent SkillsOfficial Skills

End-to-end Sentry workflow: fix production issues and review code with Sentry context

Skills by Garry Tan (gstack) 27 skills

garrytan/autoplan

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

One command, fully reviewed plan: runs CEO → design → eng review automatically

garrytan/benchmark

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Performance Engineer: baseline page load times, Core Web Vitals, and resource sizes

garrytan/browse

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Real Chromium browser for QA: real clicks, real screenshots, ~100ms per command

garrytan/canary

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

SRE post-deploy monitoring: watches for console errors, performance regressions, and page failures

garrytan/careful

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Safety Guardrails: warns before destructive commands (rm -rf, DROP TABLE, force-push)

garrytan/codex

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Second Opinion via OpenAI Codex CLI: review, adversarial challenge, and open consultation

garrytan/cso

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Chief Security Officer: OWASP Top 10 + STRIDE threat model with zero false-positive exclusions

garrytan/design-consultation

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Build a complete design system from scratch with creative risks and realistic product mockups

garrytan/design-review

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Designer Who Codes: visual audit then fixes with atomic commits and before/after screenshots

garrytan/document-release

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Technical Writer: update all project docs to match what you just shipped

garrytan/freeze

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Edit Lock: restrict file edits to one directory while debugging

garrytan/gstack-upgrade

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Self-Updater: upgrade gstack to latest version

garrytan/guard

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Full Safety: /careful + /freeze in one command for maximum safety

garrytan/investigate

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Systematic root-cause debugging: no fixes without investigation, traces data flow, tests hypotheses

garrytan/land-and-deploy

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Merge the PR, wait for CI and deploy, verify production health

garrytan/office-hours

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

YC Office Hours: six forcing questions that reframe your product before you write code

garrytan/plan-ceo-review

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

CEO/Founder plan review with four modes: Expansion, Selective Expansion, Hold Scope, Reduction

garrytan/plan-design-review

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Senior Designer review: rates each design dimension 0-10, explains what a 10 looks like, AI Slop detection

garrytan/plan-eng-review

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Eng Manager review: lock in architecture, data flow, diagrams, edge cases, and tests

garrytan/qa

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

QA Lead: test your app, find bugs, fix them with atomic commits, auto-generate regression tests

garrytan/qa-only

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

QA Reporter: same methodology as /qa but report only, no code changes

garrytan/retro

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Eng Manager weekly retro with per-person breakdowns and shipping streaks

garrytan/review

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Staff Engineer code review: finds bugs that pass CI but blow up in production

garrytan/setup-browser-cookies

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Import cookies from your real browser into the headless session

garrytan/setup-deploy

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Deploy Configurator: one-time setup for /land-and-deploy

garrytan/ship

Garry Tan (gstack)Awesome Agent SkillsOfficial Skills

Release Engineer: sync main, run tests, audit coverage, push, open PR

Skills by Flutter 22 skills

flutter/flutter-adding-home-screen-widgets

FlutterAwesome Agent SkillsOfficial Skills

Add home screen widgets to Flutter apps on Android and iOS

flutter/flutter-animating-apps

FlutterAwesome Agent SkillsOfficial Skills

Implement animated effects, transitions, and motion

flutter/flutter-architecting-apps

FlutterAwesome Agent SkillsOfficial Skills

Structure a Flutter app using layered architecture

flutter/flutter-building-forms

FlutterAwesome Agent SkillsOfficial Skills

Build Flutter forms with validation and user input

flutter/flutter-building-layouts

FlutterAwesome Agent SkillsOfficial Skills

Build and fix layouts using the constraint system (Row, Column, Stack)

flutter/flutter-building-plugins

FlutterAwesome Agent SkillsOfficial Skills

Create Flutter plugins that bridge Dart with platform code

flutter/flutter-caching-data

FlutterAwesome Agent SkillsOfficial Skills

Implement offline-first caching strategies

flutter/flutter-embedding-native-views

FlutterAwesome Agent SkillsOfficial Skills

Embed native Android, iOS, and macOS views in Flutter widgets

flutter/flutter-handling-concurrency

FlutterAwesome Agent SkillsOfficial Skills

Run heavy work in background Dart isolates

flutter/flutter-handling-http-and-json

FlutterAwesome Agent SkillsOfficial Skills

Handle HTTP requests and JSON serialization

flutter/flutter-implementing-navigation-and-routing

FlutterAwesome Agent SkillsOfficial Skills

Handle routing, navigation, and deep linking

flutter/flutter-improving-accessibility

FlutterAwesome Agent SkillsOfficial Skills

Configure Flutter for screen readers and assistive tech

flutter/flutter-interoperating-with-native-apis

FlutterAwesome Agent SkillsOfficial Skills

Bridge Flutter with native platform APIs

flutter/flutter-localizing-apps

FlutterAwesome Agent SkillsOfficial Skills

Configure Flutter for multiple languages and regions

flutter/flutter-managing-state

FlutterAwesome Agent SkillsOfficial Skills

Manage local widget state and shared application state

flutter/flutter-reducing-app-size

FlutterAwesome Agent SkillsOfficial Skills

Measure and optimize Flutter app bundle sizes

flutter/flutter-setting-up-on-linux

FlutterAwesome Agent SkillsOfficial Skills

Set up a Linux machine for Flutter desktop development

flutter/flutter-setting-up-on-macos

FlutterAwesome Agent SkillsOfficial Skills

Set up a macOS machine for Flutter development

flutter/flutter-setting-up-on-windows

FlutterAwesome Agent SkillsOfficial Skills

Set up a Windows machine for Flutter development

flutter/flutter-testing-apps

FlutterAwesome Agent SkillsOfficial Skills

Implement unit, widget, and integration tests

flutter/flutter-theming-apps

FlutterAwesome Agent SkillsOfficial Skills

Customize Flutter app appearance through the theming system

flutter/flutter-working-with-databases

FlutterAwesome Agent SkillsOfficial Skills

Build a structured data layer using SQLite

Security Skills by Trail of Bits Team 21 skills

trailofbits/ask-questions-if-underspecified

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Prompt for clarification on ambiguous requirements

trailofbits/audit-context-building

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Deep architectural context via ultra-granular code analysis

trailofbits/building-secure-contracts

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Smart contract security toolkit with vulnerability scanners for 6 blockchains

trailofbits/burpsuite-project-parser

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Search and extract data from Burp Suite project files

trailofbits/claude-in-chrome-troubleshooting

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Diagnose and fix Claude in Chrome MCP extension connectivity issues

trailofbits/constant-time-analysis

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Detect compiler-induced timing side-channels in crypto code

trailofbits/culture-index

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Index and search culture documentation

trailofbits/differential-review

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Security-focused diff review with git history analysis

trailofbits/dwarf-expert

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

DWARF debugging format expertise

trailofbits/entry-point-analyzer

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Identify state-changing entry points in smart contracts

trailofbits/firebase-apk-scanner

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Scan Android APKs for Firebase misconfigurations and security vulnerabilities

trailofbits/insecure-defaults

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Detect insecure default configurations like hardcoded secrets, default credentials, and weak crypto

trailofbits/modern-python

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Modern Python tooling with uv, ruff, ty, and pytest best practices

trailofbits/property-based-testing

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Property-based testing for multiple languages and smart contracts

trailofbits/semgrep-rule-creator

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Create and refine Semgrep rules for vulnerability detection

trailofbits/semgrep-rule-variant-creator

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Port existing Semgrep rules to new target languages with test-driven validation

trailofbits/sharp-edges

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Identify error-prone APIs and dangerous configurations

trailofbits/spec-to-code-compliance

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Specification-to-code compliance checker for blockchain audits

trailofbits/static-analysis

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Static analysis toolkit with CodeQL, Semgrep, and SARIF

trailofbits/testing-handbook-skills

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Testing Handbook skills: fuzzers, static analysis, sanitizers

trailofbits/variant-analysis

Security Skills by Trail of Bits TeamAwesome Agent SkillsOfficial Skills

Find similar vulnerabilities via pattern-based analysis

Skills by Google Cloud 19 skills

google/cloud/agent-platform-skill-registry

Google CloudAwesome Agent SkillsGitHub

Interact with the Gemini Enterprise Agent Platform Skill Registry to create and search for available skills.

google/cloud/alloydb-basics

Google CloudAwesome Agent SkillsGitHub

Manages clusters, instances, and backups for AlloyDB for PostgreSQL, and integrates with AlloyDB model context protocol (MCP) tools for automated database operations.

google/cloud/bigquery-basics

Google CloudAwesome Agent SkillsGitHub

Manages datasets, tables, and jobs in BigQuery, and integrates with BigQuery ML and Gemini for advanced data analytics and AI-driven insights.

google/cloud/cloud-run-basics

Google CloudAwesome Agent SkillsGitHub

Manages Cloud Run services, jobs, and worker pools.

google/cloud/cloud-sql-basics

Google CloudAwesome Agent SkillsGitHub

This file generates or explains Cloud SQL resources.

google/cloud/firebase-basics

Google CloudAwesome Agent SkillsGitHub

Use this skill whenever you are working on a project that uses Firebase products or services, especially for mobile or web apps.

google/cloud/gemini-agents-api

Google CloudAwesome Agent SkillsGitHub

Manages custom Agent resources on Gemini Enterprise Agent Platform.

google/cloud/gemini-api

Google CloudAwesome Agent SkillsGitHub

Guides the usage of the Gemini API on Agent Platform with the Google Gen AI SDK.

google/cloud/gemini-interactions-api

Google CloudAwesome Agent SkillsGitHub

Guides the usage of Gemini Interactions API on Gemini Enterprise Agent Platform.

google/cloud/gke-basics

Google CloudAwesome Agent SkillsGitHub

Plan, create, and configure production-ready Google Kubernetes Engine (GKE) clusters using the golden path Autopilot configuration.

google/cloud/google-cloud-networking-observability

Google CloudAwesome Agent SkillsGitHub

Investigates Google Cloud networking issues by analyzing logs, metrics, and diagnostics.

google/cloud/google-cloud-recipe-auth

Google CloudAwesome Agent SkillsGitHub

Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default Credentials (ADC), and b...

google/cloud/google-cloud-recipe-onboarding

Google CloudAwesome Agent SkillsGitHub

Guidance for a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource.

google/cloud/google-cloud-waf-cost-optimization

Google CloudAwesome Agent SkillsGitHub

Generates cost optimization guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF).

google/cloud/google-cloud-waf-operational-excellence

Google CloudAwesome Agent SkillsGitHub

Generates operations-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Operational Excellence pillar of the Google Cloud Well-Ar...

google/cloud/google-cloud-waf-performance-optimization

Google CloudAwesome Agent SkillsGitHub

Generates performance-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Performance Optimization pillar of the Google Cloud Well...

google/cloud/google-cloud-waf-reliability

Google CloudAwesome Agent SkillsGitHub

Generates reliability-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework.

google/cloud/google-cloud-waf-security

Google CloudAwesome Agent SkillsGitHub

Generates security-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework (WAF).

google/cloud/google-cloud-waf-sustainability

Google CloudAwesome Agent SkillsGitHub

Generates sustainability-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework (WAF).

Skills by Venice.ai 19 skills

veniceai/venice-api-overview

Venice.aiAwesome Agent SkillsGitHub

API basics, auth modes, pricing, and versioning

veniceai/venice-audio-music

Venice.aiAwesome Agent SkillsGitHub

Music generation queueing, retrieval, and completion endpoints

veniceai/venice-audio-speech

Venice.aiAwesome Agent SkillsGitHub

Text-to-speech models, voices, formats, and streaming

veniceai/venice-audio-transcription

Venice.aiAwesome Agent SkillsGitHub

Audio transcription models and speech-to-text options

veniceai/venice-characters

Venice.aiAwesome Agent SkillsGitHub

Character endpoints and `character_slug` usage

veniceai/venice-chat

Venice.aiAwesome Agent SkillsGitHub

Chat completions, multimodal inputs, tools, and streaming

veniceai/venice-crypto-rpc

Venice.aiAwesome Agent SkillsGitHub

JSON-RPC proxying for supported crypto networks

veniceai/venice-embeddings

Venice.aiAwesome Agent SkillsGitHub

Embeddings models, dimensions, and encoding formats

veniceai/venice-image-edit

Venice.aiAwesome Agent SkillsGitHub

Image edits, upscaling, and background removal

veniceai/venice-image-generate

Venice.aiAwesome Agent SkillsGitHub

Image generation endpoints and available styles

veniceai/venice-models

Venice.aiAwesome Agent SkillsGitHub

Model catalog, traits, and compatibility mappings

Skills by Google Workspace CLI 17 skills

googleworkspace/gws-admin-reports

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Audit logs and usage reports for Workspace

googleworkspace/gws-calendar

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Manage Google Calendar calendars and events

googleworkspace/gws-chat

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Manage Google Chat spaces and messages

googleworkspace/gws-classroom

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Manage Google Classroom classes, rosters, and coursework

googleworkspace/gws-docs

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Read and write Google Docs documents

googleworkspace/gws-drive

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Manage Google Drive files, folders, and shared drives

googleworkspace/gws-events

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Subscribe to Google Workspace events

googleworkspace/gws-forms

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Read and write Google Forms

googleworkspace/gws-gmail

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Send, read, and manage Gmail email

googleworkspace/gws-modelarmor

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Filter user-generated content for safety

googleworkspace/gws-people

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Manage Google People contacts and profiles

googleworkspace/gws-shared

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Shared authentication, global flags, and output formatting

googleworkspace/gws-sheets

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Read and write Google Sheets spreadsheets

googleworkspace/gws-slides

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Read and write Google Slides presentations

googleworkspace/gws-tasks

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Manage Google Tasks task lists and tasks

googleworkspace/gws-workflow

Google Workspace CLIAwesome Agent SkillsOfficial Skills

Cross-service Google Workspace productivity workflows

Marketing 16 skills

AgriciDaniel/claude-seo

MarketingAwesome Agent SkillsGitHub

Universal SEO skill for comprehensive website analysis and optimization

blader/humanizer

MarketingAwesome Agent SkillsGitHub

Remove signs of AI-generated writing from text, making it sound more natural and human

BrianRWagner/ai-marketing-skills

MarketingAwesome Agent SkillsGitHub

17 marketing frameworks for cold outreach, homepage audit, social cards, and more

CosmoBlk/email-marketing-bible

MarketingAwesome Agent SkillsGitHub

55K-word email marketing guide as an AI skill

degausai/wonda

MarketingAwesome Agent SkillsGitHub

AI content creation: images, video, music, audio, editing, publishing

Eronred/aso-skills

MarketingAwesome Agent SkillsGitHub

30+ App Store Optimization skills for keyword research, metadata optimization, competitor analysis, creative optimization, and mobile growth strategies via Appeeky API

gitroomhq/postiz-agent

MarketingAwesome Agent SkillsGitHub

Schedule social media posts across 28+ platforms programmatically

indranilbanerjee/digital-marketing-pro

MarketingAwesome Agent SkillsGitHub

150-skill engagement methodology — 12-Part Strategy Flow, 25 specialist agents, EU AI Act Article 50 ready (C2PA signing), 6-platform AEO/GEO incl. Google AI Mode

infrasity-labs/dev-gtm-claude-skills

MarketingAwesome Agent SkillsGitHub

GTM-focused skill collection for developer go-to-market workflows including launch planning, positioning, and outbound sequences.

MohamedAbdallah-14/unslop

MarketingAwesome Agent SkillsGitHub

Removes named AI writing tells (tricolons, em-dash pileups, hedging stacks, sycophancy openers, stock vocab like "delve"/"crucial"). Split lint/rewrite modes for auditing your own text without auto-rewriting. Five intensity levels, MIT

SHADOWPR0/beautiful_prose

MarketingAwesome Agent SkillsGitHub

Hard-edged writing style contract for timeless, forceful English prose without AI tics

smixs/creative-director-skill

MarketingAwesome Agent SkillsGitHub

AI creative director with recursive self-assessment: 20+ methodologies (SIT, TRIZ, Bisociation, SCAMPER, Synectics), 3-axis evaluation calibrated against Cannes/D&AD/HumanKind, 5-phase process from brief to presentation

voidborne-d/humanize-chinese

MarketingAwesome Agent SkillsGitHub

Detect and rewrite AI-generated Chinese text; rule-ensemble scoring, 7 style transforms, academic AIGC reduction

Xquik-dev/tweetclaw

MarketingAwesome Agent SkillsGitHub

Post tweets, replies, DMs; search, monitor, run giveaways

Xquik-dev/x-twitter-scraper

MarketingAwesome Agent SkillsGitHub

Tweet search, profile tweets, follower export, media, posting, replies, MCP

Skills by fal.ai Team 15 skills

fal-ai-community/fal-3d

fal.ai TeamAwesome Agent SkillsOfficial Skills

Generate 3D models from text or images

fal-ai-community/fal-audio

fal.ai TeamAwesome Agent SkillsOfficial Skills

Text-to-speech and speech-to-text using fal.ai audio models

fal-ai-community/fal-generate

fal.ai TeamAwesome Agent SkillsOfficial Skills

Generate images and videos using fal.ai AI models

fal-ai-community/fal-image-edit

fal.ai TeamAwesome Agent SkillsOfficial Skills

AI-powered image editing with style transfer and object removal

fal-ai-community/fal-kling-o3

fal.ai TeamAwesome Agent SkillsOfficial Skills

Generate images and videos with Kling O3 — Kling's most powerful model family

fal-ai-community/fal-lip-sync

fal.ai TeamAwesome Agent SkillsOfficial Skills

Create talking head videos and lip sync audio to video

fal-ai-community/fal-platform

fal.ai TeamAwesome Agent SkillsOfficial Skills

Platform APIs for model management, pricing, and usage tracking

fal-ai-community/fal-realtime

fal.ai TeamAwesome Agent SkillsOfficial Skills

Real-time and streaming AI image generation

fal-ai-community/fal-restore

fal.ai TeamAwesome Agent SkillsOfficial Skills

Restore and fix image quality — deblur, denoise, fix faces, restore documents

fal-ai-community/fal-train

fal.ai TeamAwesome Agent SkillsOfficial Skills

Train custom AI models (LoRA) on fal.ai for personalized image generation

fal-ai-community/fal-tryon

fal.ai TeamAwesome Agent SkillsOfficial Skills

Virtual try-on — see how clothes look on a person

fal-ai-community/fal-upscale

fal.ai TeamAwesome Agent SkillsOfficial Skills

Upscale and enhance image and video resolution using AI

fal-ai-community/fal-video-edit

fal.ai TeamAwesome Agent SkillsOfficial Skills

Edit existing videos using AI — remix style, upscale, remove background, add audio

fal-ai-community/fal-vision

fal.ai TeamAwesome Agent SkillsOfficial Skills

Analyze images — segment objects, detect, OCR, describe, visual Q&A

fal-ai-community/fal-workflow

fal.ai TeamAwesome Agent SkillsOfficial Skills

Generate workflow JSON files for chaining AI models

Skills by Auth0 14 skills

auth0/auth0-android

Auth0Awesome Agent SkillsOfficial Skills

Add authentication to native Android apps using the Auth0 SDK

auth0/auth0-angular

Auth0Awesome Agent SkillsOfficial Skills

Add authentication to Angular apps using @auth0/auth0-angular

auth0/auth0-aspnetcore-api

Auth0Awesome Agent SkillsOfficial Skills

Add JWT access token validation to ASP.NET Core APIs

auth0/auth0-express

Auth0Awesome Agent SkillsOfficial Skills

Add session-based authentication to Express.js apps

auth0/auth0-fastify

Auth0Awesome Agent SkillsOfficial Skills

Add session-based authentication to Fastify web apps

auth0/auth0-fastify-api

Auth0Awesome Agent SkillsOfficial Skills

Secure Fastify API endpoints with JWT Bearer token validation

auth0/auth0-mfa

Auth0Awesome Agent SkillsOfficial Skills

Add Multi-Factor Authentication to Auth0-powered apps

auth0/auth0-migration

Auth0Awesome Agent SkillsOfficial Skills

Migrate users and auth flows from other providers to Auth0

auth0/auth0-nuxt

Auth0Awesome Agent SkillsOfficial Skills

Add Auth0 authentication to Nuxt 3/4 apps with encrypted cookie sessions

auth0/auth0-quickstart

Auth0Awesome Agent SkillsOfficial Skills

Detect your framework and scaffold Auth0 integration automatically

auth0/auth0-react

Auth0Awesome Agent SkillsOfficial Skills

Add authentication to React SPAs using @auth0/auth0-react

auth0/auth0-react-native

Auth0Awesome Agent SkillsOfficial Skills

Add authentication to React Native and Expo mobile apps

Skills by Apollo GraphQL 13 skills

apollographql/apollo-client

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Build React applications with Apollo Client 4

apollographql/apollo-connectors

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Integrate REST APIs into GraphQL supergraphs using Apollo Connectors

apollographql/apollo-federation

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Write Apollo Federation 2 subgraph schemas and compose them into a supergraph

apollographql/apollo-kotlin

Apollo GraphQLAwesome Agent SkillsOfficial Skills

A GraphQL client for Android, JVM, and Kotlin Multiplatform projects

apollographql/apollo-mcp-server

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Connect AI agents to GraphQL APIs through the Model Context Protocol

apollographql/apollo-router

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Version-aware configuration generator for the Rust-based Apollo Router

apollographql/apollo-router-plugin-creator

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Write native Rust plugins for Apollo Router

apollographql/apollo-server

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Build GraphQL servers using Apollo Server 5

apollographql/graphql-operations

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Write GraphQL queries, mutations, and subscriptions following best practices

apollographql/graphql-schema

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Reference guide for designing clean, evolvable GraphQL schemas

apollographql/rover

Apollo GraphQLAwesome Agent SkillsOfficial Skills

CLI tool for managing GraphQL schemas in Apollo GraphOS

apollographql/rust-best-practices

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Rust coding guidelines drawn from Apollo GraphQL's internal handbook

apollographql/skill-creator

Apollo GraphQLAwesome Agent SkillsOfficial Skills

Create and structure Agent Skills focused on Apollo GraphQL

Skills by Hugging Face Team 13 skills

huggingface/hugging-face-dataset-viewer

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Browse and query HF datasets with the Dataset Viewer API

huggingface/hugging-face-datasets

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Create and manage datasets with configs and SQL querying

huggingface/hugging-face-evaluation

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Model evaluation with vLLM/lighteval and eval tables

huggingface/hugging-face-jobs

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Run compute jobs and Python scripts on HF infrastructure

huggingface/hugging-face-model-trainer

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Train models with TRL: SFT, DPO, GRPO, GGUF conversion

huggingface/hugging-face-paper-pages

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Create and manage paper pages on HF Hub

huggingface/hugging-face-paper-publisher

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Publish papers on HF Hub with model/dataset links

huggingface/hugging-face-tool-builder

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Build reusable scripts for HF API operations

huggingface/hugging-face-trackio

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Track ML experiments with real-time dashboards

huggingface/hugging-face-vision-trainer

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Train vision models on HF infrastructure

huggingface/huggingface-gradio

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Build Gradio apps and deploy to HF Spaces

huggingface/transformers.js

Hugging Face TeamAwesome Agent SkillsOfficial Skills

Run ML models in the browser with Transformers.js

Skills by WordPress Development Team 13 skills

WordPress/wordpress-router

WordPress Development TeamAwesome Agent SkillsOfficial Skills

Classifies WordPress repos and routes to the right workflow

WordPress/wp-abilities-api

WordPress Development TeamAwesome Agent SkillsOfficial Skills

Capability-based permissions and REST API authentication

WordPress/wp-block-development

WordPress Development TeamAwesome Agent SkillsOfficial Skills

Gutenberg blocks: block.json, attributes, rendering, deprecations

WordPress/wp-block-themes

WordPress Development TeamAwesome Agent SkillsOfficial Skills

Block themes: theme.json, templates, patterns, style variations

WordPress/wp-interactivity-api

WordPress Development TeamAwesome Agent SkillsOfficial Skills

Frontend interactivity with data-wp-* directives and stores

WordPress/wp-performance

WordPress Development TeamAwesome Agent SkillsOfficial Skills

Profiling, caching, database optimization, Server-Timing

WordPress/wp-phpstan

WordPress Development TeamAwesome Agent SkillsOfficial Skills

PHPStan static analysis for WordPress projects

WordPress/wp-playground

WordPress Development TeamAwesome Agent SkillsOfficial Skills

WordPress Playground for instant local environments

WordPress/wp-plugin-development

WordPress Development TeamAwesome Agent SkillsOfficial Skills

Plugin architecture, hooks, settings API, security

WordPress/wp-project-triage

WordPress Development TeamAwesome Agent SkillsOfficial Skills

Detects project type, tooling, and versions automatically

WordPress/wp-rest-api

WordPress Development TeamAwesome Agent SkillsOfficial Skills

REST API routes/endpoints, schema, auth, and response shaping

WordPress/wp-wpcli-and-ops

WordPress Development TeamAwesome Agent SkillsOfficial Skills

WP-CLI commands, automation, multisite, search-replace

Advertising Skills by Kim Barrett 12 skills

realkimbarrett/ad-angle-multiplier

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Expand a core idea into multiple distinct ad angles for creative testing

realkimbarrett/avatar-extraction

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Define exactly who the buyer is, what they want, what they've tried, and what's driving their decisions

realkimbarrett/conversion-path-builder

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Design the optimal funnel from click to conversion and booked calls

realkimbarrett/full-funnel-campaign-orchestrator

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Coordinate all skills to build a complete ads + funnel campaign end-to-end

realkimbarrett/generic-language-killer

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Remove vague, corporate, or AI-sounding language and replace it with clear, specific, human wording

realkimbarrett/headline-matrix

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Generate high-performing headline variations across different angles

realkimbarrett/mechanism-builder

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Explain why your solution works and others failed with a unique mechanism

realkimbarrett/objection-crusher

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Identify and neutralize buyer objections and hesitation

realkimbarrett/offer-extraction

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Turn a product or service into a compelling, high-converting offer

realkimbarrett/performance-diagnosis

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Diagnose why campaigns are underperforming — low conversion, high CPL, bad ads

realkimbarrett/schwartz-awareness-mapper

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Determine audience awareness level and the correct messaging approach

realkimbarrett/scroll-stopping-creative

Advertising Skills by Kim BarrettAwesome Agent SkillsGitHub

Create ad concepts that stop attention in the first 3 seconds

Skills by Firebase 12 skills

firebase/developing-genkit-dart

FirebaseAwesome Agent SkillsOfficial Skills

Build AI apps with the Genkit Dart SDK

firebase/developing-genkit-go

FirebaseAwesome Agent SkillsOfficial Skills

Build AI apps with the Genkit Go SDK

firebase/developing-genkit-js

FirebaseAwesome Agent SkillsOfficial Skills

Build AI-powered apps with Firebase Genkit in Node.js

firebase/firebase-ai-logic-basics

FirebaseAwesome Agent SkillsOfficial Skills

Call Gemini models from web and mobile apps via Firebase AI Logic

firebase/firebase-app-hosting-basics

FirebaseAwesome Agent SkillsOfficial Skills

Deploy and manage full-stack web apps (Next.js, Angular, etc.)

firebase/firebase-auth-basics

FirebaseAwesome Agent SkillsOfficial Skills

Set up Firebase Authentication with sign-in providers

firebase/firebase-basics

FirebaseAwesome Agent SkillsOfficial Skills

Handle Firebase CLI install, auth, and day-to-day workflow

firebase/firebase-data-connect-basics

FirebaseAwesome Agent SkillsOfficial Skills

Build Firebase Data Connect backends backed by Cloud SQL

firebase/firebase-firestore-enterprise-native-mode

FirebaseAwesome Agent SkillsOfficial Skills

Set up and use Firestore Enterprise Native Mode

firebase/firebase-firestore-standard

FirebaseAwesome Agent SkillsOfficial Skills

Complete guide for Cloud Firestore Standard Edition

firebase/firebase-hosting-basics

FirebaseAwesome Agent SkillsOfficial Skills

Deploy static sites, SPAs, and microservices to Firebase Hosting

firebase/firebase-security-rules-auditor

FirebaseAwesome Agent SkillsOfficial Skills

Audit Firestore security rules and flag risky patterns

Skills by Netlify Team 12 skills

netlify/netlify-ai-gateway

Netlify TeamAwesome Agent SkillsOfficial Skills

Access AI models via unified gateway endpoint

netlify/netlify-blobs

Netlify TeamAwesome Agent SkillsOfficial Skills

Key-value object storage for files and data

netlify/netlify-caching

Netlify TeamAwesome Agent SkillsOfficial Skills

Configure CDN caching and cache purging

netlify/netlify-cli-and-deploy

Netlify TeamAwesome Agent SkillsOfficial Skills

CLI setup, local dev, and deployment workflows

netlify/netlify-config

Netlify TeamAwesome Agent SkillsOfficial Skills

Reference for netlify.toml site configuration

netlify/netlify-db

Netlify TeamAwesome Agent SkillsOfficial Skills

Managed Postgres with deploy preview branching

netlify/netlify-deploy

Netlify TeamAwesome Agent SkillsOfficial Skills

Automated deployment workflow for Netlify sites

netlify/netlify-edge-functions

Netlify TeamAwesome Agent SkillsOfficial Skills

Low-latency edge middleware and geolocation logic

netlify/netlify-forms

Netlify TeamAwesome Agent SkillsOfficial Skills

HTML form handling with spam filtering

netlify/netlify-frameworks

Netlify TeamAwesome Agent SkillsOfficial Skills

Deploy web frameworks with SSR support

netlify/netlify-functions

Netlify TeamAwesome Agent SkillsOfficial Skills

Build serverless API endpoints and background tasks

netlify/netlify-image-cdn

Netlify TeamAwesome Agent SkillsOfficial Skills

Optimize and transform images via CDN

Context Engineering 11 skills

awrshift/claude-memory-kit

Context EngineeringAwesome Agent SkillsGitHub

Persistent memory with hooks, wiki, and daily synthesis for multi-project workflows

k-kolomeitsev/data-structure-protocol

Context EngineeringAwesome Agent SkillsGitHub

Graph-based long-term memory skill for AI (LLM) coding agents — faster context, fewer tokens, safer refactors

muratcankoylan/context-compression

Context EngineeringAwesome Agent SkillsGitHub

Design and evaluate compression strategies for long-running sessions

muratcankoylan/context-degradation

Context EngineeringAwesome Agent SkillsGitHub

Recognize patterns of context failure: lost-in-middle, poisoning, distraction, and clash

muratcankoylan/context-fundamentals

Context EngineeringAwesome Agent SkillsGitHub

Understand what context is, why it matters, and the anatomy of context in agent systems

muratcankoylan/context-optimization

Context EngineeringAwesome Agent SkillsGitHub

Apply compaction, masking, and caching strategies

muratcankoylan/evaluation

Context EngineeringAwesome Agent SkillsGitHub

Build evaluation frameworks for agent systems

muratcankoylan/memory-systems

Context EngineeringAwesome Agent SkillsGitHub

Design short-term, long-term, and graph-based memory architectures

muratcankoylan/multi-agent-patterns

Context EngineeringAwesome Agent SkillsGitHub

Master orchestrator, peer-to-peer, and hierarchical multi-agent architectures

muratcankoylan/tool-design

Context EngineeringAwesome Agent SkillsGitHub

Build tools that agents can use effectively, including architectural reduction patterns

NeoLabHQ/prompt-engineering

Context EngineeringAwesome Agent SkillsGitHub

Widely used prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles.

Skills by Brave 11 skills

brave/answers

BraveAwesome Agent SkillsOfficial Skills

AI-generated answers grounded in live web search results

brave/llm-context

BraveAwesome Agent SkillsOfficial Skills

Return pre-extracted web content (text, tables, code) from Brave Search

brave/local-descriptions

BraveAwesome Agent SkillsOfficial Skills

Fetch AI-generated text descriptions for points of interest

brave/local-pois

BraveAwesome Agent SkillsOfficial Skills

Retrieve detailed local business and POI information

brave/spellcheck

BraveAwesome Agent SkillsOfficial Skills

Check search queries for spelling errors and get corrections

brave/suggest

BraveAwesome Agent SkillsOfficial Skills

Query autocomplete suggestions via the Brave Search API

brave/videos-search

BraveAwesome Agent SkillsOfficial Skills

Search for videos across the web via the Brave Search API

brave/web-search

BraveAwesome Agent SkillsOfficial Skills

Search the web via Brave's Search API with ranked results

Skills by Expo Team 11 skills

expo/building-native-ui

Expo TeamAwesome Agent SkillsOfficial Skills

Build apps with Expo Router, styling, components, navigation, and animations

expo/expo-api-routes

Expo TeamAwesome Agent SkillsOfficial Skills

Create API routes in Expo Router with EAS Hosting

expo/expo-dev-client

Expo TeamAwesome Agent SkillsOfficial Skills

Build and distribute Expo dev clients locally or via TestFlight

expo/expo-tailwind-setup

Expo TeamAwesome Agent SkillsOfficial Skills

Set up Tailwind CSS v4 in Expo with NativeWind v5

expo/expo-ui-jetpack-compose

Expo TeamAwesome Agent SkillsOfficial Skills

Jetpack Compose UI components for Expo

expo/native-data-fetching

Expo TeamAwesome Agent SkillsOfficial Skills

Network requests, API calls, caching, and offline support

expo/use-dom

Expo TeamAwesome Agent SkillsOfficial Skills

Run web code in a webview on native using DOM components

Skills by MiniMax Team 11 skills

MiniMax-AI/android-native-dev

MiniMax TeamAwesome Agent SkillsOfficial Skills

Android native development with Kotlin/Jetpack Compose, Material Design 3, and accessibility

MiniMax-AI/cli

MiniMax TeamAwesome Agent SkillsOfficial Skills

Generate text, image, video, speech, and music via MiniMax AI

MiniMax-AI/frontend-dev

MiniMax TeamAwesome Agent SkillsOfficial Skills

Full-stack frontend with cinematic animations, AI-generated media via MiniMax API, and generative art

MiniMax-AI/fullstack-dev

MiniMax TeamAwesome Agent SkillsOfficial Skills

Backend architecture with REST API design, auth flows, real-time features, and database integration

MiniMax-AI/gif-sticker-maker

MiniMax TeamAwesome Agent SkillsOfficial Skills

Convert photos into animated GIF stickers in Funko Pop / Pop Mart style via MiniMax API

MiniMax-AI/ios-application-dev

MiniMax TeamAwesome Agent SkillsOfficial Skills

iOS development with UIKit, SnapKit, and SwiftUI covering navigation, Dark Mode, and HIG compliance

MiniMax-AI/minimax-docx

MiniMax TeamAwesome Agent SkillsOfficial Skills

Professional DOCX document creation and editing using OpenXML SDK

MiniMax-AI/minimax-pdf

MiniMax TeamAwesome Agent SkillsOfficial Skills

Generate, fill, and reformat PDFs with a token-based design system and 15 cover styles

MiniMax-AI/minimax-xlsx

MiniMax TeamAwesome Agent SkillsOfficial Skills

Create, read, analyze, and validate Excel/spreadsheet files with zero format loss

MiniMax-AI/pptx-generator

MiniMax TeamAwesome Agent SkillsOfficial Skills

Create and edit PowerPoint presentations from scratch with PptxGenJS

MiniMax-AI/shader-dev

MiniMax TeamAwesome Agent SkillsOfficial Skills

GLSL shader techniques for ray marching, fluid simulation, particle systems, and procedural generation

n8n Automation 9 skills

Agent Trust Hub

n8n AutomationAwesome Agent Skillsai.gendigital.com

Agent skill listed in Awesome Agent Skills.

czlonkowski/n8n-code-javascript

n8n AutomationAwesome Agent SkillsGitHub

JavaScript in n8n Code nodes with data access patterns

czlonkowski/n8n-code-python

n8n AutomationAwesome Agent SkillsGitHub

Python coding in n8n Code nodes with limitations

czlonkowski/n8n-expression-syntax

n8n AutomationAwesome Agent SkillsGitHub

n8n expression syntax with {{}} and $json/$node variables

czlonkowski/n8n-mcp-tools-expert

n8n AutomationAwesome Agent SkillsGitHub

MCP tools guide with tool selection and node formats

czlonkowski/n8n-node-configuration

n8n AutomationAwesome Agent SkillsGitHub

Node configuration with dependency rules and AI connections

czlonkowski/n8n-validation-expert

n8n AutomationAwesome Agent SkillsGitHub

Fix n8n validation errors with error catalog

czlonkowski/n8n-workflow-patterns

n8n AutomationAwesome Agent SkillsGitHub

Workflow patterns for webhook, HTTP, database, and AI tasks

Synk Skill Security Scanner

n8n AutomationAwesome Agent SkillsGitHub

Agent skill listed in Awesome Agent Skills.

Skills by Coinbase 9 skills

coinbase/authenticate-wallet

CoinbaseAwesome Agent SkillsOfficial Skills

Handle sign-in for the Coinbase payments wallet via email OTP

coinbase/fund

CoinbaseAwesome Agent SkillsOfficial Skills

Add USDC to a Coinbase-powered wallet through Coinbase Onramp

coinbase/monetize-service

CoinbaseAwesome Agent SkillsOfficial Skills

Scaffold an Express server that charges USDC per request using x402

coinbase/pay-for-service

CoinbaseAwesome Agent SkillsOfficial Skills

Call paid API endpoints that use the x402 protocol with automatic USDC

coinbase/query-onchain-data

CoinbaseAwesome Agent SkillsOfficial Skills

Query decoded onchain data (events, tx, blocks) on Base

coinbase/search-for-service

CoinbaseAwesome Agent SkillsOfficial Skills

Search and browse the x402 bazaar marketplace

coinbase/send-usdc

CoinbaseAwesome Agent SkillsOfficial Skills

Send USDC to any Ethereum address or ENS name on Base

coinbase/trade

CoinbaseAwesome Agent SkillsOfficial Skills

Swap and trade tokens on Base using the CDP Swap API

coinbase/x402

CoinbaseAwesome Agent SkillsOfficial Skills

Discover and call paid API endpoints using the x402 payment protocol

Skills by Cloudflare Team 8 skills

cloudflare/agents-sdk

Cloudflare TeamAwesome Agent SkillsOfficial Skills

Build stateful AI agents with scheduling, RPC, and MCP servers

cloudflare/cloudflare

Cloudflare TeamAwesome Agent SkillsOfficial Skills

Comprehensive Cloudflare platform skill covering Workers, Pages, storage, AI, networking, security, and IaC

cloudflare/cloudflare-email-service

Cloudflare TeamAwesome Agent SkillsOfficial Skills

Send transactional email and route inbound mail with Cloudflare Email Sending and Email Routing

cloudflare/durable-objects

Cloudflare TeamAwesome Agent SkillsOfficial Skills

Stateful coordination with RPC, SQLite, and WebSockets

cloudflare/sandbox-sdk

Cloudflare TeamAwesome Agent SkillsOfficial Skills

Build sandboxed applications for secure, isolated code execution on Workers

cloudflare/web-perf

Cloudflare TeamAwesome Agent SkillsOfficial Skills

Audit Core Web Vitals and render-blocking resources

cloudflare/workers-best-practices

Cloudflare TeamAwesome Agent SkillsOfficial Skills

Review and author Workers code against production best practices and wrangler.jsonc conventions

cloudflare/wrangler

Cloudflare TeamAwesome Agent SkillsOfficial Skills

Deploy and manage Workers, KV, R2, D1, Vectorize, Queues, Workflows

Skills by Datadog Labs 8 skills

datadog-labs/dd-apm

Datadog LabsAwesome Agent SkillsOfficial Skills

Query Datadog APM data directly from your editor

datadog-labs/dd-docs

Datadog LabsAwesome Agent SkillsOfficial Skills

Look up Datadog documentation via the LLM-optimized docs index

datadog-labs/dd-llmo-eval-bootstrap

Datadog LabsAwesome Agent SkillsOfficial Skills

Analyze production LLM traces and generate evaluators

datadog-labs/dd-llmo-eval-trace-rca

Datadog LabsAwesome Agent SkillsOfficial Skills

Root-cause LLM app failures using eval traces

datadog-labs/dd-llmo-experiment-analyzer

Datadog LabsAwesome Agent SkillsOfficial Skills

Analyze single or comparative LLM experiment results

datadog-labs/dd-logs

Datadog LabsAwesome Agent SkillsOfficial Skills

Search, filter, and archive Datadog logs through pup CLI

datadog-labs/dd-monitors

Datadog LabsAwesome Agent SkillsOfficial Skills

Manage Datadog monitors through the pup CLI

datadog-labs/dd-pup

Datadog LabsAwesome Agent SkillsOfficial Skills

Rust-based CLI (pup) for talking to the Datadog API

Skills by GSAP (GreenSock) 8 skills

greensock/gsap-core

GSAP (GreenSock)Awesome Agent SkillsOfficial Skills

Core API with gsap.to(), from(), fromTo(), easing, duration, stagger, and defaults

greensock/gsap-frameworks

GSAP (GreenSock)Awesome Agent SkillsOfficial Skills

Vue, Svelte, and other frameworks with lifecycle, scoping, and cleanup patterns

greensock/gsap-performance

GSAP (GreenSock)Awesome Agent SkillsOfficial Skills

Performance tips for transforms, will-change, batching, and ScrollTrigger optimization

greensock/gsap-plugins

GSAP (GreenSock)Awesome Agent SkillsOfficial Skills

Plugins including ScrollToPlugin, Flip, Draggable, SplitText, SVG, and physics

greensock/gsap-react

GSAP (GreenSock)Awesome Agent SkillsOfficial Skills

React integration with useGSAP hook, refs, gsap.context(), cleanup, and SSR

greensock/gsap-scrolltrigger

GSAP (GreenSock)Awesome Agent SkillsOfficial Skills

ScrollTrigger for scroll-linked animations, pinning, scrub, and refresh handling

greensock/gsap-timeline

GSAP (GreenSock)Awesome Agent SkillsOfficial Skills

Timelines with sequencing, position parameter, labels, nesting, and playback control

greensock/gsap-utils

GSAP (GreenSock)Awesome Agent SkillsOfficial Skills

Utility functions like clamp, mapRange, interpolate, snap, selector, and wrap

Skills by Binance 7 skills

binance/crypto-market-rank

BinanceAwesome Agent SkillsOfficial Skills

Query crypto market rankings including trending tokens, smart money inflows, meme rankings, and top trader PnL leaderboards

binance/meme-rush

BinanceAwesome Agent SkillsOfficial Skills

Track real-time meme token lists from launchpads (Pump.fun, Four.meme) and AI-powered hot market topics ranked by net inflow

binance/query-address-info

BinanceAwesome Agent SkillsOfficial Skills

Retrieve all token holdings and portfolio positions for any wallet address on BSC, Base, or Solana

binance/query-token-audit

BinanceAwesome Agent SkillsOfficial Skills

Audit token security to detect scams, honeypots, and malicious contracts across BSC, Base, Solana, and Ethereum

binance/query-token-info

BinanceAwesome Agent SkillsOfficial Skills

Search tokens and fetch metadata, real-time market data, and K-Line candlestick charts by keyword or contract address

binance/spot

BinanceAwesome Agent SkillsOfficial Skills

Place and manage spot trading orders on Binance via API key authentication, supporting mainnet and testnet

binance/trading-signal

BinanceAwesome Agent SkillsOfficial Skills

Monitor on-chain Smart Money buy/sell signals with price, max gain, and exit rate data on Solana and BSC

Skills by Browserbase 7 skills

browserbase/browser

BrowserbaseAwesome Agent SkillsOfficial Skills

Automate web browser interactions through natural language CLI commands

browserbase/browserbase-cli

BrowserbaseAwesome Agent SkillsOfficial Skills

CLI wrapper around the Browserbase platform

browserbase/cookie-sync

BrowserbaseAwesome Agent SkillsOfficial Skills

Export cookies from local Chrome into a Browserbase persistent context

browserbase/fetch

BrowserbaseAwesome Agent SkillsOfficial Skills

Fetch HTML, JSON, headers, and status codes through the Browserbase API

browserbase/functions

BrowserbaseAwesome Agent SkillsOfficial Skills

Deploy browser automation scripts as serverless cloud functions

browserbase/search

BrowserbaseAwesome Agent SkillsOfficial Skills

Search the web via the Browserbase API with structured results

browserbase/ui-test

BrowserbaseAwesome Agent SkillsOfficial Skills

Run adversarial UI tests by analyzing git diffs in a real browser

Skills by Figma 7 skills

figma/figma-code-connect-components

FigmaAwesome Agent SkillsOfficial Skills

Connect Figma design components to code components using Code Connect

figma/figma-create-design-system-rules

FigmaAwesome Agent SkillsOfficial Skills

Generate project-specific design system rules for Figma-to-code workflows

figma/figma-create-new-file

FigmaAwesome Agent SkillsOfficial Skills

Create a new blank Figma Design or FigJam file

figma/figma-generate-design

FigmaAwesome Agent SkillsOfficial Skills

Build or update screens in Figma from code or description using design system components

figma/figma-generate-library

FigmaAwesome Agent SkillsOfficial Skills

Build or update a design system library in Figma from a codebase

figma/figma-implement-design

FigmaAwesome Agent SkillsOfficial Skills

Translate Figma designs into production-ready application code with 1:1 fidelity

figma/figma-use

FigmaAwesome Agent SkillsOfficial Skills

Run Figma Plugin API scripts for canvas writes, inspections, variables, and design-system work

Skills by MongoDB 7 skills

mongodb/atlas-stream-processing

MongoDBAwesome Agent SkillsOfficial Skills

Build, operate, and debug Atlas Stream Processing pipelines with Kafka, S3, and Lambda integrations

mongodb/mongodb-connection

MongoDBAwesome Agent SkillsOfficial Skills

Optimize MongoDB client connection pools, timeouts, and serverless patterns

mongodb/mongodb-mcp-setup

MongoDBAwesome Agent SkillsOfficial Skills

Set up the MongoDB MCP server with authentication and connection configuration

mongodb/mongodb-natural-language-querying

MongoDBAwesome Agent SkillsOfficial Skills

Translate natural language into MongoDB queries and aggregation pipelines

mongodb/mongodb-query-optimizer

MongoDBAwesome Agent SkillsOfficial Skills

Analyze and optimize query performance using Atlas Performance Advisor

mongodb/mongodb-schema-design

MongoDBAwesome Agent SkillsOfficial Skills

Design efficient document schemas with validation and indexing patterns

mongodb/mongodb-search-and-ai

MongoDBAwesome Agent SkillsOfficial Skills

Implement Atlas Search and AI-powered recommendations with vector search

Skills by - Google Chrome team - Addy Osmani (Web Quality) 6 skills

addyosmani/accessibility

- Google Chrome team - Addy Osmani (Web Quality)Awesome Agent SkillsOfficial Skills

WCAG compliance, screen reader support, and keyboard navigation

addyosmani/best-practices

- Google Chrome team - Addy Osmani (Web Quality)Awesome Agent SkillsOfficial Skills

Security, modern web APIs, and code quality patterns

addyosmani/core-web-vitals

- Google Chrome team - Addy Osmani (Web Quality)Awesome Agent SkillsOfficial Skills

LCP, INP, and CLS-specific optimizations

addyosmani/performance

- Google Chrome team - Addy Osmani (Web Quality)Awesome Agent SkillsOfficial Skills

Loading speed, runtime efficiency, and resource optimization

addyosmani/seo

- Google Chrome team - Addy Osmani (Web Quality)Awesome Agent SkillsOfficial Skills

Search engine optimization, crawlability, and structured data

addyosmani/web-quality-audit

- Google Chrome team - Addy Osmani (Web Quality)Awesome Agent SkillsOfficial Skills

Comprehensive quality review across performance, accessibility, SEO, and best practices categories

Skills by DuckDB 6 skills

duckdb/attach-db

DuckDBAwesome Agent SkillsOfficial Skills

Attach a DuckDB database file for interactive querying with automatic schema exploration

duckdb/duckdb-docs

DuckDBAwesome Agent SkillsOfficial Skills

Search DuckDB and DuckLake documentation using full-text search over HTTPS

duckdb/install-duckdb

DuckDBAwesome Agent SkillsOfficial Skills

Install or update DuckDB CLI and extensions with version management

duckdb/query

DuckDBAwesome Agent SkillsOfficial Skills

Run SQL queries against attached databases or ad-hoc against files using Friendly SQL dialect

duckdb/read-file

DuckDBAwesome Agent SkillsOfficial Skills

Read any data file (CSV, JSON, Parquet, Avro, Excel, spatial) locally or from remote storage

duckdb/read-memories

DuckDBAwesome Agent SkillsOfficial Skills

Search past Claude Code session logs to recover context from previous conversations

Skills by Google Labs (Stitch) 6 skills

google-labs-code/design-md

Google Labs (Stitch)Awesome Agent SkillsOfficial Skills

Create and manage DESIGN.md files

google-labs-code/enhance-prompt

Google Labs (Stitch)Awesome Agent SkillsOfficial Skills

Improve prompts with design specs and UI/UX vocabulary

google-labs-code/react-components

Google Labs (Stitch)Awesome Agent SkillsOfficial Skills

Stitch to React components conversion

google-labs-code/remotion

Google Labs (Stitch)Awesome Agent SkillsOfficial Skills

Generate walkthrough videos from Stitch app designs

google-labs-code/shadcn-ui

Google Labs (Stitch)Awesome Agent SkillsOfficial Skills

Build UI components with shadcn/ui

google-labs-code/stitch-loop

Google Labs (Stitch)Awesome Agent SkillsOfficial Skills

Iterative design-to-code feedback loop

Skills by Resend 5 skills
Skills by Notion 4 skills

makenotion/knowledge-capture

NotionAwesome Agent SkillsOfficial Skills

Transform conversations into structured Notion documentation pages with proper organization and linking

makenotion/meeting-intelligence

NotionAwesome Agent SkillsOfficial Skills

Prepare meeting materials by gathering Notion context and creating pre-reads and agendas

makenotion/research-documentation

NotionAwesome Agent SkillsOfficial Skills

Search Notion workspace, synthesize findings, and create comprehensive research reports

makenotion/spec-to-implementation

NotionAwesome Agent SkillsOfficial Skills

Turn product/tech specs into concrete Notion tasks with acceptance criteria and progress tracking

Skills by RedHat 4 skills

redhat/cve-skillpack

RedHatAwesome Agent Skillscatalog.redhat.com

Understand CVEs, check product lifecycle status, gather diagnostics, and file support cases at the right severity — essential Red Hat skills for everyday operations.

redhat/openshift-skillpack

RedHatAwesome Agent Skillscatalog.redhat.com

Provision, inventory, and report on OpenShift clusters — spanning Assisted Installer, OCM, ROSA, ARO, and kubeconfig fleets — through a single conversational workflow.

redhat/openshift-virtualization

RedHatAwesome Agent Skillscatalog.redhat.com

Manage the full VM lifecycle on OpenShift Virtualization — create, clone, snapshot, restore, rebalance, and report — through a single conversational workflow.

redhat/sre-skillpack

RedHatAwesome Agent Skillscatalog.redhat.com

Discover, remediate, and verify CVEs across your RHEL fleet — orchestrating Red Hat Lightspeed and Ansible Automation Platform through a single workflow.

Skills by Cypress 3 skills

cypress-io/cypress-author

CypressAwesome Agent SkillsGitHub

Creates, updates, and fixes Cypress E2E and component tests.

cypress-io/cypress-docs

CypressAwesome Agent SkillsGitHub

Search and extract Cypress information from official documentation.

cypress-io/cypress-explain

CypressAwesome Agent SkillsGitHub

Explains Cypress E2E and component tests, and answers questions about Cypress use and behavior.

Skills by Vercel Engineering Team 3 skills

vercel-labs/next-best-practices

Vercel Engineering TeamAwesome Agent SkillsOfficial Skills

Next.js best practices and recommended patterns

vercel-labs/next-cache-components

Vercel Engineering TeamAwesome Agent SkillsOfficial Skills

Caching strategies and cache-aware components in Next.js

vercel-labs/next-upgrade

Vercel Engineering TeamAwesome Agent SkillsOfficial Skills

Upgrade Next.js projects to newer versions

Skills by CodeRabbit 2 skills

coderabbitai/autofix

CodeRabbitAwesome Agent SkillsOfficial Skills

Fetch unresolved CodeRabbit review comments from GitHub PRs and apply fixes

coderabbitai/code-review

CodeRabbitAwesome Agent SkillsOfficial Skills

Run AI-powered code reviews through the CodeRabbit CLI

Skills by Redis 1 skills

redis/redis-development

RedisAwesome Agent SkillsGitHub

Redis development best practices — data structures, query engine, vector search, caching, and performance optimization.

Vector Databases 1 skills

qdrant/skills

Vector DatabasesAwesome Agent SkillsGitHub

Agent skills for Qdrant vector search, covering scaling, performance optimization, search quality, monitoring, deployment, model migration, version upgrades, and SDK usage across Python, TypeScript, Rust, Go, .NET, and Java

FAQ

What is Awesome Agent Skills?

Awesome Agent Skills is a curated AI agent skills repository maintained by VoltAgent. EasyGlobe currently parses and lists 1117 unique skill entries from it.

How is this page different from the GitHub README?

The GitHub repository is the upstream source. This page adds source grouping, SEO structure, EasyGlobe detail links, and local skill download entry points.

Does it include awesome Claude skills and awesome Codex agent skills?

Yes. The directory covers Claude, Codex, Gemini, OpenAI, Microsoft, Vercel, Cloudflare, NVIDIA, Trail of Bits, and many community agent skills.