All Skills

4065 skills found

Skills List

graphviz

graphviz

3.1Kbackend-api

Create directed/undirected graphs using DOT language with automatic layout. Best for dependency trees, call graphs, package hierarchies, and module relationships requiring fine-grained edge routing.

markdown-viewer avatarmarkdown-viewer
Get
uml

uml

3.1Kdevops-cloud

Create UML diagrams using PlantUML syntax. Best for software modeling — Class, Sequence, Activity, State Machine, Component, Use Case, and Deployment diagrams with concise text-based notation and auto-layout.

markdown-viewer avatarmarkdown-viewer
Get
architecture

architecture

3.1Kdevops-cloud

Create layered system architecture diagrams using HTML/CSS templates with color-coded tiers and grid layouts. Best for technology stacks, microservices topology, and multi-tier application design.

markdown-viewer avatarmarkdown-viewer
Get
seedance-prompt-en

seedance-prompt-en

3.1Kdesign-ui

Write effective prompts for Jimeng Seedance 2.0 multimodal AI video generation. Use when users want to create video prompts using text, images, videos, and audio inputs with the @ reference system. Covers camera movements, effects replication, video extension, editing, music beat-matching, e-commerce ads, short dramas, and educational content.

dexhunter avatardexhunter
Get
swiftui-expert-skill

swiftui-expert-skill

3.1Kdesign-ui

Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management and `@Observable` data flow, view composition and invalidation/performance, lists and `ForEach` identity, environment usage, localization, animations, Liquid Glass adoption, migrating soft-deprecated APIs, or Instruments `.trace` capture/analysis for hangs, hitches, CPU hotspots, or

avdlee avataravdlee
Get
google-agents-cli-adk-code

google-agents-cli-adk-code

3.1Kagent-workflows

>

google avatargoogle
Get
google-agents-cli-workflow

google-agents-cli-workflow

3.1Kresearch-knowledge

>

google avatargoogle
Get
google-agents-cli-eval

google-agents-cli-eval

3.1Kresearch-knowledge

>

google avatargoogle
Get
google-agents-cli-scaffold

google-agents-cli-scaffold

3.1Kdevops-cloud

>

google avatargoogle
Get
google-agents-cli-observability

google-agents-cli-observability

3.1Kdevops-cloud

>

google avatargoogle
Get
google-agents-cli-deploy

google-agents-cli-deploy

3.1Kdevops-cloud

>

google avatargoogle
Get
google-agents-cli-publish

google-agents-cli-publish

3.1Kdevops-cloud

>

google avatargoogle
Get
ultracite

ultracite

3.1Kfrontend

Ultracite is a zero-config linting and formatting preset for JavaScript/TypeScript projects. Use when: (1) Setting up or initializing Ultracite in a project (ultracite init), (2) Running linting or formatting commands (check, fix, doctor), (3) Writing or reviewing JS/TS code in a project that uses Ultracite — to follow its code standards, (4) Troubleshooting linting/formatting issues, (5) User mentions 'ultracite', 'lint', 'format', 'code quality', or 'biome/eslint/oxlint' in a project with Ultracite installed.

haydenbleasel avatarhaydenbleasel
Get
loop-library

loop-library

3Kagent-workflows

Compatibility alias for Loopy. Use only when an existing installation or older instruction explicitly invokes loop-library; use Loopy for new installations and requests. Provides the same discovery, recommendation, audit, repair, adaptation, guided crafting, bounded execution, run debrief, project loop saving, and publication-preparation workflows.

forward-future avatarforward-future
Get
loopy

loopy

3Kagent-workflows

Discover, find, compare, audit, repair, adapt, craft, run, debrief, save, and prepare repeatable AI-agent loops for publication. Use when a user asks to analyze code or coding threads for recurring work, find a published loop, interview them to turn a goal into a bounded loop, review a loop for weak checks or unsafe authority, execute a loop with an evidence receipt, learn from completed runs, save or reuse a project loop, or validate and submit a loop to Loop Library.

forward-future avatarforward-future
Get
loop-library

loop-library

3Kagent-workflows

Compatibility alias for Loopy. Use only when an existing installation or older instruction explicitly invokes loop-library; use Loopy for new installations and requests. Provides the same discovery, recommendation, audit, repair, adaptation, guided crafting, bounded execution, run debrief, project loop saving, and publication-preparation workflows.

forward-future avatarforward-future
Get
playwright-skill

playwright-skill

2.9Ktesting-qa

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

lackeyjb avatarlackeyjb
Get
golang-refactoring

golang-refactoring

2.9Kagent-workflows

Golang refactoring — the safe, at-scale process for restructuring existing Go code: a coverage-adaptive safety net, tool-driven behavior-preserving transforms (gopls Rename/Inline/Extract, `gofmt -r`, `eg`, `gopatch`, `go/analysis` fixers), the Fowler catalog mapped to Go, breaking import cycles, moving types across packages, and a human-in-the-loop workflow of small stacked PRs on a refactoring branch. Apply when code is hard to maintain, a function/type has grown too large, a code smell needs fixing, adding a feature is blocked by the current structure, or the user asks to clean up, refactor, or improve Go code — also for renaming at scale, extracting functions/interfaces, moving code between packages, splitting packages, or planning a multi-step refactor. Target styles owned elsewhere → See `samber/cc-skills-golang@golang-naming` (renames), `@golang-project-layout` (splits), `@golang-modernize` (idioms), `@golang-code-style` (control flow), `@golang-design-patterns` (patterns/DI).

samber avatarsamber
Get
golang-gopls

golang-gopls

2.9Kagent-workflows

Golang semantic code intelligence via `gopls`, the official Go language server — go-to-definition, find references, call/implementation hierarchy, workspace symbol search, package API discovery, diagnostics, safe rename, refactors (extract/inline/fill/rewrite code actions), formatting, and generated tests. Reaches an agent via gopls's own MCP server (`go_*` tools), Claude Code's native `LSP` tool, or the `gopls` CLI. Use when navigating or refactoring Go code — jumping to a definition, finding call sites before a rename, understanding a file's or package's dependencies, running diagnostics after an edit, or extracting/inlining/renaming. Not for the published ecosystem — packages not in your `go.mod`, versions, licenses, importers — → See `samber/cc-skills-golang@golang-pkg-go-dev` skill (`godig`). Not for a whole-tree vulnerability audit → See `samber/cc-skills-golang@golang-security` skill (`govulncheck`).

samber avatarsamber
Get
omniverse-realtime-viewer

omniverse-realtime-viewer

2.8Kdesign-ui

Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.

nvidia avatarnvidia
Get
rag-perf

rag-perf

2.8Kprompting-reasoning

Performance benchmarking for a deployed NVIDIA RAG Blueprint server: profiling pass + aiperf load test driven by a single YAML config. Not for accuracy / RAGAS scoring (use rag-eval) or for deploying / repairing services (use rag-blueprint).

nvidia avatarnvidia
Get
omniverse-usd-performance-tuning

omniverse-usd-performance-tuning

2.8Ksecurity

Top-level workflow skill for USD performance diagnosis and optimization. Handles slow loading, high memory, low FPS, and broad scene-optimization requests; delegates auth/runtime setup to Phase 0 owners.

nvidia avatarnvidia
Get
cuopt-server-api-python

cuopt-server-api-python

2.8Kdevops-cloud

cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API.

nvidia avatarnvidia
Get
data-designer

data-designer

2.8Kprompting-reasoning

Use when the user wants to create a dataset, generate synthetic data, or build a data generation pipeline.

nvidia avatarnvidia
Get
Want a category view? Try /category/writing-content.