knowledge-base
Tauri desktop app development, packaging, and release workflows
All Skills in This Repository (35)
Pure Emerald Level Indicatorstauri-capabilities
Define and apply granular security capabilities for Tauri apps.
i18n-development
Integrate i18next for multilingual UI support in Tauri-based React applications.
collaborating-with-gemini
Delegate frontend prototyping and code review tasks to Gemini CLI.
tauri-commands
Organize modular Tauri command architectures for IPC and async execution.
tauri-updater
Automate Tauri updater integration, signing, and endpoint configuration for CI/CD workflows.
json-serialization
Align Rust models with TypeScript types via JSON serialization.
file-storage
Read and write local files in Tauri apps using Rust std::fs.
brainstorm
Automate structured brainstorming sessions with modular prompts and evaluation prompts.
notification-system
Automate native desktop notifications for Tauri apps across Windows, macOS, and Linux.
tauri-plugins
Configure Tauri plugin initialization, permissions, and frontend integration.
api-development
Develop Tauri IPC command APIs for front-end invocation of Rust back-end logic.
ui-frontend
Define standardized React UI patterns for Tauri desktop apps.
Frequently Asked Questions
FAQPage SchemaHow to install knowledge-base skills?▼
Run `npx skills add bkywksj/knowledge-base --all -g -y` in your terminal to install all skills globally.
What does this skill collection cover?▼
It covers the full Tauri desktop app lifecycle: Rust commands, React UI, SQLite storage, window management, packaging, signing, and auto-update releases.
How do I build and release a Tauri app?▼
The release-publish and tauri-packaging skills walk the agent through version bumps, Git tags, CI builds, and update.json generation automatically.
Does it work with Claude Code and Codex?▼
Yes. Identical skills are provided under both .claude/skills and .codex/skills, so they work in Claude Code, Codex, and other compatible agents.
Can it help debug Tauri permission errors?▼
Yes. The security-permissions and bug-detective skills explain capability declarations, scope limits, and common fixes for permission-denied failures.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core