Skip to main content

dchuk/claude-code-tauri-skills

SkillsMP는 dchuk/claude-code-tauri-skills에서 38개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
38
GitHub 스타
30
GitHub 포크
3

이 저장소의 skills

수집된 skill 38개 중 38개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Guides the user through distributing Tauri applications for Android, including Google Play Store submission, APK and AAB generation, build configuration, signing setup, and version management.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Assists with managing Tauri application resources including app icons setup and generation, embedding static files and assets, accessing bundled resources at runtime, and implementing thread-safe state management patterns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides users through Tauri binary size optimization techniques to produce small, efficient desktop application bundles using Cargo profile settings and build configurations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides developers through Tauri v2 event system for calling frontend from Rust, covering emit functions, event payloads, IPC channels, and JavaScript evaluation for bi-directional Rust-frontend communication.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자웹 개발자
설명

Guides the user through calling Rust backend functions from the Tauri frontend using the invoke function, defining commands with the

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides users through configuring Tauri capabilities for security and access control, covering capability files, permissions, per-window security boundaries, and platform-specific configurations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides the user through Tauri application code signing and notarization for Android, iOS, Linux, macOS, and Windows platforms including certificate setup and configuration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides developers through Tauri v2 configuration including tauri.conf.json structure, Cargo.toml settings, environment-specific configs, and common configuration options for desktop and mobile applications.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Guides the user through distributing Tauri applications via CrabNebula Cloud, including pipeline setup, cloud configuration, auto-updates integration, and CI/CD workflows for seamless app distribution.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가기타 컴퓨터 관련 직업
설명

Guides users through configuring Content Security Policy (CSP) in Tauri v2 applications to prevent XSS attacks and enhance security by restricting resource loading.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Helps users debug Tauri v2 applications across VS Code, RustRover, IntelliJ, and Neovim. Covers console debugging, WebView DevTools, Rust backtrace, CrabNebula DevTools integration, and IDE-specific launch configurations.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Guides developers through Tauri ecosystem security practices including security auditing, dependency management, vulnerability reporting, and organizational security measures for building secure desktop applications.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Teaches how to subscribe to and listen for Tauri events in the frontend using the events API, including typed event handlers and cleanup patterns.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Guides Claude through configuring JavaScript frontend frameworks for Tauri v2 desktop applications, including Next.js, Nuxt, Qwik, SvelteKit, and Vite with proper SSG setup, tauri.conf.json settings, and framework-specific configurations.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Guides the user through integrating Rust-based WASM frontend frameworks with Tauri v2, covering Leptos and Trunk setup, WASM compilation configuration, Cargo.toml dependencies, Trunk.toml bundler settings, and withGlobalTauri API access.

원문 언어: 영어

업데이트
직업 분류
컴퓨터 네트워크 아키텍트
설명

Guides developers through configuring HTTP headers security in Tauri v2 applications, covering security headers, custom headers, and CORS configuration for secure cross-origin resource handling.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Guides users through distributing Tauri applications to the iOS App Store, including Apple Developer enrollment, Xcode configuration, provisioning profiles, code signing, TestFlight beta testing, and App Store submission processes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Teaches the assistant about Tauri IPC (Inter-Process Communication) patterns including brownfield and isolation approaches for secure message passing between frontend and Rust backend.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Assists developers with understanding Tauri application lifecycle security threats spanning development, build, distribution, and runtime phases, including threat mitigation strategies and security best practices.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides users through packaging Tauri v2 applications for Linux distributions including AppImage, Debian (.deb), RPM, Flatpak, Snap, and AUR submission.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides users through distributing Tauri applications on macOS, including creating DMG installers, configuring app bundles, setting up entitlements, and customizing Info.plist files for proper macOS distribution.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Assists users with migrating Tauri applications from v1 to v2 stable, and from v2 beta to v2 stable, covering breaking changes, configuration updates, API migrations, and plugin system changes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides users through running Node.js as a sidecar process in Tauri applications, enabling JavaScript backend functionality without requiring end-user Node.js installations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides the user through configuring Tauri permissions, including the security permission system, allow and deny lists, plugin permissions, permission identifiers, scopes, and capability integration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides users through setting up Tauri GitHub Actions CI/CD pipelines and workflows for automated building, testing, and releasing cross-platform desktop applications.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides users through configuring Tauri plugin permissions, capabilities, and security. Covers platform-specific capabilities, window-targeted permissions, using official and community plugin permissions, and writing custom plugin permissions with scopes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides the user through Tauri plugin development, including creating plugin extensions, configuring permissions, and building mobile plugins for iOS and Android platforms.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Explains the Tauri process model architecture including the Core process, WebView process, inter-process communication, multiwindow handling, and process isolation security patterns.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Helps users create and initialize new Tauri v2 projects for building cross-platform desktop and mobile applications. Covers system prerequisites and setup requirements for macOS, Windows, and Linux. Guides through project creation using create-tauri-app or…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Explains how the Tauri runtime authority enforces security policies during application execution, covering ACL-based access control, capability resolution at runtime, scope injection, and command validation for secure IPC.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides users through configuring Tauri command scopes for security, including filesystem restrictions, URL patterns, dynamic scope management, and capability-based access control.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Teaches the assistant how to embed and execute external binaries (sidecars) in Tauri applications, including configuration, cross-platform executable naming, and Rust/JavaScript APIs for spawning sidecar processes.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Guides the user through adding a Tauri splashscreen, splash screen, loading screen, or startup screen to their application. Covers configuration, custom splash HTML, closing the splash when ready, and styling.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides the user through implementing Tauri system tray functionality, including tray icon setup, tray menu creation, handling tray events, and updating the tray at runtime in the notification area.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Guides developers through testing Tauri applications including unit testing with mock runtime, mocking Tauri APIs, WebDriver end-to-end testing with Selenium and WebdriverIO, and CI integration with GitHub Actions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Assists users with updating Tauri dependencies including the Tauri CLI, Rust crates, JavaScript packages, and checking for outdated versions to upgrade to the latest version.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Guides users through Tauri window customization including custom titlebar implementation, transparent windows, window decorations, drag regions, window menus, submenus, and menu keyboard shortcuts for desktop applications.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides users through distributing Tauri applications on Windows, including creating MSI and NSIS installers, customizing installer behavior, configuring WebView2 installation modes, and submitting apps to the Microsoft Store.

원문 언어: 영어

업데이트
수집된 skill 38개 중 38개를 표시합니다.