What problem does it solve?
Graplix Skills help you stop guessing and quickly produce correct Relation-Based Access Control code, including schema syntax, engine setup, resolver behavior, and permission evaluation.
Core Features & Use Cases
- Documentation-first accuracy: teaches you to retrieve the correct installed API docs from local package documentation before writing code.
- Correct engine workflow: guides you through the core build-and-evaluate flow using buildEngine, resolveType, and resolver-driven checks.
- Debugging and reliability rules: provides critical guardrails such as not trusting internal knowledge, required resolveType correctness for query.user/query.object, and returning domain entities from relation resolvers.
Quick Start
Tell your coding agent to install the Graplix packages, then use the skill references to write a schema, implement resolvers, buildEngine, and run a permission check via engine.check.