authzed
- 7 skills
- 0 followers
- 10 hours ago last updated
- ▌ Sandworm Design System · authzed bundleAuthZed's Sandworm design system. Use when designing or building any AuthZed marketing site, product UI, brand material, system diagram, or chart — generates on-brand interfaces that are technical, warm, and distinctly AuthZed (magenta-600 + sand-300 over a purple-tinted near-black, dark by default, font-light with magenta emphasis, the gradient checkpoint motif for authorization diagrams, and the Rakis value-count chart palettes). Covers color tokens, typography, layout, components, dataviz, diagrams, motion, and accessibility.
- ▌ Openfga To Spicedb · authzed bundleUse when converting an OpenFGA, Okta FGA, or Auth0 FGA authorization model and application to SpiceDB - supplies the construct mapping, blocker catalog, identifier normalization, and code mapping needed to convert the schema, data, and application code
- ▌ Migrating To Spicedb · authzed bundleUse when migrating an application from another authorization system (OpenFGA, Okta FGA) to SpiceDB - runs the phase pipeline that converts schema, data, application code, and tests, with a pre-flight gate that surfaces every blocking decision before conversion begins
- ▌ Authorization Testing · authzed bundleUse when writing tests for SpiceDB authorization, generating test fixtures, designing positive/negative test scenarios, or verifying permission correctness - provides patterns for fixture generation, integration testing, and negative test coverage
- ▌ Spicedb Schema Design · authzed bundleUse when designing SpiceDB schemas, modeling permission hierarchies, or choosing between RBAC/ReBAC/multi-tenant patterns - guides resource/relation/permission design with pattern examples and anti-pattern checks
- ▌ Spicedb Best Practices · authzed bundleUse when implementing SpiceDB client calls, choosing a consistency model, handling errors and retries, or optimizing permission check performance - provides language-specific patterns for Go/TypeScript/Python with fail-safe error handling
- ▌ Spicedb Client Integration · authzed bundleUse when adding a SpiceDB client library to a project in Go, Python, TypeScript, C#, Java, Rust, or Ruby - covers obtaining the prototype client and the common patterns (relationships, consistency, streaming lookups) shared across all seven languages