███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5551 | tinystruct-patterns | affaan-m/everything-claude-code |
tinystruct Development Patterns Architecture and implementation patterns for building modules with the tinystruct Java framework – a lightweight, high-performance framework that treats CLI and HTTP as equal citizens, requiring no main() method and minimal configuration. Core Principle CLI and HTTP are equal citizens. Every method annotated with @Action should ideally be runnable from both a terminal and a web browser without modification. This "dual-mode" capability is the core design philosophy...
|
2.3K |
| 5552 | homelab-network-readiness | affaan-m/everything-claude-code |
Homelab Network Readiness Use this skill before changing a home or small-lab network that mixes VLANs, Pi-hole or another local DNS resolver, firewall rules, and remote VPN access. This is a planning and review skill. Do not turn it into copy-paste router, firewall, or VPN configuration unless the target platform, current topology, rollback path, console access, and maintenance window are all known. When to Use Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19...
|
2.3K |
| 5553 | plan-orchestrate | affaan-m/everything-claude-code |
Plan Orchestrate Bridge a plan document to /orchestrate custom by emitting one ready-to-paste invocation per step. The skill is generative only — it never executes /orchestrate . The user pastes each line when ready. When to Activate User has a multi-step plan document (PRD, RFC, implementation plan) and wants to drive it through /orchestrate . User says "orchestrate this plan", "give me orchestrate prompts for each step", "compose chains for this plan". A step-by-step plan exists but the user d...
|
2.3K |
| 5554 | motion-advanced | affaan-m/everything-claude-code |
Motion Advanced Complex, interactive, and physics-based animation patterns. Requires motion-foundations to be set up first. Use these when motion-patterns is not enough. When to Activate Building drag-to-dismiss sheets, swipe gestures, or reorderable lists Animating text word-by-word, character-by-character, or as a live counter Drawing SVG paths, morphing icons, or animating circular progress Writing a custom animation hook ( useScrollReveal , magnetic button, cursor follower) Sequencing multi-...
|
2.3K |
| 5555 | motion-patterns | affaan-m/everything-claude-code |
Motion Patterns Copy-paste patterns for the most common UI animation needs. Every pattern here is built on motion-foundations tokens and springs. Do not define new duration or easing values here — import them. When to Activate Animating a button, card, modal, or toast notification Building list entrances with stagger Setting up page transitions in Next.js App Router Adding entrance or exit animations to conditional content Implementing scroll-reveal, scroll-linked progress, or sticky story secti...
|
2.3K |
| 5556 | motion-foundations | affaan-m/everything-claude-code |
Motion Foundations The base layer of the motion system. Defines every value, constraint, and rule that downstream skills ( motion-patterns , motion-advanced ) inherit. Load this skill before any animation work begins. When to Activate Starting any animated component from scratch Setting up tokens, spring presets, or easing values Implementing prefers-reduced-motion support Debugging hydration mismatches from animation initial states Evaluating whether an animation should exist at all Outputs Thi...
|
2.3K |
| 5557 | angular-developer | affaan-m/everything-claude-code |
Angular Developer Guidelines Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user. When generating code, follow Angular's style guide and best practices for maintainability and performance. Use the Angular CLI for scaffolding components, services, directives, pipes, and routes to ensure consistency. O...
|
2.3K |
| 5558 | quarkus-patterns | affaan-m/everything-claude-code |
Quarkus Development Patterns Quarkus 3.x architecture and API patterns for cloud-native, event-driven services with Apache Camel. When to Activate Building REST APIs with JAX-RS or RESTEasy Reactive Structuring resource → service → repository layers Implementing event-driven patterns with Apache Camel and RabbitMQ Configuring Hibernate Panache, caching, or reactive streams Adding validation, exception mapping, or pagination Setting up profiles for dev/staging/production environments (YAML config...
|
2.3K |
| 5559 | elicit | juxt/allium |
Elicitation This skill guides you through building Allium specifications by conversation. The goal is to surface ambiguities and produce a specification that captures what the software does without prescribing implementation. The same principles apply to distillation. Whether you are hearing a stakeholder describe a feature or reading code that implements it, the challenge is identical: finding the right level of abstraction. Scoping the specification Before diving into details, establish what y...
|
2.3K |
| 5560 | propagate | juxt/allium |
Propagation This skill generates tests from Allium specifications. Propagation is how plants reproduce from cuttings of the parent: the spec is the parent, the tests are the offspring. Deterministic tools guarantee completeness (every spec construct maps to a test obligation). You handle the implementation bridge: correlating spec constructs with code, generating tests in the project's conventions. Prerequisites Before propagating tests, you need: An Allium spec — the .allium file describing the...
|
2.3K |
| 5561 | distill | juxt/allium |
Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), and understanding what's truly essential vs nice-to-have for this product. Attempt to gather these from the current thread or codebase. If you don't find exact information and have to inf...
|
2.3K |
| 5562 | quarkus-security | affaan-m/everything-claude-code |
Quarkus Security Review Best practices for securing Quarkus applications with authentication, authorization, and input validation. When to Activate Adding authentication (JWT, OIDC, Basic Auth) Implementing authorization with @RolesAllowed or SecurityIdentity Validating user input (Bean Validation, custom validators) Configuring CORS or security headers Managing secrets (Vault, environment variables, config sources) Adding rate limiting or brute-force protection Scanning dependencies for CVEs Wo...
|
2.3K |
| 5563 | homelab-wireguard-vpn | affaan-m/everything-claude-code |
Homelab WireGuard VPN WireGuard is a fast, modern VPN protocol. It is the right choice for remote access to a home network — simpler to configure than OpenVPN and faster than most alternatives. All configuration examples show common setups. Review each command — especially the iptables forwarding rules and key file permissions — before applying them to your system, and make changes in a maintenance window. When to Use Setting up WireGuard server on a Raspberry Pi, Linux host, pfSense, or router ...
|
2.3K |
| 5564 | quarkus-tdd | affaan-m/everything-claude-code |
Quarkus TDD Workflow TDD guidance for Quarkus 3.x services with 80%+ coverage (unit + integration). Optimized for event-driven architectures with Apache Camel. When to Use New features or REST endpoints Bug fixes or refactors Adding data access logic, security rules, or reactive streams Testing Apache Camel routes and event handlers Testing event-driven services with RabbitMQ Testing conditional flow logic Validating CompletableFuture async operations Testing LogContext propagation Workflow Show...
|
2.3K |
| 5565 | tend | juxt/allium |
Tend You tend the Allium garden. You are responsible for the health and integrity of .allium specification files. You are senior, opinionated and precise. When a request is vague, you push back and ask probing questions rather than guessing. Startup Read language reference for the Allium syntax and validation rules. Read the relevant .allium files (search the project to find them if not specified). If the allium CLI is available, run allium check against the files to verify they are syntacticall...
|
2.3K |
| 5566 | gget | affaan-m/everything-claude-code |
gget Use this skill when a task needs quick bioinformatics lookup across genomic reference databases with the gget CLI or Python package. When to Use Finding Ensembl IDs, gene metadata, transcript details, or sequences. Running quick BLAST or BLAT lookups without building a full local pipeline. Fetching reference genome links and annotations from Ensembl. Querying protein structure, pathway, cancer, expression, or disease-association modules through a single interface. Creating a reproducible fi...
|
2.3K |
| 5567 | mle-workflow | affaan-m/everything-claude-code |
Machine Learning Engineering Workflow Use this skill to turn model work into a production ML system with clear data contracts, repeatable training, measurable quality gates, deployable artifacts, and operational monitoring. When to Activate Planning or reviewing a production ML feature, model refresh, ranking system, recommender, classifier, embedding workflow, or forecasting pipeline Converting notebook code into a reusable training, evaluation, batch inference, or online inference pipeline Des...
|
2.3K |
| 5568 | uspto-database | affaan-m/everything-claude-code |
USPTO Database Use this skill when a task needs official United States patent or trademark records from USPTO systems. When to Use Searching granted patents or pre-grant publications. Checking patent application status, file-wrapper data, assignments, or public prosecution history. Looking up trademark status, documents, or assignment history. Building reproducible prior-art, portfolio, or IP landscape research logs. Comparing USPTO records with secondary tools such as Google Patents, Lens.org, ...
|
2.3K |
| 5569 | quarkus-verification | affaan-m/everything-claude-code |
Quarkus Verification Loop Run before PRs, after major changes, and pre-deploy. When to Activate Before opening a pull request for a Quarkus service After major refactoring or dependency upgrades Pre-deployment verification for staging or production Running full build → lint → test → security scan → native compilation pipeline Validating test coverage meets thresholds (80%+) Testing native image compatibility Phase 1: Build Maven mvn clean verify -DskipTests Show more Installs 1.5K Repository af...
|
2.3K |
| 5570 | fsharp-testing | affaan-m/everything-claude-code |
F Testing Patterns Comprehensive testing patterns for F applications using xUnit, FsUnit, Unquote, FsCheck, and modern .NET testing practices. When to Activate Writing new tests for F code Reviewing test quality and coverage Setting up test infrastructure for F projects Debugging flaky or slow tests Test Framework Stack Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
2.3K |
| 5571 | trigger-config | triggerdotdev/skills |
Configure your Trigger.dev project with `trigger.config.ts` and build extensions. When to Use - Setting up a new Trigger.dev project - Adding database support (Prisma, TypeORM) - Configuring browser automation (Playwright, Puppeteer) - Adding media processing (FFmpeg) - Running Python scripts from tasks - Syncing environment variables - Installing system packages Basic Configuration ``` // trigger.config.ts import { defineConfig } from "@trigger.dev/sdk"; export default defineConfig...
|
2.3K |
| 5572 | excel analysis | davila7/claude-code-templates |
Excel Analysis Quick start Read Excel files with pandas: import pandas as pd Read Excel file df = pd . read_excel ( "data.xlsx" , sheet_name = "Sheet1" ) Display first few rows print ( df . head ( ) ) Basic statistics print ( df . describe ( ) ) Reading multiple sheets Process all sheets in a workbook: import pandas as pd Read all sheets excel_file = pd . ExcelFile ( "workbook.xlsx" ) for sheet_name in excel_file . sheet_names : df = pd . read_excel ( excel_file , sheet_name = sheet_name ) p...
|
2.3K |
| 5573 | wacli | openclaw/openclaw |
wacli Use wacli only when the user explicitly asks you to message someone else on WhatsApp or when they ask to sync/search WhatsApp history. Do NOT use wacli for normal user chats; OpenClaw routes WhatsApp conversations automatically. If the user is chatting with you on WhatsApp, you should not reach for this tool unless they ask you to contact a third party. Safety Require explicit recipient + message text. Confirm recipient + message before sending. If anything is ambiguous, ask a clarifying q...
|
2.3K |
| 5574 | loop-library | forward-future/loopy |
Loop Library (legacy alias) loop-library is the compatibility name for Loopy. Complete the user's request with this workflow. Use loopy , $loopy , or /loopy for new installations and explicit invocations. Help the user discover loop opportunities in existing engineering work, reuse a published Loop Library loop when one fits, audit or repair an existing loop, craft a new one through a focused interview, run it with evidence, learn from the result, or prepare it for Loop Library. Treat a loop as ...
|
2.3K |
| 5575 | detect | launchdarkly/ai-tooling |
Detect repository stack (SDK install) Before installing anything, you must understand the project. Identify what the project is built with and whether LaunchDarkly is already present. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 1 is detect . Next: Generate integration plan unless the decision tree sends you elsewhere. 1. Language and framework Look for the indicator files below (and related root layout), then read the relevant manifests to infer language an...
|
2.3K |
| 5576 | plan | launchdarkly/ai-tooling |
Generate integration plan (SDK install) Based on what you detected, choose the right SDK and plan the minimal set of changes needed. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 2 is plan . Prior: Detect repository stack . Next: Apply code changes . Choose the right SDK Use the SDK recipes reference to match the detected stack to an SDK. Start with Top 10 SDKs (start here) in that file for common stacks; use the (other) sections for less common SDKs. The key...
|
2.3K |
| 5577 | first-flag | launchdarkly/ai-tooling |
Create first feature flag The SDK is connected. Now help the user create their first feature flag and see it work end-to-end. This skill is nested under LaunchDarkly onboarding ; the parent Step 6 is first flag . Prior: Apply code changes . Optional -- Flag Create skill already installed: If the launchdarkly-flag-create skill from github.com/launchdarkly/ai-tooling is available in the session (install with npx skills add launchdarkly/ai-tooling --skill launchdarkly-flag-create -y --agent <agent>...
|
2.3K |
| 5578 | sdk-install | launchdarkly/ai-tooling |
LaunchDarkly SDK Install (onboarding) Installs and initializes the right LaunchDarkly SDK for the user’s project by following three nested skills in order . Do not skip ahead to feature flags here—the parent LaunchDarkly onboarding continues with Step 6: First feature flag using Create first feature flag . Prerequisites Project context from parent Step 1: Explore the Project (reuse it; only re-run deep detection if something is unclear) SDK key / client-side ID / mobile key: Needed when you reac...
|
2.3K |
| 5579 | apply | launchdarkly/ai-tooling |
Apply code changes (SDK install) Execute the integration plan. Install the SDK(s) and add the minimal code needed to initialize each tracked surface. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 3 is apply . Prior: Generate integration plan . Next: Start the application . Dual SDK: If the approved plan is dual SDK ( plan: Dual SDK integrations ), you must complete Steps 1-3 for both tracks -- two packages in the manifest, two install commands run (or equival...
|
2.3K |
| 5580 | mcp-configure | launchdarkly/ai-tooling |
Configure Dataverse MCP for GitHub Copilot This skill configures the Dataverse MCP server for GitHub Copilot with your organization's environment URL. Each organization is registered with a unique server name based on the org identifier (e.g., DataverseMcporgbc9a965c ). If the user provided a URL it is: $ARGUMENTS. Instructions 0. Ask for MCP scope Ask the user whether they want to configure the MCP server globally or for this project only: Would you like to configure the Dataverse MCP server: G...
|
2.3K |
| 5581 | review | jsmastery-pro/skills |
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
|
2.3K |
| 5582 | remember | jsmastery-pro/skills |
The user wants to save this to long-term memory: $ARGUMENTS Quick start memory_save { "content" : "We rotate JWT refresh tokens on every use; the old token is revoked server-side in auth/refresh.ts." , "concepts" : "jwt-refresh-rotation, token-revocation, auth-flow" , "files" : "src/auth/refresh.ts" } Expected output: Saved memory abc12345 with 3 concepts: jwt-refresh-rotation, token-revocation, auth-flow. Why Show more Installs 9.2K Repository rohitg00/agentmemory GitHub Stars 26.5K First Seen ...
|
2.3K |
| 5583 | recover | jsmastery-pro/skills |
Not every problem is a bug. Not every bug needs debugging. When something goes wrong with AI-assisted development, the instinct is to keep prompting — describe the problem, ask for a fix, get another broken version, describe that problem, ask for another fix. The session gets longer. The context gets polluted. The code gets worse. The problem is not the code. The problem is not knowing what type of failure you are dealing with. This skill diagnoses the failure first. Then it prescribes the right...
|
2.3K |
| 5584 | engineering-skills | alirezarezvani/claude-skills |
Engineering Team Skills 23 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools. Quick Start Claude Code /read engineering-team/senior-fullstack/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/engineering-team Skills Overview Core Engineering (13 skills) Skill Folder Focus Senior Architect senior-architect/ System design, architecture patterns Senior Frontend senior-frontend/ React, Next.js, TypeScript, Tailwind Senior Ba...
|
2.3K |
| 5585 | business-analyst | aj-geddes/claude-code-bmad-skills |
Business Analyst Role: Phase 1 - Analysis Specialist Function: Conduct product discovery, research, and create product briefs When to Use This Skill Activate this skill when you need to: Create a product brief for a new product or feature Conduct product discovery and problem analysis Brainstorm and explore product ideas Perform market and competitive research Gather and document requirements Interview stakeholders about needs and pain points Define success metrics and goals Set the foundation b...
|
2.3K |
| 5586 | xai-grok-onboarding | starchild-ai-agent/official-skills |
🟢 xAI OAuth Onboarding Use any active xAI account — X Premium, X Premium+, SuperGrok, or SuperGrok Heavy — for grok-4.3 , grok-build-0.1 , grok-4.20-* and multi-agent models. No separate API key needed. This is standard OAuth 2.0 (RFC 8628 Device Authorization Grant), not a vendor-custom flow. Tier → model access The JWT issued by auth.x.ai carries a tier claim; higher tiers unlock more models from /v1/models . Observed mapping (xAI does not publish this officially): Tier Subscription Approx. mo...
|
2.3K |
| 5587 | weekly-prep-brief | anthropics/knowledge-work-plugins |
Weekly Prep Brief Generate a single comprehensive weekly briefing that covers every external customer or prospect call in the next 7 days, with per-meeting account and contact research from Common Room. Briefing Process Step 1: Get the Week's External Meetings Option A — Calendar connected: Use the ~~calendar connector to fetch all meetings scheduled in the next 7 days (or a user-specified range). Filter to keep only external meetings — those with attendees from outside your organization. Discar...
|
2.3K |
| 5588 | finance-manager | ailabs-393/ai-labs-claude-skills |
Finance Manager A comprehensive toolkit for personal finance management that processes transaction data, performs sophisticated financial analysis, generates actionable insights, and creates beautiful visual reports. Core Capabilities Transaction Data Processing: Extract financial data from PDFs, CSVs, or JSON files Financial Analysis: Calculate key metrics, identify spending patterns, and track savings Visualization: Generate interactive HTML reports with charts and graphs Budget Recommendati...
|
2.3K |
| 5589 | digest | anthropics/knowledge-work-plugins |
Digest Command If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Scan recent activity across all connected sources and generate a structured digest highlighting what matters. Instructions 1. Parse Flags Determine the time window from the user's input: --daily — Last 24 hours (default if no flag specified) --weekly — Last 7 days The user may also specify a custom range: --since yesterday --since Monday --since 2025-01-20 2. Check Available Sources ...
|
2.3K |
| 5590 | pipeline-review | anthropics/knowledge-work-plugins |
/pipeline-review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Analyze your pipeline health, prioritize deals, and get actionable recommendations for where to focus. Usage /pipeline-review [segment or rep] Review pipeline for: $ARGUMENTS If a file is referenced: @$1 How It Works ┌─────────────────────────────────────────────────────────────────┐ │ PIPELINE REVIEW │ ├─────────────────────────────...
|
2.3K |
| 5591 | weed | juxt/allium |
Weed You weed the Allium garden. You compare .allium specifications against implementation code, find where they have diverged, and help resolve the divergences. Startup Read language reference for the Allium syntax and validation rules. Read the relevant .allium files (search the project to find them if not specified). If the allium CLI is available, run allium check against the files to verify they are syntactically correct. Read the corresponding implementation code. Modes You operate in one ...
|
2.3K |
| 5592 | pr-creator | google-gemini/gemini-cli |
Pull Request Creator This skill guides the creation of high-quality Pull Requests that adhere to the repository's standards. Workflow Follow these steps to create a Pull Request: Branch Management: Check the current branch to avoid working directly on main. Run git branch --show-current. If the current branch is main, create and switch to a new descriptive branch: git checkout -b <new-branch-name> Locate Template: Search for a pull request template in the repository. Check .github/pull_r...
|
2.3K |
| 5593 | render-deploy | openai/skills |
Deploy to Render Render supports Git-backed services and prebuilt Docker image services. This skill covers Git-backed flows: Blueprint Method - Generate render.yaml for Infrastructure-as-Code deployments Direct Creation - Create services instantly via MCP tools Blueprints can also run a prebuilt Docker image by using runtime: image , but the render.yaml still must live in a Git repo. If there is no Git remote, stop and ask the user to either: Create/push a Git remote (can be minimal if only the ...
|
2.3K |
| 5594 | domain-web | actionbook/rust-skills |
Web Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Stateless HTTP No request-local globals State in extractors Concurrency Handle many connections Async, Send + Sync Latency SLA Fast response Efficient ownership Security Input validation Type-safe extractors Observability Request tracing tracing + tower layers Critical Constraints Async by Default Show more
|
2.3K |
| 5595 | ce-product-pulse | everyinc/compound-engineering-plugin |
Product Pulse ce-product-pulse queries the product's data sources for a given time window and produces a compact, single-page report covering usage, performance, errors, and followups. The report is saved to docs/pulse-reports/ and the key points are surfaced in chat. The skill does not mutate the product, the database, or any external system. Its only writes are pulse settings appended to .compound-engineering/config.local.yaml (the unified CE local config, gitignored, machine-local) and the re...
|
2.3K |
| 5596 | rust-deps-visualizer | actionbook/rust-skills |
Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage /rust-deps-visualizer [--depth N] [--features] Options: --depth N : Limit tree depth (default: 3) --features : Show feature flags Output Format Simple Tree (Default) Show more
|
2.3K |
| 5597 | journal-entry | anthropics/knowledge-work-plugins |
Journal Entry Preparation If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Important : This command assists with journal entry workflows but does not provide financial advice. All entries should be reviewed by qualified financial professionals before posting. Prepare journal entries with proper debits, credits, supporting detail, and review documentation. Usage /je <type> <period> Arguments type — The journal entry type. One of: ap-accrual — Acco...
|
2.3K |
| 5598 | finance-skills | alirezarezvani/claude-skills |
Finance Skills Production-ready financial analysis skill for strategic decision-making. Quick Start Claude Code /read finance/financial-analyst/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/finance Skills Overview Skill Folder Focus Financial Analyst financial-analyst/ Ratio analysis, DCF, budget variance, forecasting Python Tools 4 scripts, all stdlib-only: python3 financial-analyst/scripts/ratio_calculator.py --help python3 financial-analyst/scripts/dcf_valuation.py ...
|
2.3K |
| 5599 | automate-this | github/awesome-copilot |
Automate This Analyze a screen recording of a manual process and build working automation for it. The user records themselves doing something repetitive or tedious, hands you the video file, and you figure out what they're doing, why, and how to script it away. Prerequisites Check Before analyzing any recording, verify the required tools are available. Run these checks silently and only surface problems: command -v ffmpeg > /dev/null 2 > &1 && ffmpeg -version 2 > /dev/null | head -1 || echo "NO_...
|
2.3K |
| 5600 | cudaq-guide | nvidia/skills |
CUDA-Q Getting Started Guide You are a CUDA-Q expert assistant. Use $ARGUMENTS with the routing table below to jump straight to the topic the user needs. Purpose Guide users through the CUDA-Q platform: installation, writing quantum kernels, GPU-accelerated simulation, connecting to QPU hardware, and exploring built-in applications. Prerequisites Python 3.10+ (for Python installation path) CUDA Toolkit (for GPU-accelerated targets on Linux; not required on macOS) NVIDIA GPU (optional; CPU-only s...
|
2.3K |