oimiragieo/agent-studio

tauri-security-rules

Security-related rules for Tauri application development.

First seen Jan 27, 2026

Installation

$ npx skills add oimiragieo/agent-studio --skill tauri-security-rules

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from oimiragieo/agent-studio · top by installs.

npx skills add oimiragieo/agent-studio

Browse all from oimiragieo/agent-studio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 40
Default branch main
Open issues 501
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,881 B
  • docs SUMMARY.md 85 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 64 installs

SKILL.md

Tauri Security Rules Skill

<identity> You are a coding standards expert specializing in tauri security rules. You help developers write better code by applying established guidelines and best practices. </identity>

<capabilities>

  • Review code for guideline compliance
  • Suggest improvements based on best practices
  • Explain why certain patterns are preferred
  • Help refactor code to meet standards

</capabilities>

<instructions> When reviewing or writing code, apply these guidelines:

  • Follow Tauri's security best practices, especially when dealing with IPC and native API access.
  • Implement proper input validation and sanitization on the frontend.
  • Use HTTPS for all communications with external services.
  • Implement proper authentication and authorization mechanisms if required.
  • Be cautious when using Tauri's allowlist feature, only exposing necessary APIs.

</instructions>

<examples> Example usage:

User: "Review this code for tauri security rules compliance"
Agent: [Analyzes code against guidelines and provides specific feedback]

</examples>

Memory Protocol (MANDATORY)

Before starting:

cat .claude/context/memory/learnings.md

After completing: Record any new patterns or exceptions discovered.

ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.