所有 Skills

找到 5697 個 Skills

Skills 列表

add-sfx

add-sfx

56Kdevops-cloud

Add a new sound effect to @remotion/sfx

remotion-dev avatarremotion-dev
獲取
docs-demo

docs-demo

56Kfrontend

Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.

remotion-dev avatarremotion-dev
獲取
add-expert

add-expert

56Kfrontend

Add a new expert to the Remotion experts page

remotion-dev avatarremotion-dev
獲取
orca-emulator-android

orca-emulator-android

56Kagent-workflows

Control an Android emulator / device from inside Orca using the `orca` CLI. Use for listing/booting AVDs, taps, swipes, typing, hardware buttons (incl. Back and Recents), rotation, app install/launch, runtime permissions, the accessibility tree, and logcat — driving a real adb-connected device or emulator. Cross-platform (Windows, Linux, macOS). Complements the orca-emulator (iOS) and orca-cli skills.

stablyai avatarstablyai
獲取
video-report

video-report

56Kfrontend

Generate a report about a video

remotion-dev avatarremotion-dev
獲取
writing-docs

writing-docs

56Kfrontend

Guides for writing and editing Remotion documentation. Use when adding docs pages, editing MDX files in packages/docs, or writing documentation content.

remotion-dev avatarremotion-dev
獲取
web-renderer-test

web-renderer-test

56Ktesting-qa

Add a test case to the web renderer

remotion-dev avatarremotion-dev
獲取
orca-emulator

orca-emulator

54Kagent-workflows

Control a mobile (iOS) emulator / simulator stream from inside Orca using the `orca` CLI. Use for taps, gestures, typing, hardware buttons, camera injection, permissions, accessibility tree, and more — all while seeing the live view in Orca's emulator pane. Prefer this over raw `npx serve-sim` or direct simctl when running agents inside Orca (the orca surface handles device scoping, helper lifecycle, and worktree context). Complements the orca-cli skill for terminals, worktrees, and the built-in browser.

stablyai avatarstablyai
獲取
fix-security-vulnerabilities-with-strix

fix-security-vulnerabilities-with-strix

53Ksecurity

Fix security vulnerabilities found by a Strix pentest (open-source CLI or app.strix.ai cloud) — triage by severity, patch the root cause rather than the symptom, and re-run Strix to prove each fix actually closes the exploit. Handles injection, XSS, SSRF, broken access control, IDOR, and other validated findings. Use after a Strix scan reports findings, or when the user asks to remediate, patch, or fix security issues from a strix_runs report, vulnerabilities.json, findings.sarif, or a cloud scan.

usestrix avatarusestrix
獲取
managed-pentesting-with-strix

managed-pentesting-with-strix

53Ksecurity

Run a managed pentest of a web app or API through the app.strix.ai REST API — no local Docker, LLM key, or install needed. Create an API token, register domain/repository assets, launch and poll scans, triage vulnerabilities, export SARIF, download PDF/DOCX pentest reports for SOC 2 and other compliance evidence (Enterprise plan), start PR reviews, and set up schedules and webhooks. Use when the user wants continuous or scheduled pentesting-as-a-service, an auditor-ready pentest report, scans tracked in a team dashboard, or security testing from a sandboxed agent/CI environment with no infrastructure.

usestrix avatarusestrix
獲取
course-guide

course-guide

50Kagent-workflows

Topic router for the AI Engineering from Scratch curriculum. Give it a topic, a question, or a bug you are fighting, and it points at the exact lessons that teach it, plus the right next command. Trigger phrases: "where do I learn", "which lesson covers", "course guide", "I'm stuck on", "what should I do next", "teach me MCP", "teach me Agent Skills", "where do I prepare for a Claude certification"

rohitg00 avatarrohitg00
獲取
memory-leak-debugging

memory-leak-debugging

49Kbrowser-web

Diagnoses and resolves memory leaks in JavaScript/Node.js applications. Use when a user reports high memory usage, OOM errors, or wants to capture, compare, or inspect heap snapshots with Chrome DevTools MCP memory tools.

chromedevtools avatarchromedevtools
獲取
troubleshooting

troubleshooting

49Ktesting-qa

Uses Chrome DevTools MCP and documentation to troubleshoot connection and target issues. Trigger this skill when list_pages, new_page, or navigate_page fail, or when the server initialization fails.

chromedevtools avatarchromedevtools
獲取
a11y-debugging

a11y-debugging

49Kresearch-knowledge

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

chromedevtools avatarchromedevtools
獲取
debug-optimize-lcp

debug-optimize-lcp

49Kbrowser-web

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions "largest contentful paint", "page load speed", "CWV", or wants to improve how fast their hero image or main content renders.

chromedevtools avatarchromedevtools
獲取
learn

learn

49Kagent-workflows

Interactive lesson tutor for the AI Engineering from Scratch curriculum. Reads LEARNING.md, fetches the next lesson, teaches it section by section in the terminal, quizzes at the end, and records progress. Works cloned or entirely over raw.githubusercontent.com — no setup required. Trigger phrases: "next lesson", "teach me", "continue the course", "let's learn", "resume learning"

rohitg00 avatarrohitg00
獲取
docs-review

docs-review

49Kdatabase

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

metabase avatarmetabase
獲取
clojure-write

clojure-write

49Kcode-generation

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

metabase avatarmetabase
獲取
clojure-review

clojure-review

49Kdatabase

Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing Clojure/ClojureScript code.

metabase avatarmetabase
獲取
analytics-events

analytics-events

49Kdatabase

Add product analytics events to track user interactions in the Metabase frontend

metabase avatarmetabase
獲取
add-malli-schemas

add-malli-schemas

49Kdatabase

Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling

metabase avatarmetabase
獲取
docs-write

docs-write

49Kresearch-knowledge

Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).

metabase avatarmetabase
獲取
typescript-write

typescript-write

49Kcode-generation

Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.

metabase avatarmetabase
獲取
chrome-devtools-cli

chrome-devtools-cli

48Kbrowser-web

Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.

chromedevtools avatarchromedevtools
獲取
想按分類檢視?試試 /category/writing-content.