If you're building a Tauri v2 app, you need to explicitly configure permissions for every backend command your frontend can access. This skill teaches Claude how the permission system works: defining permissions, scoping them to specific paths or resources, and linking them to windows through capabilities. The security model is deny-by-default, so you're basically drawing the boundary between what your webview can touch and what stays locked down. It's the kind of thing you set up once at the start of a project, then revisit whenever you add new system-level features. Comes from dchuk's collection of Tauri skills and has passed security audits from Gen Agent Trust Hub, Socket, and Snyk.
npx -y skills add dchuk/claude-code-tauri-skills --skill configuring-tauri-permissions --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents
kotlin/kotlin-agent-skills