Aexol
Official@aexol-studio · Poland
Changing the world through software 🌍
Agent Skills by Aexol
Showing 16 vetted skills indexed across 2 GitHub repositories.
add-translation
Manage i18n translation namespaces and locale JSON exports for Deenruv plugins.
admin-ui-component
Generate and register Deenruv admin UI components with @deenruv/react-ui-devkit.
e2e-test
Automate end-to-end plugin testing for Deenruv projects with Vitest.
graphql-extend
Extend Deenruv GraphQL APIs with new types and resolvers.
create-plugin
Scaffold a complete Deenruv plugin with server and UI components.
error-handling
Standardize GraphQL error messages and distinguish auth errors from internal failures.
react-hook-form-zod
Automate React form validation and submission with Zod and react-hook-form.
zustand-stores
Create SSR-safe Zustand authentication stores with actions and selectors.
frontend-components
Organize frontend components into atoms, molecules, organisms, and global folders with barrel exports.
axolotl-server
Bootstraps a TypeScript GraphQL server with Axolotl and custom Rocket.Chat fields.
frontend-navigation
Centralize SSR-safe React navigation with route grouping and layout guards.
axolotl-schema
Generate type-safe GraphQL models and resolver boilerplates from a schema.
axolotl-resolvers
Implement Axolotl resolver patterns using the [source, args, context] tuple.
axolotl-subscriptions
Implement real-time GraphQL subscriptions with async generator resolvers and PubSub streaming.
axolotl-federation
Compose GraphQL modules into a type-safe supergraph with Axolotl.
zeus-graphql
Build type-safe GraphQL clients with Zeus and React Query.
Frequently Asked Questions About Aexol
FAQPage SchemaWhat specific technical tasks are enabled by these modules?▼
These modules enable type-safe GraphQL schema generation, real-time PubSub subscription implementation, and standardized error handling. They also facilitate React form validation using Zod, SSR-safe state management with Zustand, and the rapid scaffolding of Deenruv-compatible plugins including admin UI components and internationalization support.
Which target personas benefit from these technical assets?▼
Full-stack engineers and frontend developers working within the Deenruv ecosystem or building complex GraphQL-based architectures will find these assets most beneficial. They are designed for teams requiring strict type safety, modular component organization, and standardized patterns for server-side resolvers and client-side state.
What are the primary prerequisites for implementing these modules?▼
Implementation requires a TypeScript environment and familiarity with the GraphQL specification. Projects utilizing the plugin-specific modules must be integrated within a Deenruv environment, while frontend-specific modules require React, Zod, and Zustand as core dependencies for state and validation logic.