·jazz-permissions-security
!

jazz-permissions-security

Use this skill when designing data schemas, implementing sharing workflows, or auditing access control in Jazz applications. It covers the hierarchy of Groups, Accounts, and CoValues, ensuring data is private by default and shared securely through cascading permissions and invitations.

21Installs·0Trend·@garden-co

Installation

$npx skills add https://github.com/garden-co/jazz --skill jazz-permissions-security

How to Install jazz-permissions-security

Quickly install jazz-permissions-security AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/garden-co/jazz --skill jazz-permissions-security
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: garden-co/jazz.

SKILL.md

View raw

If a user asks "How do I share X with Y?" or "Why can't I access this?", this is usually a Group Ownership issue.

Security is cryptographic and group-based. Every CoValue has an owner, and access is controlled through Groups. You add users to a Group, and that Group owns the CoValues.

Groups can be members of other groups, creating hierarchical permission structures with inherited roles.

Use this skill when designing data schemas, implementing sharing workflows, or auditing access control in Jazz applications. It covers the hierarchy of Groups, Accounts, and CoValues, ensuring data is private by default and shared securely through cascading permissions and invitations. Source: garden-co/jazz.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/garden-co/jazz --skill jazz-permissions-security
Category
!Security
Verified
First Seen
2026-02-21
Updated
2026-03-11

Browse more skills from garden-co/jazz

Quick answers

What is jazz-permissions-security?

Use this skill when designing data schemas, implementing sharing workflows, or auditing access control in Jazz applications. It covers the hierarchy of Groups, Accounts, and CoValues, ensuring data is private by default and shared securely through cascading permissions and invitations. Source: garden-co/jazz.

How do I install jazz-permissions-security?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/garden-co/jazz --skill jazz-permissions-security Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/garden-co/jazz