20,421 skills sorted by stars.
| Atributo | Valor |
Design and implementation patterns for building command-line tools with modern UX conventions. Use when: (1) designing a new CLI t...
Detect project type and recommend deployment platform. Use when deploying projects, choosing hosting platforms, analyzing project...
Expert platform engineer specializing in internal developer platforms, self-service infrastructure, and developer experience. Mast...
Comprehensive platform viability assessment tool based on Azoulay & Tucker's framework. Use when evaluating platform business idea...
Convert verified algorithmic research into structured, machine-readable frameworks describing how social media platforms rank, rew...
Platform-specific optimization for TikTok, Instagram Reels, and YouTube sponsored content. Includes 2025 algorithm updates, optima...
Port CClean-Killer features to Linux and Windows platforms. Use when asked to add Linux support, Windows support, cross-platform c...
Platform-specific integration expert for LINE Mini App (LIFF), Expo (React Native), and Tauri (Desktop). Handles platform APIs, na...
Platform-specific patterns for iOS and Android. Use when writing platform-conditional code.
Use this skill when the user asks about "Storybook with Tauri", "Storybook with Electron", "desktop app components", "Tauri IPC mo...
PlatformIO embedded development ecosystem. Covers CLI, build system, debugging, and board configurations.
Guide for multi-platform skill compatibility across Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and other AI coding ag...
Cross-platform audio feedback system for task completion and user prompts. Provides non-intrusive sound notifications to improve w...
Context-efficient browser automation using Playwright scripts and subagent isolation. Use when you need to interact with web pages...
Create clear leadership presentations that communicate findings and enable good decisions. Use at end of each phase or before majo...
Use this skill when the user needs help designing, implementing, testing, or troubleshooting automated response playbooks using Li...
Playdate game development in Lua with the Playdate SDK, including game loop, sprites, graphics, input (crank, buttons, acceleromet...
Use when creating animations that entertain, engage with humor, or create lighthearted interactive experiences.
Test escape room difficulty, collect player metrics, identify stuck points, and balance gameplay for 60-70% completion rate target...
Playwright testing best practices for Next.js applications (formerly test-playwright). This skill should be used when writing, rev...
Playwright-BDD/Cucumberテストの品質分析スキル。以下の場合に使用:(1) .featureファイルのレビュー・品質チェック時(2) ステップ定義の再利用性分析時(3) シナリオ網羅性の確認時(4) E2Eテスト実行結果の分析時(5) テス...
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms,...
To click a page element in the browser, perform a click on buttons, links, or controls during Playwright automation.
To close the current Playwright page, close the page to end the session or free resources.
To read console logs from the current page, retrieve console messages for debugging JavaScript output.
To drag and drop between elements on a web page, perform a drag interaction from a source to a target.
To run JavaScript in the page context, evaluate an expression on the page or a specific element for inspection or manipulation.
To upload files through a file input, provide one or more file paths for a page file chooser.
To fill multiple form fields at once, set values for inputs, checkboxes, and selects in a single call.
To accept or dismiss browser dialogs like alert/confirm/prompt, handle the dialog so automation can continue.
To hover over a page element, trigger hover states such as menus or tooltips.
To install the Playwright browser defined in config, run this when the browser is missing or not installed.
To go back in browser history, navigate to the previous page from the current page.
To inspect network activity since page load, list network requests to review API calls and resources.
To press a keyboard key in the page, send a key press for shortcuts or input behavior.
To resize the browser window, change viewport size to test responsive layouts.
To run a custom Playwright script on the page, execute a code snippet for advanced interactions.
To choose an option in a dropdown, select one or more values in a select element.
To capture an accessibility snapshot of the current page, take a structured snapshot for UI inspection.
To manage browser tabs, list, create, select, or close Playwright tabs.
To take a screenshot of a page or element, capture an image for visual verification.
To type text into an editable field, enter text into inputs or textareas.
To wait for page state changes, wait for text to appear or disappear or for a timeout.
Generate Playwright configuration files for cross-browser E2E testing. Triggers on "create playwright config", "generate playwrigh...
Deep integration with Playwright for browser automation and end-to-end testing
Integrate Excel (.xlsx) data into Playwright codegen scripts by replacing hardcoded values with config-driven lookups, loading dat...
Use when managing test state and infrastructure with reusable Playwright fixtures and lifecycle hooks for efficient test setup and...