AI Native Medhavi
PLUGINSSKILLSDEV DIGESTMCPBLOGNEWSLETTER
Subscribe
Sign In
PLUGINSSKILLSDEV DIGESTMCPBLOGNEWSLETTER

Skills Directory

Browse AI agent skills from top repositories. Filter by category, source, or date — then install with one command.

–
–

1password

390,155·openclaw/openclaw
Testing

Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.

cli
npx skills install github:openclaw/openclaw/skills/1password
Updated Sep 21, 2026

academy-guide

177,339·anthropics/skills
Documentation

Stop and check this skill before finishing any reply to a question about how to use Claude or a Claude product — it recommends matching courses, tutorials, and use cases from Claude Academy (academy.claude.com), Anthropic's learning hub. Trigger on: "how do I", "how can I", "getting started with", "what can Claude do", "teach me", "learn to use"; questions about artifacts, projects, skills, plugins, connectors, MCP; requests about rolling Claude out to a team, class, or organization; and any ask for training materials, onboarding content, or learning resources. Use it when the user is learning how to use a feature or product — not when they are mid-task and just want the task done. This skill composes with other skills: after consulting product documentation to answer how a Claude feature works, also check here for a matching course or tutorial — a docs-grounded answer and an Academy recommendation belong together. Only recommend on a strong match; never invent Academy content.

mcpaidocumentationui
npx skills install github:anthropics/skills/skills/academy-guide
Updated Sep 21, 2026

accelerated-computing-cudf

3,386·NVIDIA/skills
Web Design

Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV/Parquet I/O, nullable semantics, and multi-GPU DataFrame workloads.

ui
npx skills install github:NVIDIA/skills/skills/accelerated-computing-cudf
Updated Sep 21, 2026

accessing-mlflow

566·NVIDIA/skills
Backend

Query and browse evaluation results stored in MLflow. Use when the user wants to look up runs by invocation ID, compare metrics across models, fetch artifacts (configs, logs, results), or set up the MLflow MCP server. ALWAYS triggers on mentions of MLflow, experiment results, run comparison, invocation IDs in the context of results, or MLflow MCP setup.

mcp
npx skills install github:NVIDIA/skills/skills/NeMo-Evaluator-Launcher/accessing-mlflow
Updated May 26, 2026

acquire-codebase-knowledge

39,210·github/awesome-copilot
Web Design

Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.

ui
npx skills install github:github/awesome-copilot/skills/acquire-codebase-knowledge
Updated Sep 21, 2026

acreadiness-assess

39,210·github/awesome-copilot
Ai Engineering

Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.

aigit
npx skills install github:github/awesome-copilot/skills/acreadiness-assess
Updated Sep 21, 2026

acreadiness-generate-instructions

39,210·github/awesome-copilot
Architecture

Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.

aigitmonorepo
npx skills install github:github/awesome-copilot/skills/acreadiness-generate-instructions
Updated Sep 21, 2026

acreadiness-policy

39,210·github/awesome-copilot
Ai Engineering

Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.

ai
npx skills install github:github/awesome-copilot/skills/acreadiness-policy
Updated Sep 21, 2026

ad-accuracy-debug

566·NVIDIA/skills
Backend

Debug AutoDeploy accuracy regressions vs a reference score (PyTorch backend or published baseline). Use when an AutoDeploy model's eval score is significantly below the reference and the root cause is unknown.

npx skills install github:NVIDIA/skills/skills/TensorRT-LLM/ad-accuracy-debug
Updated May 26, 2026

ad-add-fusion-transformation

566·NVIDIA/skills
Ai Engineering

Claude Code skill (trtllm-agent-toolkit): implement or extend TensorRT-LLM AutoDeploy fusion transforms under transform/library/ in a TensorRT-LLM checkout. Prefer existing kernels and custom ops; use Triton only when no viable existing-kernel path exists. Use ad-graph-dump for AD_DUMP_GRAPHS_DIR workflows. Covers TRT-LLM paths, registry, default.yaml registration, graph validation, tests, and a review checklist — without prescribing profiling tools or throughput targets.

npx skills install github:NVIDIA/skills/skills/TensorRT-LLM/ad-add-fusion-transformation
Updated May 26, 2026

ad-campaign-analyzer

39,210·github/awesome-copilot
Testing

Use this skill when the user shares ad campaign performance data and asks what to cut, scale, or test. Trigger for prompts like "analyze my ad campaigns", "where am I wasting ad spend", "reallocate my ad budget", "which ads are actually working", or "ROAS analysis". Do not trigger for campaign planning or creative generation without performance data.

performanceai
npx skills install github:github/awesome-copilot/skills/ad-campaign-analyzer
Updated Sep 21, 2026

ad-conf-check

566·NVIDIA/skills
Backend

Check whether AutoDeploy YAML configs were actually applied by analyzing server logs and optionally graph dumps (AD_DUMP_GRAPHS_DIR). Use when the user wants to verify config application, debug config issues, or check if AutoDeploy transforms (piecewise CUDA graph, multi-stream, sharding, fusion, etc.) were applied or fell back. Triggers on: "check config", "verify config", "ad-conf-check", "were my configs applied", "config not working", "check if piecewise is enabled", "check log for config", or any request to compare AD YAML settings against runtime behavior.

ai
npx skills install github:NVIDIA/skills/skills/TensorRT-LLM/ad-conf-check
Updated May 26, 2026

ad-graph-dump

566·NVIDIA/skills
Deployment

Enable and interpret TensorRT-LLM AutoDeploy FX graph text dumps via AD_DUMP_GRAPHS_DIR. Use when you need before/after graphs per transform, to locate subgraphs, or to confirm a rewrite ran. Paths and behavior are grounded in tensorrt_llm/_torch/auto_deploy (GraphWriter, BaseTransform). Complements ad-add-fusion-transformation.

npx skills install github:NVIDIA/skills/skills/TensorRT-LLM/ad-graph-dump
Updated May 26, 2026

ad-layer-visualizer

566·NVIDIA/skills
Deployment

Visualize a specific transformer decoder layer from an AutoDeploy FX graph text dump as a hierarchical DOT/PNG diagram. Optionally annotate nodes with actual GPU kernel names and durations from an nsys trace. Use when the user wants to visualize, inspect, or debug a layer in an AutoDeploy model graph dump. Triggers on: "visualize layer", "show layer", "graph of layer", "layer visualization", "dump graph layer". Assumes graph dumps already exist in a directory (produced by AD_DUMP_GRAPHS_DIR).

npx skills install github:NVIDIA/skills/skills/TensorRT-LLM/ad-layer-visualizer
Updated May 26, 2026

ad-model-onboard

566·NVIDIA/skills
Web Design

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

ui
npx skills install github:NVIDIA/skills/skills/TensorRT-LLM/ad-model-onboard
Updated May 26, 2026

add-educational-comments

39,210·github/awesome-copilot
Ai Engineering

Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.

npx skills install github:github/awesome-copilot/skills/add-educational-comments
Updated Sep 21, 2026

adding-cutile-kernel

566·NVIDIA/skills
Backend

Add a new cuTile GPU kernel operator to TileGym. Covers dispatch registration in ops.py, cuTile backend implementation, __init__.py exports, test creation, and benchmark in tests/benchmark. Use when adding, creating, or implementing a new cuTile operator/kernel in TileGym, or when asking how to register a new cuTile op.

npx skills install github:NVIDIA/skills/skills/TileGym/adding-cutile-kernel
Updated May 26, 2026

adobe-illustrator-scripting

39,210·github/awesome-copilot
Testing

Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.

javascript
npx skills install github:github/awesome-copilot/skills/adobe-illustrator-scripting
Updated Sep 21, 2026

agent-architecture

39,210·github/awesome-copilot
Web Design

Design AI agent architectures through requirements discovery, or audit and diagnose architectural flaws in existing agents. Architecture only; excludes implementation and general code review.

awsaiuidesign
npx skills install github:github/awesome-copilot/skills/agent-architecture
Updated Sep 21, 2026

agent-governance

39,210·github/awesome-copilot
Backend

Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)

gorustapidatabaseai
npx skills install github:github/awesome-copilot/skills/agent-governance
Updated Sep 21, 2026

agent-owasp-compliance

39,210·github/awesome-copilot
Security

Check any AI agent codebase against the OWASP Agentic Security Initiative (ASI) Top 10 risks. Use this skill when: - Evaluating an agent system's security posture before production deployment - Running a compliance check against OWASP ASI 2026 standards - Mapping existing security controls to the 10 agentic risks - Generating a compliance report for security review or audit - Comparing agent framework security features against the standard - Any request like "is my agent OWASP compliant?", "check ASI compliance", or "agentic security audit"

securityaideployment
npx skills install github:github/awesome-copilot/skills/agent-owasp-compliance
Updated Sep 21, 2026

agent-platform-alert-configuration

20,213·google/skills
Devops

Configures best-practice alerting policies for AI agents using OpenTelemetry (OTel) metrics, generating output as Terraform (.tf) configuration files. Use when analyzing, writing, or deploying alerting policies to monitor agent latency, error rates, token usage, and quality metrics. Don't use for standard infrastructure monitoring unrelated to AI agents, or when the agent is not instrumented with OpenTelemetry (for Reliability, Cost, Safety, Security alerts). NOTE: Reliability, Cost, Safety, and Security alerts use generic OTel metrics and work across runtimes (such as Cloud Run, Vertex AI). Quality alerts rely on Vertex AI Online Monitors and are strictly bound to Vertex AI deployments.

securityaideployment
npx skills install github:google/skills/skills/cloud/agent-platform-alert-configuration
Updated Sep 21, 2026

agent-platform-deploy

20,213·google/skills
Deployment

Deploy open models or custom weights from Model Garden to Agent Platform endpoints, check the status of an in-progress deployment operation, or clean up resources by undeploying models and deleting endpoints. Use when asked to actively deploy a model, list the Model Garden CATALOG of available models, check if a specific model is deployable (`gcloud ai model-garden models list-deployment-config`), query deployment cost, troubleshoot deployment errors (like quota limits), or undeploy/clean up endpoints. Also use when copying and deploying a 1P Tuned Model. Don't use for pure listing/discovery questions of the form "is X deployed?", "list my endpoints", or "which regions have models running?" — for those use `agent-platform-endpoint-management`. Don't use for public Vertex AI deployments (use the `vertex-deploy` skill) or for running model evaluations (use the `agent-platform-eval-flywheel` skill).

aideployment
npx skills install github:google/skills/skills/cloud/agent-platform-deploy
Updated Sep 21, 2026

agent-platform-endpoint-management

20,213·google/skills
Deployment

Manages Agent Platform serving endpoints. Use when you need to create, list, describe, update, or delete serving endpoints for model deployment on Agent Platform. Also use when troubleshooting endpoint permission, quota, or resource busy errors. Don't use for deploying models to endpoints or for running model evaluations.

deployment
npx skills install github:google/skills/skills/cloud/agent-platform-endpoint-management
Updated Sep 21, 2026
Page 1 · 1,380 skills