[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-directus-rstore-directus":3,"mdc--50ksp8-key":31,"related-repo-directus-rstore-directus":647,"related-org-directus-rstore-directus":732},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":26,"sourceUrl":29,"mdContent":30},"rstore-directus","integrate rstore with Directus","Use when integrating rstore with Directus runtime\u002Fschema helpers, generated Directus collections, Directus REST query options, cache-side Directus filtering, singleton handling, primary key stripping, and Directus-backed create\u002Fupdate\u002Fdelete behavior; also use before writing custom Directus fetch or mutation code around rstore collections. Pair with rstore-vue for collection\u002Fquery\u002Fform semantics and with framework-specific Directus skills for Vite or Nuxt wiring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"directus","Directus","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fdirectus.png",[12,16,17],{"name":13,"slug":14,"type":15},"Database","database","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"API Development","api-development",425,"https:\u002F\u002Fgithub.com\u002Fdirectus\u002Frstore","2026-07-12T07:51:07.357988",null,19,[],{"repoUrl":21,"stars":20,"forks":24,"topics":27,"description":28},[],"The Reactive Data Store for Vue and Nuxt developers.","https:\u002F\u002Fgithub.com\u002Fdirectus\u002Frstore\u002Ftree\u002FHEAD\u002Fpackages\u002Fdirectus\u002Fskills\u002Frstore-directus","---\nname: rstore-directus\ndescription: \"Use when integrating rstore with Directus runtime\u002Fschema helpers, generated Directus collections, Directus REST query options, cache-side Directus filtering, singleton handling, primary key stripping, and Directus-backed create\u002Fupdate\u002Fdelete behavior; also use before writing custom Directus fetch or mutation code around rstore collections. Pair with rstore-vue for collection\u002Fquery\u002Fform semantics and with framework-specific Directus skills for Vite or Nuxt wiring.\"\n---\n\n# Rstore Directus\n\nUse `@rstore\u002Fdirectus` as the shared Directus adapter layer for generated rstore collections and runtime CRUD behavior.\n\n## Core APIs\n\n| Area | API |\n| --- | --- |\n| Runtime client | `createDirectusClient({ url })` |\n| Runtime plugin | `createDirectusRstorePlugin({ url?, client?, scopeId? })` |\n| Query mapping | `createDirectusQuery(findOptions, overrides?)` |\n| Mutation payloads | `stripPrimaryKeys(item, primaryKeys)` |\n| Cache filtering | `evaluateDirectusFilter`, `applyDirectusQuery` |\n| Collection metadata | `DEFAULT_DIRECTUS_SCOPE_ID`, `isDirectusSingleton`, `getDirectusPrimaryKeys` |\n| Schema loading | `loadDirectusCollections({ url, adminToken, scopeId? })` |\n| Schema building | `buildDirectusCollections({ collections, fields, relations, scopeId })` |\n| Code generation | `generateCollectionsTemplate`, `generateItemsTemplate`, `generateTypedCollectionsTemplate`, `generateConfigTemplate`, `generateViteDeclarations` |\n\n## Workflow\n\n1. Load Directus metadata at build time with `loadDirectusCollections`.\n2. Generate rstore collections from Directus collections, fields, and relations.\n3. Create a Directus runtime client with `createDirectusClient`.\n4. Register `createDirectusRstorePlugin` in the store plugins list.\n5. Query and mutate through rstore collection APIs instead of direct component-level Directus SDK calls.\n\n## Query Behavior\n\n- Pass Directus global query parameters in rstore find options: `filter`, `fields`, `search`, `sort`, `limit`, `offset`, `page`, `deep`, `alias`, `backlink`, `version`, and `versionRaw`.\n- `pageIndex` and `pageSize` map to Directus `offset` and `limit` when explicit Directus pagination is not provided.\n- `createDirectusQuery` merges adapter `params`, top-level find options, and optional overrides.\n- Supported Directus filters, sort, and pagination can be evaluated against cache data through `applyDirectusQuery`.\n- Unsupported cache-side query shapes fall through to Directus fetches instead of returning possibly wrong cached results.\n\n## Generated Collections\n\n- Directus system collections and collections without schema are skipped during metadata loading.\n- Generated collection names mirror Directus collection names.\n- Generated metadata stores Directus collection name, singleton state, and primary keys.\n- Many-to-one foreign key fields stay scalar in the cache.\n- Alias-side relations are generated only when Directus exposes a non-colliding alias field.\n- Directus singleton collections use singleton read\u002Fupdate APIs and one stable local key.\n\n## Mutation Behavior\n\n- `createDirectusRstorePlugin` handles create, createMany, update, updateMany, delete, and deleteMany hooks for Directus-scoped collections.\n- Primary key fields are stripped from update payloads before Directus mutation calls.\n- Singleton collections use singleton update behavior and do not support normal delete paths.\n\n## Guardrails\n\n1. Keep `adminToken` build\u002Fserver-side. It is for introspection only and must not be emitted into runtime client code.\n2. Do not hand-write parallel Directus CRUD paths for generated collections unless the route is intentionally outside rstore.\n3. Prefer plugin hooks and collection APIs over ad hoc Directus SDK calls in components.\n4. Use `rstore-vue` for query, live query, form, and cache semantics.\n5. Use `rstore-vite-directus` or Nuxt integration docs for framework wiring.\n",{"data":32,"body":33},{"name":4,"description":6},{"type":34,"children":35},"root",[36,44,59,66,297,303,356,362,523,529,562,568,591,597],{"type":37,"tag":38,"props":39,"children":40},"element","h1",{"id":4},[41],{"type":42,"value":43},"text","Rstore Directus",{"type":37,"tag":45,"props":46,"children":47},"p",{},[48,50,57],{"type":42,"value":49},"Use ",{"type":37,"tag":51,"props":52,"children":54},"code",{"className":53},[],[55],{"type":42,"value":56},"@rstore\u002Fdirectus",{"type":42,"value":58}," as the shared Directus adapter layer for generated rstore collections and runtime CRUD behavior.",{"type":37,"tag":60,"props":61,"children":63},"h2",{"id":62},"core-apis",[64],{"type":42,"value":65},"Core APIs",{"type":37,"tag":67,"props":68,"children":69},"table",{},[70,89],{"type":37,"tag":71,"props":72,"children":73},"thead",{},[74],{"type":37,"tag":75,"props":76,"children":77},"tr",{},[78,84],{"type":37,"tag":79,"props":80,"children":81},"th",{},[82],{"type":42,"value":83},"Area",{"type":37,"tag":79,"props":85,"children":86},{},[87],{"type":42,"value":88},"API",{"type":37,"tag":90,"props":91,"children":92},"tbody",{},[93,111,128,145,162,187,218,235,252],{"type":37,"tag":75,"props":94,"children":95},{},[96,102],{"type":37,"tag":97,"props":98,"children":99},"td",{},[100],{"type":42,"value":101},"Runtime client",{"type":37,"tag":97,"props":103,"children":104},{},[105],{"type":37,"tag":51,"props":106,"children":108},{"className":107},[],[109],{"type":42,"value":110},"createDirectusClient({ url })",{"type":37,"tag":75,"props":112,"children":113},{},[114,119],{"type":37,"tag":97,"props":115,"children":116},{},[117],{"type":42,"value":118},"Runtime plugin",{"type":37,"tag":97,"props":120,"children":121},{},[122],{"type":37,"tag":51,"props":123,"children":125},{"className":124},[],[126],{"type":42,"value":127},"createDirectusRstorePlugin({ url?, client?, scopeId? })",{"type":37,"tag":75,"props":129,"children":130},{},[131,136],{"type":37,"tag":97,"props":132,"children":133},{},[134],{"type":42,"value":135},"Query mapping",{"type":37,"tag":97,"props":137,"children":138},{},[139],{"type":37,"tag":51,"props":140,"children":142},{"className":141},[],[143],{"type":42,"value":144},"createDirectusQuery(findOptions, overrides?)",{"type":37,"tag":75,"props":146,"children":147},{},[148,153],{"type":37,"tag":97,"props":149,"children":150},{},[151],{"type":42,"value":152},"Mutation payloads",{"type":37,"tag":97,"props":154,"children":155},{},[156],{"type":37,"tag":51,"props":157,"children":159},{"className":158},[],[160],{"type":42,"value":161},"stripPrimaryKeys(item, primaryKeys)",{"type":37,"tag":75,"props":163,"children":164},{},[165,170],{"type":37,"tag":97,"props":166,"children":167},{},[168],{"type":42,"value":169},"Cache filtering",{"type":37,"tag":97,"props":171,"children":172},{},[173,179,181],{"type":37,"tag":51,"props":174,"children":176},{"className":175},[],[177],{"type":42,"value":178},"evaluateDirectusFilter",{"type":42,"value":180},", ",{"type":37,"tag":51,"props":182,"children":184},{"className":183},[],[185],{"type":42,"value":186},"applyDirectusQuery",{"type":37,"tag":75,"props":188,"children":189},{},[190,195],{"type":37,"tag":97,"props":191,"children":192},{},[193],{"type":42,"value":194},"Collection metadata",{"type":37,"tag":97,"props":196,"children":197},{},[198,204,205,211,212],{"type":37,"tag":51,"props":199,"children":201},{"className":200},[],[202],{"type":42,"value":203},"DEFAULT_DIRECTUS_SCOPE_ID",{"type":42,"value":180},{"type":37,"tag":51,"props":206,"children":208},{"className":207},[],[209],{"type":42,"value":210},"isDirectusSingleton",{"type":42,"value":180},{"type":37,"tag":51,"props":213,"children":215},{"className":214},[],[216],{"type":42,"value":217},"getDirectusPrimaryKeys",{"type":37,"tag":75,"props":219,"children":220},{},[221,226],{"type":37,"tag":97,"props":222,"children":223},{},[224],{"type":42,"value":225},"Schema loading",{"type":37,"tag":97,"props":227,"children":228},{},[229],{"type":37,"tag":51,"props":230,"children":232},{"className":231},[],[233],{"type":42,"value":234},"loadDirectusCollections({ url, adminToken, scopeId? })",{"type":37,"tag":75,"props":236,"children":237},{},[238,243],{"type":37,"tag":97,"props":239,"children":240},{},[241],{"type":42,"value":242},"Schema building",{"type":37,"tag":97,"props":244,"children":245},{},[246],{"type":37,"tag":51,"props":247,"children":249},{"className":248},[],[250],{"type":42,"value":251},"buildDirectusCollections({ collections, fields, relations, scopeId })",{"type":37,"tag":75,"props":253,"children":254},{},[255,260],{"type":37,"tag":97,"props":256,"children":257},{},[258],{"type":42,"value":259},"Code generation",{"type":37,"tag":97,"props":261,"children":262},{},[263,269,270,276,277,283,284,290,291],{"type":37,"tag":51,"props":264,"children":266},{"className":265},[],[267],{"type":42,"value":268},"generateCollectionsTemplate",{"type":42,"value":180},{"type":37,"tag":51,"props":271,"children":273},{"className":272},[],[274],{"type":42,"value":275},"generateItemsTemplate",{"type":42,"value":180},{"type":37,"tag":51,"props":278,"children":280},{"className":279},[],[281],{"type":42,"value":282},"generateTypedCollectionsTemplate",{"type":42,"value":180},{"type":37,"tag":51,"props":285,"children":287},{"className":286},[],[288],{"type":42,"value":289},"generateConfigTemplate",{"type":42,"value":180},{"type":37,"tag":51,"props":292,"children":294},{"className":293},[],[295],{"type":42,"value":296},"generateViteDeclarations",{"type":37,"tag":60,"props":298,"children":300},{"id":299},"workflow",[301],{"type":42,"value":302},"Workflow",{"type":37,"tag":304,"props":305,"children":306},"ol",{},[307,321,326,338,351],{"type":37,"tag":308,"props":309,"children":310},"li",{},[311,313,319],{"type":42,"value":312},"Load Directus metadata at build time with ",{"type":37,"tag":51,"props":314,"children":316},{"className":315},[],[317],{"type":42,"value":318},"loadDirectusCollections",{"type":42,"value":320},".",{"type":37,"tag":308,"props":322,"children":323},{},[324],{"type":42,"value":325},"Generate rstore collections from Directus collections, fields, and relations.",{"type":37,"tag":308,"props":327,"children":328},{},[329,331,337],{"type":42,"value":330},"Create a Directus runtime client with ",{"type":37,"tag":51,"props":332,"children":334},{"className":333},[],[335],{"type":42,"value":336},"createDirectusClient",{"type":42,"value":320},{"type":37,"tag":308,"props":339,"children":340},{},[341,343,349],{"type":42,"value":342},"Register ",{"type":37,"tag":51,"props":344,"children":346},{"className":345},[],[347],{"type":42,"value":348},"createDirectusRstorePlugin",{"type":42,"value":350}," in the store plugins list.",{"type":37,"tag":308,"props":352,"children":353},{},[354],{"type":42,"value":355},"Query and mutate through rstore collection APIs instead of direct component-level Directus SDK calls.",{"type":37,"tag":60,"props":357,"children":359},{"id":358},"query-behavior",[360],{"type":42,"value":361},"Query Behavior",{"type":37,"tag":363,"props":364,"children":365},"ul",{},[366,456,488,507,518],{"type":37,"tag":308,"props":367,"children":368},{},[369,371,377,378,384,385,391,392,398,399,405,406,412,413,419,420,426,427,433,434,440,441,447,449,455],{"type":42,"value":370},"Pass Directus global query parameters in rstore find options: ",{"type":37,"tag":51,"props":372,"children":374},{"className":373},[],[375],{"type":42,"value":376},"filter",{"type":42,"value":180},{"type":37,"tag":51,"props":379,"children":381},{"className":380},[],[382],{"type":42,"value":383},"fields",{"type":42,"value":180},{"type":37,"tag":51,"props":386,"children":388},{"className":387},[],[389],{"type":42,"value":390},"search",{"type":42,"value":180},{"type":37,"tag":51,"props":393,"children":395},{"className":394},[],[396],{"type":42,"value":397},"sort",{"type":42,"value":180},{"type":37,"tag":51,"props":400,"children":402},{"className":401},[],[403],{"type":42,"value":404},"limit",{"type":42,"value":180},{"type":37,"tag":51,"props":407,"children":409},{"className":408},[],[410],{"type":42,"value":411},"offset",{"type":42,"value":180},{"type":37,"tag":51,"props":414,"children":416},{"className":415},[],[417],{"type":42,"value":418},"page",{"type":42,"value":180},{"type":37,"tag":51,"props":421,"children":423},{"className":422},[],[424],{"type":42,"value":425},"deep",{"type":42,"value":180},{"type":37,"tag":51,"props":428,"children":430},{"className":429},[],[431],{"type":42,"value":432},"alias",{"type":42,"value":180},{"type":37,"tag":51,"props":435,"children":437},{"className":436},[],[438],{"type":42,"value":439},"backlink",{"type":42,"value":180},{"type":37,"tag":51,"props":442,"children":444},{"className":443},[],[445],{"type":42,"value":446},"version",{"type":42,"value":448},", and ",{"type":37,"tag":51,"props":450,"children":452},{"className":451},[],[453],{"type":42,"value":454},"versionRaw",{"type":42,"value":320},{"type":37,"tag":308,"props":457,"children":458},{},[459,465,467,473,475,480,481,486],{"type":37,"tag":51,"props":460,"children":462},{"className":461},[],[463],{"type":42,"value":464},"pageIndex",{"type":42,"value":466}," and ",{"type":37,"tag":51,"props":468,"children":470},{"className":469},[],[471],{"type":42,"value":472},"pageSize",{"type":42,"value":474}," map to Directus ",{"type":37,"tag":51,"props":476,"children":478},{"className":477},[],[479],{"type":42,"value":411},{"type":42,"value":466},{"type":37,"tag":51,"props":482,"children":484},{"className":483},[],[485],{"type":42,"value":404},{"type":42,"value":487}," when explicit Directus pagination is not provided.",{"type":37,"tag":308,"props":489,"children":490},{},[491,497,499,505],{"type":37,"tag":51,"props":492,"children":494},{"className":493},[],[495],{"type":42,"value":496},"createDirectusQuery",{"type":42,"value":498}," merges adapter ",{"type":37,"tag":51,"props":500,"children":502},{"className":501},[],[503],{"type":42,"value":504},"params",{"type":42,"value":506},", top-level find options, and optional overrides.",{"type":37,"tag":308,"props":508,"children":509},{},[510,512,517],{"type":42,"value":511},"Supported Directus filters, sort, and pagination can be evaluated against cache data through ",{"type":37,"tag":51,"props":513,"children":515},{"className":514},[],[516],{"type":42,"value":186},{"type":42,"value":320},{"type":37,"tag":308,"props":519,"children":520},{},[521],{"type":42,"value":522},"Unsupported cache-side query shapes fall through to Directus fetches instead of returning possibly wrong cached results.",{"type":37,"tag":60,"props":524,"children":526},{"id":525},"generated-collections",[527],{"type":42,"value":528},"Generated Collections",{"type":37,"tag":363,"props":530,"children":531},{},[532,537,542,547,552,557],{"type":37,"tag":308,"props":533,"children":534},{},[535],{"type":42,"value":536},"Directus system collections and collections without schema are skipped during metadata loading.",{"type":37,"tag":308,"props":538,"children":539},{},[540],{"type":42,"value":541},"Generated collection names mirror Directus collection names.",{"type":37,"tag":308,"props":543,"children":544},{},[545],{"type":42,"value":546},"Generated metadata stores Directus collection name, singleton state, and primary keys.",{"type":37,"tag":308,"props":548,"children":549},{},[550],{"type":42,"value":551},"Many-to-one foreign key fields stay scalar in the cache.",{"type":37,"tag":308,"props":553,"children":554},{},[555],{"type":42,"value":556},"Alias-side relations are generated only when Directus exposes a non-colliding alias field.",{"type":37,"tag":308,"props":558,"children":559},{},[560],{"type":42,"value":561},"Directus singleton collections use singleton read\u002Fupdate APIs and one stable local key.",{"type":37,"tag":60,"props":563,"children":565},{"id":564},"mutation-behavior",[566],{"type":42,"value":567},"Mutation Behavior",{"type":37,"tag":363,"props":569,"children":570},{},[571,581,586],{"type":37,"tag":308,"props":572,"children":573},{},[574,579],{"type":37,"tag":51,"props":575,"children":577},{"className":576},[],[578],{"type":42,"value":348},{"type":42,"value":580}," handles create, createMany, update, updateMany, delete, and deleteMany hooks for Directus-scoped collections.",{"type":37,"tag":308,"props":582,"children":583},{},[584],{"type":42,"value":585},"Primary key fields are stripped from update payloads before Directus mutation calls.",{"type":37,"tag":308,"props":587,"children":588},{},[589],{"type":42,"value":590},"Singleton collections use singleton update behavior and do not support normal delete paths.",{"type":37,"tag":60,"props":592,"children":594},{"id":593},"guardrails",[595],{"type":42,"value":596},"Guardrails",{"type":37,"tag":304,"props":598,"children":599},{},[600,613,618,623,635],{"type":37,"tag":308,"props":601,"children":602},{},[603,605,611],{"type":42,"value":604},"Keep ",{"type":37,"tag":51,"props":606,"children":608},{"className":607},[],[609],{"type":42,"value":610},"adminToken",{"type":42,"value":612}," build\u002Fserver-side. It is for introspection only and must not be emitted into runtime client code.",{"type":37,"tag":308,"props":614,"children":615},{},[616],{"type":42,"value":617},"Do not hand-write parallel Directus CRUD paths for generated collections unless the route is intentionally outside rstore.",{"type":37,"tag":308,"props":619,"children":620},{},[621],{"type":42,"value":622},"Prefer plugin hooks and collection APIs over ad hoc Directus SDK calls in components.",{"type":37,"tag":308,"props":624,"children":625},{},[626,627,633],{"type":42,"value":49},{"type":37,"tag":51,"props":628,"children":630},{"className":629},[],[631],{"type":42,"value":632},"rstore-vue",{"type":42,"value":634}," for query, live query, form, and cache semantics.",{"type":37,"tag":308,"props":636,"children":637},{},[638,639,645],{"type":42,"value":49},{"type":37,"tag":51,"props":640,"children":642},{"className":641},[],[643],{"type":42,"value":644},"rstore-vite-directus",{"type":42,"value":646}," or Nuxt integration docs for framework wiring.",{"items":648,"total":731},[649,655,668,684,697,708,720],{"slug":4,"name":4,"fn":5,"description":6,"org":650,"tags":651,"stars":20,"repoUrl":21,"updatedAt":22},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[652,653,654],{"name":18,"slug":19,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"slug":656,"name":656,"fn":657,"description":658,"org":659,"tags":660,"stars":20,"repoUrl":21,"updatedAt":667},"rstore-monospace","integrate rstore with Monospace REST APIs","Use when integrating rstore with Monospace REST and OpenAPI helpers, generated Monospace collections, Monospace REST query options, primary key overrides, createMonospaceRestClient, createMonospaceRstorePlugin, createMonospaceQuery, and schema generation from remote or local OpenAPI documents; also use before writing custom Monospace REST CRUD around rstore collections.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[661,664],{"name":662,"slug":663,"type":15},"OpenAPI","openapi",{"name":665,"slug":666,"type":15},"REST API","rest-api","2026-07-12T07:51:08.612664",{"slug":669,"name":669,"fn":670,"description":671,"org":672,"tags":673,"stars":20,"repoUrl":21,"updatedAt":683},"rstore-nuxt","integrate rstore into Nuxt applications","Use when wiring rstore into a Nuxt app end-to-end — module setup, auto-registered collections\u002Fplugins, SSR cache hydration, generated template\u002Fauto-import issues, and cross-module extension; also use before adding a custom `server\u002Fapi` route, Nitro handler, or ad hoc `useFetch`\u002F`$fetch` composable for collection data in an rstore-powered Nuxt app — prefer rstore collection APIs (`find*`, `query`, `liveQuery`) and plugin hooks over hand-rolled endpoints or fetch refs; pair with the `rstore-vue` skill for collection\u002Fquery\u002Fform behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[674,677,680],{"name":675,"slug":676,"type":15},"Frontend","frontend",{"name":678,"slug":679,"type":15},"Nuxt","nuxt",{"name":681,"slug":682,"type":15},"Vue","vue","2026-07-12T07:51:06.114663",{"slug":685,"name":685,"fn":686,"description":687,"org":688,"tags":689,"stars":20,"repoUrl":21,"updatedAt":696},"rstore-nuxt-drizzle","expose Drizzle data in Nuxt applications","Use when exposing Drizzle-backed data in Nuxt, OR before writing a custom `server\u002Fapi` route, Nitro `defineEventHandler`, H3 handler, or REST\u002FCRUD endpoint that reads or writes a Drizzle table — prefer the module's generated endpoints, `allowTables`, `hooksForTable`, and `publishRstoreDrizzleRealtimeUpdate` over hand-rolled routes; also covers generating collections\u002FAPI routes from schema, adding a new Drizzle table to the rstore API, fixing `Collection \"\u003Cname>\" is not allowed` errors, fetch\u002Ffilter\u002Fpaginate, create\u002Fupdate\u002Fdelete, realtime, offline, and table-level access control; pair with `rstore-nuxt` for Nuxt integration and `rstore-vue` for collection\u002Fquery\u002Fform behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[690,691,692,695],{"name":18,"slug":19,"type":15},{"name":13,"slug":14,"type":15},{"name":693,"slug":694,"type":15},"Drizzle","drizzle",{"name":678,"slug":679,"type":15},"2026-07-12T07:51:10.079641",{"slug":698,"name":698,"fn":699,"description":700,"org":701,"tags":702,"stars":20,"repoUrl":21,"updatedAt":707},"rstore-nuxt-monospace","integrate Monospace into Nuxt applications","Use when wiring Monospace into a Nuxt app with @rstore\u002Fnuxt-monospace, including rstoreMonospace config, remote or local OpenAPI generation, generated #build templates, runtime plugin setup, auto-imported useMonospace, runtimeApiKey handling, primaryKeys, and generated rstore collections. Pair with rstore-monospace for shared REST\u002FOpenAPI behavior, rstore-nuxt for Nuxt store integration, and rstore-vue for query\u002Fform usage.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[703,704,705,706],{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},{"name":678,"slug":679,"type":15},{"name":681,"slug":682,"type":15},"2026-07-12T07:51:12.752798",{"slug":644,"name":644,"fn":709,"description":710,"org":711,"tags":712,"stars":20,"repoUrl":21,"updatedAt":719},"integrate Directus into Vite applications","Use when wiring Directus into a plain Vite\u002FVue app with @rstore\u002Fvite-directus, including rstoreDirectus config, virtual:rstore-directus modules, generated rstore-directus.d.ts declarations, build-time Directus introspection, and store setup with the generated schema and directusPlugin. Pair with rstore-directus for shared Directus adapter behavior and rstore-vue for collection\u002Fquery\u002Fform usage.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[713,714,715,718],{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},{"name":716,"slug":717,"type":15},"Vite","vite",{"name":681,"slug":682,"type":15},"2026-07-12T07:51:11.475964",{"slug":721,"name":721,"fn":722,"description":723,"org":724,"tags":725,"stars":20,"repoUrl":21,"updatedAt":730},"rstore-vite-monospace","integrate Monospace into Vite applications","Use when wiring Monospace into a plain Vite\u002FVue app with @rstore\u002Fvite-monospace, including rstoreMonospace config, remote or local OpenAPI generation, virtual:rstore-monospace modules, generated rstore-monospace.d.ts declarations, runtimeApiKey handling, primaryKeys, and store setup with the generated schema and monospacePlugin.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[726,727,728,729],{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},{"name":716,"slug":717,"type":15},{"name":681,"slug":682,"type":15},"2026-07-12T07:51:14.078949",8,{"items":733,"total":803},[734,740,745,751,758,765,772,779,790],{"slug":4,"name":4,"fn":5,"description":6,"org":735,"tags":736,"stars":20,"repoUrl":21,"updatedAt":22},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[737,738,739],{"name":18,"slug":19,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"slug":656,"name":656,"fn":657,"description":658,"org":741,"tags":742,"stars":20,"repoUrl":21,"updatedAt":667},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[743,744],{"name":662,"slug":663,"type":15},{"name":665,"slug":666,"type":15},{"slug":669,"name":669,"fn":670,"description":671,"org":746,"tags":747,"stars":20,"repoUrl":21,"updatedAt":683},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[748,749,750],{"name":675,"slug":676,"type":15},{"name":678,"slug":679,"type":15},{"name":681,"slug":682,"type":15},{"slug":685,"name":685,"fn":686,"description":687,"org":752,"tags":753,"stars":20,"repoUrl":21,"updatedAt":696},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[754,755,756,757],{"name":18,"slug":19,"type":15},{"name":13,"slug":14,"type":15},{"name":693,"slug":694,"type":15},{"name":678,"slug":679,"type":15},{"slug":698,"name":698,"fn":699,"description":700,"org":759,"tags":760,"stars":20,"repoUrl":21,"updatedAt":707},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[761,762,763,764],{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},{"name":678,"slug":679,"type":15},{"name":681,"slug":682,"type":15},{"slug":644,"name":644,"fn":709,"description":710,"org":766,"tags":767,"stars":20,"repoUrl":21,"updatedAt":719},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[768,769,770,771],{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},{"name":716,"slug":717,"type":15},{"name":681,"slug":682,"type":15},{"slug":721,"name":721,"fn":722,"description":723,"org":773,"tags":774,"stars":20,"repoUrl":21,"updatedAt":730},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[775,776,777,778],{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},{"name":716,"slug":717,"type":15},{"name":681,"slug":682,"type":15},{"slug":632,"name":632,"fn":780,"description":781,"org":782,"tags":783,"stars":20,"repoUrl":21,"updatedAt":789},"manage application data with rstore in Vue","Use when handling app data in Vue with `@rstore\u002Fvue` — fetch items\u002Flists, keep queries reactive or live, create\u002Fupdate\u002Fdelete records with forms, manage cache consistency, and debug store\u002Fquery\u002Fsubscription behavior across collections; also use before writing a custom fetch composable, ad hoc fetch ref, or bespoke cache layer for collection data — prefer `find*`, `query`, `liveQuery`, `createForm`, and `definePlugin` hooks over hand-rolled fetching\u002Fcaching.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[784,787,788],{"name":785,"slug":786,"type":15},"Debugging","debugging",{"name":675,"slug":676,"type":15},{"name":681,"slug":682,"type":15},"2026-07-12T07:51:04.87426",{"slug":791,"name":791,"fn":792,"description":793,"org":794,"tags":795,"stars":800,"repoUrl":801,"updatedAt":802},"monospace","perform data operations on Monospace instances","Use when doing ANY task against a Monospace instance. Triggers: reading, creating, updating, deleting, querying, filtering, sorting, or paginating data via the Monospace REST API or the @monospace\u002Fsdk (createClient, readMany, createOne, updateOne); generating a typed SDK client (`npx @monospace\u002Fsdk generate`, monospace.config.ts); connecting to or using the Monospace MCP server; minting API keys or authenticating; inspecting collections, fields, relations, or schema. Do NOT use for legacy Directus v9 \u002F @directus\u002Fsdk — Monospace is a different product with a different API and SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[796,797],{"name":665,"slug":666,"type":15},{"name":798,"slug":799,"type":15},"SDK","sdk",0,"https:\u002F\u002Fgithub.com\u002Fdirectus\u002Fmonospace-agent-skills","2026-07-12T07:51:15.348897",9]