Browse Skills — Page 191
21,718 public skills · showing 19,001–19,100
- 100/100
tailwind-performance
TheBushidoCollective/han
Use when optimizing Tailwind CSS for production, reducing bundle size, and improving performance. Covers PurgeCSS, JIT mode, and build optimization.
- 100/100
tailwind-responsive-design
TheBushidoCollective/han
Use when building responsive layouts and mobile-first designs with Tailwind CSS. Covers breakpoints, container queries, and responsive utilities.
- 100/100
tailwind-utility-classes
TheBushidoCollective/han
Use when working with Tailwind CSS utility classes for layout, spacing, typography, colors, and visual effects. Covers utility-first CSS patterns and class composition.
- 100/100
tailwindcss
TerminalSkills/skills
>-
- 100/100
take_screenshot
taracodlabs/aiden
take a screenshot
- 100/100
takedown
anthropics/claude-for-legal
>
- 100/100
takedown-anweisung
Klotzkette/claude-fuer-deutsches-recht
Abmahnungsunterstützung und Meldeverfahren bei Urheberrechtsverletzungen im Internet — Notice-and-Take-Down nach §§ 7 ff. TMG/DDG, DSA Art. 16 Meldeverfahren, Störerhaftung und Gegendarstellung. Lädt bei der Erstellung einer Meldung an einen Hostprovider, der Triagierung einer eingegangenen Meldung oder der Formulierung einer Gegendarstellung.
- 100/100
talenthr-automation
ComposioHQ/awesome-claude-skills
"Automate Talenthr tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
talk-analytics
BuilderIO/agent-native
>-
- 100/100
talk-to
Soul-Brews-Studio/arra-oracle-skills-cli
Talk to another Oracle agent via contacts + threads. Use when user says "talk to", "message", "chat with", or wants to communicate with another agent (e.g. "talk to pulse", "message neo"). Do NOT trigger for OracleNet social feed (use /oraclenet), skill management (use /oracle), or family registry (use /oracle-family-scan).
- 100/100
tally-automation
ComposioHQ/awesome-claude-skills
"Automate Tally tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 75/100
talon
joelhooks/joelclaw
Operate Talon, the Rust infrastructure watchdog daemon that supervises the system-bus worker and monitors k8s. ADR-0159.
- 100/100
tam-builder
gooseworks-ai/goose-skills
>
- 100/100
tam-sam-som-calculator
deanpeters/Product-Manager-Skills
Calculate TAM, SAM, and SOM with explicit assumptions, methods, and caveats. Use when sizing a market for a product idea, business case, or executive review.
- 100/100
tanstack-ai
EpicenterHQ/epicenter
TanStack AI patterns for @tanstack/ai, @tanstack/ai-svelte, chat state, streamed responses, UIMessage parts, tool calling, tool approvals, and provider model adapters. Use when working on AI chat, createChat, fetchServerSentEvents, UIMessage conversion, or TanStack AI tools.
- 100/100
tanstack-query
TerminalSkills/skills
>-
- 100/100
tanstack-query-expert
diegosouzapw/awesome-omni-skills
TanStack Query Expert workflow skill. Use this skill when the user needs Expert in TanStack Query (React Query) \u2014 asynchronous state management. Covers data fetching, stale time configuration, mutations, optimistic updates, and Next.js App Router (SSR) integration and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
tanstack-query-expert-v2
diegosouzapw/awesome-omni-skills
TanStack Query Expert workflow skill. Use this skill when the user needs Expert in TanStack Query (React Query) \u2014 asynchronous state management. Covers data fetching, stale time configuration, mutations, optimistic updates, and Next.js App Router (SSR) integration and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
tanstack-router
TerminalSkills/skills
>-
- 100/100
tanstack-start
TerminalSkills/skills
>-
- 100/100
tanstack-start-api-routes
netlify/swar-templates
Create API routes (server routes) in TanStack Start for handling HTTP requests. Use when building REST APIs, webhooks, or any HTTP endpoint that returns data rather than rendering a page.
- 100/100
tanstack-start-cloudflare-to-vercel
vercel-labs/vercel-kb-skills
Migrate a TanStack Start application from Cloudflare Workers to Vercel. Use this skill when a user wants to move, migrate, or port a TanStack Start (or TanStack) app off Cloudflare Workers or Wrangler onto Vercel. This covers swapping the @cloudflare/vite-plugin for Nitro, removing Wrangler config, repointing Cloudflare bindings (R2, Workers KV, D1, Durable Objects, Workers AI) to Vercel storage, and moving Cron Triggers and Queues to their Vercel equivalents, then deploying. Triggers include phrases like 'migrate to Vercel', 'move off Cloudflare', 'TanStack Start Cloudflare to Vercel', or the presence of wrangler.jsonc, wrangler.toml, or cloudflare:workers imports in a TanStack project. Do not use for non-TanStack frameworks or for migrations in the opposite direction (Vercel to Cloudflare).
- 100/100
tanstack-start-loaders
netlify/swar-templates
Load data for TanStack Start routes using beforeLoad and loader functions. Use when fetching data for pages, implementing route guards, or setting up route context. IMPORTANT - Loaders should call server functions for data access.
- 100/100
tanstack-start-netlify-to-vercel
vercel-labs/vercel-kb-skills
Migrate a TanStack Start application from Netlify to Vercel. Use this skill when a user wants to move, migrate, or port a TanStack Start (or TanStack) app off Netlify onto Vercel. This covers swapping @netlify/vite-plugin-tanstack-start for Nitro, removing netlify.toml, repointing Netlify Blobs and Netlify DB to Vercel storage (Vercel Blob, Redis, Edge Config, Postgres), and moving Scheduled Functions and Background Functions to their Vercel equivalents (Cron Jobs and Queues), then deploying. Triggers include phrases like 'migrate to Vercel', 'move off Netlify', 'TanStack Start Netlify to Vercel', or the presence of netlify.toml, @netlify/vite-plugin-tanstack-start, or @netlify/blobs imports in a TanStack project. Do not use for non-TanStack frameworks or for migrations in the opposite direction (Vercel to Netlify).
- 90/100
tanstack-start-project-setup
netlify/swar-templates
Set up and configure TanStack Start projects. Use when creating new projects, configuring the router, setting up TanStack Query integration, or configuring build settings.
- 100/100
tanstack-start-routes
netlify/swar-templates
Create and manage routes in TanStack Start using file-based routing. Use when adding new pages, configuring layouts, setting up nested routes, or working with route parameters.
- 95/100
tanstack-start-server-functions
netlify/swar-templates
Create server functions in TanStack Start for server-side logic callable from anywhere. Use for database access, API calls with secrets, mutations, server-only code, or when you must use .inputValidator(...) for createServerFn inputs.
- 100/100
tanstack-start-typesafe-routing
netlify/swar-templates
Implement type-safe navigation and links in TanStack Start. Use when creating links, navigating programmatically, working with search params, or accessing route parameters with full TypeScript support.
- 100/100
tanstack-table
EpicenterHQ/epicenter
TanStack Table UI state patterns for @tanstack/svelte-table, @tanstack/table-core, createTable, ColumnDef, FlexRender, renderComponent, sorting, filtering, pagination, row identity, and @epicenter/ui/table composition. Use when building or reviewing Svelte data tables, not Epicenter workspace storage tables.
- 100/100
tapfiliate-automation
ComposioHQ/awesome-claude-skills
"Automate Tapfiliate tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
tapform-automation
ComposioHQ/awesome-claude-skills
"Automate Tapform tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
target-journal-matcher
aipoch/medical-research-skills
Matches your study to appropriate journals based on topic, design, and evidence strength. Use when deciding where to submit a manuscript, comparing journal options by impact factor vs scope fit vs method tolerance, or finding a realistic submission target after a rejection. Also triggers on "where should I submit this paper", "which journal is best for my study", "find journals for my manuscript", "is this a good fit for [journal]", or "I need a journal with IF around X".
- 100/100
target-novelty-scorer
aipoch/medical-research-skills
Score the novelty of biological targets through literature mining and.
- 100/100
target-profiling
wgpsec/AboutSecurity
目标全景画像与攻击面分析。当需要系统性整理目标资产、生成结构化目标档案、或在多人协作渗透中需要共享目标信息时使用。侧重于分析和报告,而非扫描本身。适合在 recon-full 之后对数据进行深度分析
- 100/100
task
TheBushidoCollective/han
Get detailed information about a specific ClickUp task
- 100/100
task-analyzer
shinpr/claude-code-workflows
Performs metacognitive task analysis and skill selection. Use when determining task complexity, selecting appropriate skills, or estimating work scale.
- 100/100
task-breakdown-linear
SteelMorgan/1c-agent-based-dev-framework
Декомпозиция задач для линейного single-agent режима. Определяет отдельный Task Breakdown JSON и self-check без review-агента.
- 100/100
task-breakdown-subagent
SteelMorgan/1c-agent-based-dev-framework
Декомпозиция задач для сабагентного режима. Определяет отдельный Task Breakdown JSON, cross-review и BLOCK-итерации.
- 100/100
task-completion
megalithic/dotfiles
Guidelines for summarizing completed work with proper format, context, and follow-up items. Use when finishing tasks to ensure clear handoff.
- 100/100
task-completion-focus
zjunlp/SkillNet
Focuses on a specific target object to signal task completion. Use when you have produced the required final object (like a grown banana) and need to formally complete the assigned task. This handles the 'focus on OBJ' action that typically marks successful task execution in the environment.
- 100/100
task-coordination-strategies
wshobson/agents
Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.
- 100/100
task-decomposition
yogsoth-ai/de-anthropocentric-research-engine
Orchestrate the breakdown of experiment design into sequenced, estimated, and formatted task plan
- 100/100
task-dependency-patterns
yonatangross/orchestkit
Task Management patterns with TaskCreate, TaskUpdate, TaskGet, TaskList tools. Decompose complex work into trackable tasks with dependency chains. Use when managing multi-step implementations, coordinating parallel work, or tracking completion status.
- 100/100
task-intelligence
diegosouzapw/awesome-omni-skills
Task Intelligence \u2014 Protocolo de Amplifica\u00e7\u00e3o Pr\u00e9-Tarefa workflow skill. Use this skill when the user needs Protocolo de Intelig\u00eancia Pr\u00e9-Tarefa \u2014 ativa TODOS os agentes relevantes do ecossistema ANTES de executar qualquer tarefa solicitada pelo usu\u00e1rio and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
task-intelligence-v2
diegosouzapw/awesome-omni-skills
Task Intelligence \u2014 Protocolo de Amplifica\u00e7\u00e3o Pr\u00e9-Tarefa workflow skill. Use this skill when the user needs Protocolo de Intelig\u00eancia Pr\u00e9-Tarefa \u2014 ativa TODOS os agentes relevantes do ecossistema ANTES de executar qualquer tarefa solicitada pelo usu\u00e1rio and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 95/100
task-management
joelhooks/joelclaw
"Manage Joel's task system in Todoist. Triggers on: 'add a task', 'create a todo', 'what's on my list', 'today's tasks', 'what do I need to do', 'remind me to', 'inbox', 'complete', 'mark done', 'weekly review', 'groom tasks', 'what's next', or when actionable items emerge from other work. Also triggers when Joel mentions something he needs to do in passing — capture it."
- 100/100
task-management
anthropics/knowledge-work-plugins
Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.
- 100/100
task-planning
gradion-ai/freeact
Structured task planning workflow with user feedback loops. Use when the user explicitly requests planning (e.g., "make a plan", "plan first", "create a plan"). Covers creating plans with actionable steps, iterating based on feedback, saving confirmed plans, and executing step-by-step with progress tracking.
- 100/100
task-prioritization
aAAaqwq/AGI-Super-Team
Task prioritization and scoring
- 100/100
task-reminder
aipoch/medical-research-skills
Organize scattered tasks into actionable lists and generate daily/weekly/deadline reminder plans when you need a structured schedule and exportable outputs (MD/CSV), with optional system notifications.
- 100/100
task-router
Memento-Teams/Memento-Widesearch
Identifies the task type and directs the orchestrator to the correct decompose skill.
- 100/100
task-status
aAAaqwq/AGI-Super-Team
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.
- 100/100
task-supervisor
aAAaqwq/AGI-Super-Team
定时巡检 agent 任务执行状态,识别卡住、abort、无产出等异常并触发催促或告警。
- 100/100
taskflow
openclaw/openclaw
Coordinate multi-step detached tasks as one durable TaskFlow job with owner context, state, waits, and child tasks.
- 100/100
taskflow-inbox-triage
openclaw/openclaw
Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries.
- 100/100
tasks
vellum-ai/vellum-assistant
Two-layer task system with reusable templates and a prioritized work queue
- 100/100
taskscheduler
taracodlabs/aiden
Windows Task Scheduler: create, list, enable, disable, delete (PS)
- 100/100
taste-design
google-labs-code/stitch-skills
Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards — strict typography, calibrated color, asymmetric layouts, perpetual micro-motion, and hardware-accelerated performance.
- 100/100
tatbestaende-lernen
Klotzkette/claude-fuer-deutsches-recht
Lernt Tatbestände systematisch — Tatbestandsmerkmale zerlegen, Definitionen abrufbar machen, Streitstände im Kontext der Merkmale verorten, Schemata als Hilfsgerüst, häufige Tatbestände BGB/StGB/VwR im Drillformat. Lädt, wenn der Nutzer „Tatbestand lernen\", „Definitionen lernen\", „TBM-Karteikarten\", „§ XYZ üben\" oder „wie lerne ich BGB-Tatbestände\" sagt.
- 100/100
tatbestand-zivil-schreiben
Klotzkette/claude-fuer-deutsches-recht
Schreibt den Tatbestand eines Zivilurteils nach Paragraf 313 Abs. 2 ZPO: Einleitungssatz unstreitiger Sachverhalt streitiges Klaegervorbringen Klaegerantrag Beklagtenvorbringen Beklagtenantrag Beweisaufnahme Hinweis auf Anlagen mit Bezugnahme. Knapp Paragraf 313 Abs. 2 ZPO nuechtern objektiv.
- 100/100
tauri
EpicenterHQ/epicenter
Tauri commands, permissions, capabilities, security config, path handling, cross-platform file ops, and native filesystem APIs. Use when mentioning Tauri, desktop apps, Rust commands, invoke, capabilities, permissions, ResourceId, file paths, or platform differences.
- 100/100
tauri-app-autostart
partme-ai/full-stack-skills
"Configure Tauri v2 autostart plugin to launch the app on system login. Use when enabling or disabling autostart, handling platform-specific startup behavior, or adding a user-controlled autostart toggle."
- 100/100
tauri-app-barcode-scanner
partme-ai/full-stack-skills
"Integrate the Tauri v2 barcode scanner plugin for QR code and barcode scanning with camera permissions. Use when adding barcode/QR scanning features, handling camera permissions, or processing scan results on mobile platforms."
- 100/100
tauri-app-biometric
partme-ai/full-stack-skills
"Implement Tauri v2 biometric authentication using TouchID, FaceID, or fingerprint sensors with fallback strategies. Use when adding biometric login, securing sensitive actions with biometric confirmation, or handling devices without biometric support."
- 100/100
tauri-app-cli
partme-ai/full-stack-skills
"Configure the Tauri v2 CLI plugin to parse command-line arguments using a JSON schema and route them to app behavior. Use when defining CLI argument schemas, handling startup arguments, or integrating CLI with single-instance mode."
- 100/100
tauri-app-clipboard
partme-ai/full-stack-skills
"Read and write text and images to the system clipboard using the Tauri v2 clipboard plugin. Use when implementing copy/paste functionality, clipboard monitoring, or restricting clipboard access to user-initiated actions only."
- 100/100
tauri-app-creator
partme-ai/full-stack-skills
"Create new Tauri v2 projects using create-tauri-app with frontend template selection and minimal boot verification. Use when bootstrapping a new Tauri app, choosing between npm/pnpm/bun/cargo installation methods, or verifying first-run dev mode."
- 100/100
tauri-app-deep-linking
partme-ai/full-stack-skills
"Configure Tauri v2 deep-linking plugin to handle custom URL schemes (e.g., myapp://) and route external URLs into the app. Use when registering custom protocols, routing deep link parameters to frontend views, or validating external input for security."
- 100/100
tauri-app-develop
partme-ai/full-stack-skills
"Guide the daily Tauri v2 development workflow including dev server configuration, Rust+WebView debugging, sidecar management, and testing strategies. Use when setting up dev workflow, debugging both Rust and frontend, managing resources/sidecars, or choosing testing approaches."
- 100/100
tauri-app-dialog
partme-ai/full-stack-skills
"Display native file open/save dialogs, alerts, and confirmation prompts using the Tauri v2 dialog plugin. Use when showing file pickers, alert/confirm dialogs, or building a unified dialog service layer across platforms."
- 100/100
tauri-app-file-system
partme-ai/full-stack-skills
"Read and write local files using the Tauri v2 file-system plugin with scoped directory access. Use when implementing file read/write operations, configuring safe directory scopes, or building import/export file workflows."
- 100/100
tauri-app-frontend-selection
partme-ai/full-stack-skills
"Select and configure a frontend framework for Tauri v2 with static export compatibility. Use when choosing between Vite, Next.js, Nuxt, SvelteKit, or other frameworks, configuring SSG/static export, or aligning output paths with Tauri asset loading."
- 100/100
tauri-app-geolocation
partme-ai/full-stack-skills
"Access device location using the Tauri v2 geolocation plugin with permission handling and privacy controls. Use when adding location tracking, configuring accuracy/frequency, or implementing privacy-safe opt-out defaults."
- 100/100
tauri-app-global-shortcut
partme-ai/full-stack-skills
"Register system-wide keyboard shortcuts using the Tauri v2 global-shortcut plugin. Use when adding global hotkeys that work outside app focus, handling shortcut conflicts, or triggering app focus/commands via keyboard shortcuts."
- 100/100
tauri-app-haptics
partme-ai/full-stack-skills
"Trigger tactile feedback on mobile devices using the Tauri v2 haptics plugin with vibration patterns and graceful fallback. Use when adding haptic feedback to touch interactions, selecting vibration patterns, or handling unsupported devices silently."
- 95/100
tauri-app-http-client
partme-ai/full-stack-skills
"Make HTTP requests from the Rust side using the Tauri v2 http-client plugin, bypassing WebView CORS restrictions. Use when sending API requests with domain allowlists, configuring secure transport, or handling request timeouts and retries."
- 100/100
tauri-app-localhost
partme-ai/full-stack-skills
"Serve your Tauri v2 frontend via a localhost server using the localhost plugin for frameworks requiring a server. Use when your frontend framework needs a local HTTP server, separating dev/production localhost behavior, or controlling port exposure."
- 100/100
tauri-app-logging
partme-ai/full-stack-skills
"Add unified logging across Rust and frontend using the Tauri v2 logging plugin with configurable levels, filtering, and file output. Use when setting up app-wide logging, configuring log levels for dev vs release, or implementing safe diagnostics without leaking secrets."
- 100/100
tauri-app-nfc
partme-ai/full-stack-skills
"Read and write NFC tags using the Tauri v2 NFC plugin with session lifecycle management. Use when adding NFC read/write features, managing NFC scan sessions, or handling NFC availability on mobile devices."
- 100/100
tauri-app-notification
partme-ai/full-stack-skills
"Send system notifications using the Tauri v2 notification plugin with permission handling and click callbacks. Use when displaying native notifications, requesting notification permissions, or routing notification clicks to specific app views."
- 100/100
tauri-app-opener
partme-ai/full-stack-skills
"Open external URLs and files in the default system application using the Tauri v2 opener plugin with protocol allowlisting. Use when opening links in the browser, launching files in their default app, or restricting which protocols and paths can be opened."
- 100/100
tauri-app-os-info
partme-ai/full-stack-skills
"Retrieve OS version, architecture, locale, and platform information using the Tauri v2 os-info plugin. Use when collecting system diagnostics, checking platform compatibility, or displaying system info in the app with data minimization."
- 100/100
tauri-app-persisted-scope
partme-ai/full-stack-skills
"Persist file system and other plugin scopes across app restarts using the Tauri v2 persisted-scope plugin. Use when retaining user-granted file access between sessions, implementing scope expiration policies, or managing scope revocation flows."
- 100/100
tauri-app-planning
partme-ai/full-stack-skills
"Plan and architect Tauri 2.0 applications from requirements to implementation, including plugin selection, capability design, and state management. Use when starting a new Tauri project, creating a technical roadmap, or mapping features to specific tauri-app-* plugins."
- 100/100
tauri-app-plugin-permissions
partme-ai/full-stack-skills
"Author and audit Tauri v2 plugin permissions, generate capability files, and handle cross-platform permission differences. Use when writing plugin permission schemas, generating capabilities/default.json, or auditing permissions across Windows/macOS/Linux/mobile."
- 100/100
tauri-app-positioner
partme-ai/full-stack-skills
"Position windows relative to the system tray or screen using the Tauri v2 positioner plugin with multi-display support. Use when aligning popup or tray windows, handling multi-monitor positioning, or ensuring consistent placement across platforms."
- 100/100
tauri-app-process
partme-ai/full-stack-skills
"Access process information and control app lifecycle using the Tauri v2 process plugin, including app restart and exit. Use when querying process info, implementing graceful shutdown, or programmatically restarting the app."
- 100/100
tauri-app-shell
partme-ai/full-stack-skills
"Execute system commands and open external URLs securely using the Tauri v2 shell plugin with strict allowlists. Use when spawning child processes, running system commands with argument validation, or opening URLs in the default browser via shell."
- 100/100
tauri-app-sidecar-nodejs
partme-ai/full-stack-skills
"Bundle and run a Node.js process as a sidecar alongside a Tauri v2 app with lifecycle management. Use when integrating a Node.js backend as a sidecar binary, managing sidecar start/stop lifecycle, or packaging Node.js executables per platform."
- 100/100
tauri-app-single-instance
partme-ai/full-stack-skills
"Prevent multiple app instances and handle second-launch arguments using the Tauri v2 single-instance plugin. Use when enforcing single-instance behavior, forwarding CLI arguments from a second launch, or focusing the existing window on re-entry."
- 100/100
tauri-app-splashscreen
partme-ai/full-stack-skills
"Configure a splashscreen window in Tauri v2 to display during app initialization and avoid white screen flashes. Use when adding a loading screen at startup, controlling splashscreen-to-main-window transitions, or handling slow frontend loads."
- 100/100
tauri-app-sql
partme-ai/full-stack-skills
"Access SQLite, MySQL, or PostgreSQL databases from the frontend using the Tauri v2 SQL plugin with migrations. Use when setting up a database connection, running SQL migrations, or executing queries with scoped access from the frontend."
- 100/100
tauri-app-store
partme-ai/full-stack-skills
"Persist key-value data to disk using the Tauri v2 store plugin for app settings and preferences. Use when saving app configuration, choosing between Store and LazyStore, or implementing persistent settings with automatic disk writes."
- 100/100
tauri-app-stronghold
partme-ai/full-stack-skills
"Store secrets and sensitive data in encrypted vaults using the Tauri v2 stronghold plugin with snapshot management. Use when securing API keys, tokens, or credentials on disk, managing encrypted snapshots, or pairing with biometric authentication."
- 100/100
tauri-app-system-tray
partme-ai/full-stack-skills
"Create and manage system tray icons with menus and click handlers in Tauri v2, handling platform differences. Use when adding a tray icon, building tray menus, toggling window visibility from the tray, or handling macOS/Windows/Linux tray conventions."
- 100/100
tauri-app-updater
partme-ai/full-stack-skills
"Configure OTA (over-the-air) app updates using the Tauri v2 updater plugin with signing keys and update server setup. Use when implementing auto-update checks, generating signing key pairs, or configuring update server endpoints and metadata."
- 100/100
tauri-app-upload
partme-ai/full-stack-skills
"Upload files from the local filesystem using the Tauri v2 upload plugin with progress reporting and custom headers. Use when uploading large files with progress callbacks, configuring custom request headers, or implementing retry logic for reliable transfers."
- 100/100
tauri-app-wasm
partme-ai/full-stack-skills
"Compile Rust code to WebAssembly and run it in the Tauri v2 frontend for high-performance computation. Use when offloading CPU-intensive work to WASM in the WebView, deciding between WASM vs IPC for Rust logic, or optimizing frontend performance with Rust-compiled modules."
- 100/100
tauri-app-websocket
partme-ai/full-stack-skills
"Establish WebSocket connections from the Rust side using the Tauri v2 websocket plugin, bypassing WebView limitations. Use when implementing real-time messaging, managing WebSocket connection lifecycle, or configuring host allowlists for secure connections."
- 100/100
tauri-app-window-menu
partme-ai/full-stack-skills
"Create native application menus with keyboard shortcuts and event handlers in Tauri v2. Use when defining window menu bars, handling menu item click events, binding keyboard accelerators, or adapting menus for macOS/Windows/Linux conventions."
Page 191 of 218