Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
marcglasberg
GitHub creator profile

marcglasberg

Repository-level view of 72 collected skills across 2 GitHub repositories, including approximate occupation coverage.

skills collected
72
repositories
2
occupation fields
1
updated
2026-02-20
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
async_redux
36 skills23839updated 2026-02-20
50% of creator
asyncredux-dependency-injection
ソフトウェア開発者

Inject dependencies into actions using the environment, dependencies, and configuration pattern. Covers creating an Environment enum, a Dependencies class, passing them to the Store, accessing them from actions and widgets, and using dependency injection for testability.

2026-02-20
asyncredux-base-action
ソフトウェア開発者

Create a custom base action class for your app. Covers adding getter shortcuts to state parts, adding selector methods, implementing shared wrapError logic, and establishing project-wide action conventions.

2026-01-29
asyncredux-setup
ソフトウェア開発者

Initialize, setup and configure AsyncRedux in a Flutter app. Use it whenever starting a new AsyncRedux project, or when the user requests.

2026-01-29
asyncredux-abort-dispatch
ソフトウェア開発者

Stops an AsyncRedux (Flutter) action from dispatching. Use only when the user mentions abortDispatch(), or explicitly asks to abort or prevent dispatch under certain conditions.

2026-01-29
asyncredux-action-status
ソフトウェア開発者

Checks an AsyncRedux (Flutter) action's completion status using ActionStatus right after the dispatch returns. Use only when you need to know whether an action completed, whether it failed with an error, what error it produced, or how to navigate based on success or failure.

2026-01-29
asyncredux-actions-no-state-change
ソフトウェア開発者

Creates AsyncRedux (Flutter) actions that return null from reduce() to not change the state. Such actions can still do side effects, dispatch other actions, or do nothing.

2026-01-29
asyncredux-async-actions
ソフトウェア開発者

Creates AsyncRedux (Flutter) asynchronous actions for API calls, database operations, and other async work.

2026-01-29
asyncredux-before-after
ソフトウェア開発者

Implement action lifecycle methods `before()` and `after()`. Covers running precondition checks, showing/hiding modal barriers, cleanup logic in `after()`, and understanding that `after()` always runs (like a finally block).

2026-01-29
Showing top 8 of 36 collected skills in this repository.
#002
bloc_superpowers
36 skills70updated 2026-01-29
50% of creator
Showing top 8 of 36 collected skills in this repository.
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました