Aexol avatar

Aexol

Official

@aexol-studio · Poland

0Followers
|
53Public Repos
|
16Published Skills

Changing the world through software 🌍

Skills Distribution
DomainDeveloper To...GraphQL Architecture (40%)Frontend State & V.. (30%)Plugin & Module En.. (30%)

Agent Skills by Aexol

Showing 16 vetted skills indexed across 2 GitHub repositories.

aexol-studioaexol-studio
11

add-translation

Manage i18n translation namespaces and locale JSON exports for Deenruv plugins.

Official
Intermediate
aexol-studioaexol-studio
11

admin-ui-component

Generate and register Deenruv admin UI components with @deenruv/react-ui-devkit.

Official
Advanced
aexol-studioaexol-studio
11

e2e-test

Automate end-to-end plugin testing for Deenruv projects with Vitest.

Official
Advanced
aexol-studioaexol-studio
11

graphql-extend

Extend Deenruv GraphQL APIs with new types and resolvers.

Official
Advanced
aexol-studioaexol-studio
11

create-plugin

Scaffold a complete Deenruv plugin with server and UI components.

Official
Advanced
aexol-studioaexol-studio
27

error-handling

Standardize GraphQL error messages and distinguish auth errors from internal failures.

Official
Advanced
aexol-studioaexol-studio
27

react-hook-form-zod

Automate React form validation and submission with Zod and react-hook-form.

Official
Intermediate
aexol-studioaexol-studio
27

zustand-stores

Create SSR-safe Zustand authentication stores with actions and selectors.

Official
Intermediate
aexol-studioaexol-studio
27

frontend-components

Organize frontend components into atoms, molecules, organisms, and global folders with barrel exports.

Official
Intermediate
aexol-studioaexol-studio
27

axolotl-server

Bootstraps a TypeScript GraphQL server with Axolotl and custom Rocket.Chat fields.

Official
Intermediate
aexol-studioaexol-studio
27

frontend-navigation

Centralize SSR-safe React navigation with route grouping and layout guards.

Official
Advanced
aexol-studioaexol-studio
27

axolotl-schema

Generate type-safe GraphQL models and resolver boilerplates from a schema.

Official
Intermediate
aexol-studioaexol-studio
27

axolotl-resolvers

Implement Axolotl resolver patterns using the [source, args, context] tuple.

Official
Intermediate
aexol-studioaexol-studio
27

axolotl-subscriptions

Implement real-time GraphQL subscriptions with async generator resolvers and PubSub streaming.

Official
Advanced
aexol-studioaexol-studio
27

axolotl-federation

Compose GraphQL modules into a type-safe supergraph with Axolotl.

Official
Advanced
aexol-studioaexol-studio
27

zeus-graphql

Build type-safe GraphQL clients with Zeus and React Query.

Official
Advanced

Frequently Asked Questions About Aexol

FAQPage Schema
What 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.