asyncredux-base-action

Community

A scalable base action for AsyncRedux apps.

Authormarcglasberg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers implement a centralized base action class for AsyncRedux apps, reducing boilerplate in large codebases.

Core Features & Use Cases

  • Base action pattern: define an abstract AppAction with shared environment access and common state getters.
  • Selector encapsulation: offer an optional ActionSelect class to keep state queries tidy.
  • Type-safe dependencies: enable environment-based access to services for actions and reducers.
  • Use Case: when building a Flutter app with Redux, create a consistent AppAction base and extend it for all actions to improve maintainability.

Quick Start

Create an abstract class AppAction extends ReduxAction<AppState> in app_action.dart, add getters like user and settings, and then extend AppAction for concrete actions.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: asyncredux-base-action
Download link: https://github.com/marcglasberg/async_redux/archive/main.zip#asyncredux-base-action

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.