Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
state-management - Skill - OpenSmartRoute
Skillv1.0.0
state-management
Use when: working with Riverpod providers, state, or lifecycle in ScanFlow.
{
"ocm": "1",
"id": "tson1407-grace-scanner-state-management-instructions",
"kind": "skill",
"name": "state-management",
"description": "Use when: working with Riverpod providers, state, or lifecycle in ScanFlow.",
"publisher": "tson1407",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when: working with Riverpod providers, state, or lifecycle in ScanFlow."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/tson1407/grace_scanner",
"path": ".github/instructions/state-management.instructions.md",
"ref": "1b968752ce72763dce89d0030952d8671fe521e4",
"url": "https://github.com/tson1407/grace_scanner/blob/1b968752ce72763dce89d0030952d8671fe521e4/.github/instructions/state-management.instructions.md",
"key": "tson1407/grace_scanner/.github/instructions/state-management.instructions.md"
}
},
"instructions": "# State Management (Riverpod)\n\n- Use `AsyncNotifier` for stateful providers with async operations (not `StateNotifier`).\n- Use `ref.watch()` in `build()` and `ref.read()` in callbacks.\n- Use `AutoDispose` by default; only `keepAlive` for data that must persist across screens.\n- Provider files live in `features/<feature>/presentation/`.\n- Provider naming: `<noun><Purpose>Provider` (e.g., `documentListProvider`).",
"cost": {
"context_tokens": 103
}
}
Fetch it by URL: GET /api/v1/registry/tson1407-grace-scanner-state-management-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.