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

380,892·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 Jun 29, 2026

accelerated-computing-cudf

2,023·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 Jun 29, 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

35,869·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 Jun 29, 2026

acreadiness-assess

35,869·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 Jun 29, 2026

acreadiness-generate-instructions

35,869·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 Jun 29, 2026

acreadiness-policy

35,869·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 Jun 29, 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-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

35,869·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 Jun 29, 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

35,869·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 Jun 29, 2026

agent-governance

35,869·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 Jun 29, 2026

agent-owasp-compliance

35,869·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 Jun 29, 2026

agent-platform-alert-configuration

14,206·google/skills
Deployment

Configures best-practice alerting policies for Google Cloud Vertex AI / Agent Platform agents on Agent Runtime. Use when analyzing, writing, or deploying alerting policies to monitor agent latency, error rates, and quality metrics (response quality, tool use, hallucination). Also use when provisioning online monitors for quality evaluation, or analyzing live metrics traffic footprints. NOTE: This skill currently only works for the Agent Runtime. Don't use for configuring general GCP alert policies or non-agent GCP alerting policies.

goai
npx skills install github:google/skills/skills/cloud/agent-platform-alert-configuration
Updated Jun 29, 2026

agent-platform-deploy

14,206·google/skills
Deployment

Deploy open models or custom weights from Model Garden to Agent Platform endpoints, check deployment status, verify serving endpoints, or clean up resources by undeploying models and deleting endpoints. Use when asked to deploy models on Agent Platform, list available Model Garden models, check if a model is deployable, 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 public Vertex AI deployments (use the `vertex-deploy` skill) or for running model evaluations (use the `agent-platform-eval` skill).

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

agent-platform-endpoint-management

14,206·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 Jun 29, 2026

agent-platform-eval-flywheel

14,206·google/skills
Ai Engineering

Measures and improves the quality of AI models and agents on Google Cloud using the Eval Quality Flywheel methodology. Use when evaluating an agent or model, building an eval dataset, picking or writing evaluation metrics, analyzing failures, comparing results before and after a fix, or when guidance is needed on Agent Platform eval methodology — including dataset schema, LLM-as-judge scoring, and common failure causes. For fine-tuning, use agent-platform-tuning. For general production deployment, use agent-platform-deploy.

goaideploymentui
npx skills install github:google/skills/skills/cloud/agent-platform-eval-flywheel
Updated Jun 29, 2026

agent-platform-migrate-from-ai-studio

14,206·google/skills
Ai Engineering

Guides agents and users through migrating from Gemini API in Google AI Studio to Gemini Enterprise Agent Platform (formerly Vertex AI). Use this skill when moving applications to Google Cloud, to leverage Cloud credits, or to unify inferencing with other Cloud infrastructure (IAM, billing, telemetry).

goapiaiui
npx skills install github:google/skills/skills/cloud/agent-platform-migrate-from-ai-studio
Updated Jun 29, 2026

agent-platform-model-registry

14,206·google/skills
Deployment

Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.

aideployment
npx skills install github:google/skills/skills/cloud/agent-platform-model-registry
Updated Jun 29, 2026
Page 1 · 1,043 skills