Memento
Flutter widget building, form refactoring, and event-driven updates
All Skills in This Repository (9)
Pure Emerald Level Indicatorsadd-multi-filter
Automate adding a multi-criteria filter UI to Flutter plugin views.
add-home-widget-selector
Add configurable HomeWidget selectors to Flutter plugins with navigation hooks.
create-common-widget-from-renderer
Convert a plugin's dataRenderer UI into a reusable public widget.
convert-react-to-memento
Converts a React project into a Memento WebView-ready application.
Material Design 3 配色规范守护者
Enforce Material Design 3 colorScheme tokens across Flutter apps.
add-route-context
Read and propagate Flutter page route context for date- and ID-driven pages.
add-widget-from-prototype
Convert HTML prototypes into Dart widgets with routing and gallery entry.
refactor-form-to-builder
Refactor Flutter forms into declarative FormBuilderWrapper configurations.
event-listener-container
Manage event subscription lifecycles in Flutter plugin views with EventListenerContainer.
Frequently Asked Questions
FAQPage SchemaHow to install Memento skills?▼
Run `npx skills add hunmer/Memento --all -g -y` in your terminal to install all skills in this collection globally.
What do the Memento skills help with?▼
They automate common Flutter development tasks in the Memento app, such as adding home screen widgets, building multi-filter list views, refactoring forms, and wiring event-driven UI updates.
How to add a home screen widget to a Memento plugin?▼
Use the add-home-widget-selector or add-list-widget-with-filters skill, which generates the data selector, widget registration, and rendering code following the project's established patterns.
Do these skills work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding environments.
Can I convert a React app into a Memento WebView app?▼
Yes. The convert-react-to-memento skill configures the Memento mock environment, TypeScript definitions, Tailwind CSS, and metadata so your React app can call native storage, UI, and plugin APIs.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core