Tag: state-management

Type: All Skills Tools
skill ★ 77,350

Advanced Zustand State Management with Class Actions

This skill outlines advanced patterns for managing complex state in Zustand, guiding developers to migrate from simple state creators to class-based actions. It enforces strict conventions for action hierarchy, optimistic updates, and compo…

lobehub/lobehub zustand state-management typescript class-actions
skill ★ 77,350

Zustand State Management Patterns for LobeHub

This guide outlines best practices for structuring state in Zustand stores, advising developers to use simple arrays for list data and Maps for caching multiple detail entities. Adhering to these patterns ensures optimal performance for lis…

lobehub/lobehub zustand state-management data-structures typescript
skill ★ 77,350

Robust Data Fetching Architecture with Zustand and SWR

This pattern provides a robust architecture for managing client-side state and data fetching by enforcing a Service Layer pattern. It guides developers to use SWR hooks within a Zustand store for state management, ensuring clean separation …

lobehub/lobehub data-fetching zustand swr service-layer
skill ★ 4,829

Durable substrate for multi-step agentic workflows

TaskFlow provides a durable substrate for orchestrating complex, multi-step agentic jobs that require state persistence and survive detached runs. It manages flow identity, child task linkage, and revision-checked state mutations, enabling …

the-open-agent/openagent workflow-orchestration durable-state agent-flow state-management
skill ★ 4,829

Structured workflow for inbox message triage

This skill implements a robust, multi-stage workflow for triaging incoming messages. It classifies items into categories and manages state persistence, allowing the flow to pause while awaiting external input before resuming processing.

the-open-agent/openagent taskflow inbox-triage workflow state-management
skill ★ 7,851

Structured State Management for Multi-Phase Experiments

This skill maintains a canonical, machine-readable JSON progress file to track the state of complex, multi-phase research experiments. It enforces strict lifecycle updates, ensuring dashboards and CLIs can reliably poll the experiment's cur…

Upsonic/Upsonic state-management json-schema experiment-tracking agentic-state
skill ★ 7,851

State management for multi-phase research experiments

This skill maintains a canonical, machine-readable JSON snapshot of an experiment's progress. It must be updated rigorously at phase boundaries, during long operations, and upon failure to provide real-time state visibility for external das…

Upsonic/Upsonic progress-tracking state-management json-schema research-workflow
skill

TaskFlow Durable Task Orchestration Substrate

A durable substrate for managing multi-step, long-running agentic workflows with persistent state and child-task linkage. It provides a managed lifecycle for tasks that require waiting, resuming, and revision-checked mutations across detach…

casibase/casibase task-orchestration durable-workflows agentic-framework state-management
skill

Structured task flow for inbox message triage

This skill demonstrates a robust pattern for handling incoming messages by classifying intent and managing complex routing logic. It allows for immediate notifications, pausing execution while awaiting external replies, and aggregating item…

casibase/casibase taskflow inbox-triage workflow state-management
skill ★ 21,403

Managing URL Search Parameters and State

This skill provides best practices for managing URL search parameters and hash states in modern web applications. It guides developers on correctly using replace versus push history behavior to prevent browser history pollution when handlin…

promptfoo/promptfoo search-params url-management react-hooks state-management
skill ★ 21,403

URL Search Param and Hash Management

Provides patterns for managing URL search parameters and hash state to maintain correct browser history behaviour. It details when to use replace versus push for in-page state versus navigable steps.

promptfoo/promptfoo url-management browser-history react-hooks state-management
skill

LobeHub Zustand State Management Patterns

Defines the architectural conventions for managing state within LobeHub using Zustand, including action hierarchies, optimistic update patterns, and class-based slice composition. It provides guidance on implementing public, internal, and d…

lobehub/lobe-chat zustand state-management typescript lobehub
skill

Zustand state data structure patterns guide

This guide outlines architectural patterns for structuring state in Zustand stores, advising developers to use simple arrays for list views and Maps for caching multiple detail entities. It emphasizes separating list and detail types and em…

lobehub/lobe-chat zustand state-management data-structures typescript
skill

Debugging heterogeneous agent pipelines and integrations

This skill provides comprehensive guidance for developers debugging complex, multi-source agent pipelines, including integrations for Claude Code, Codex, and external CLI agents. It covers adapter event mapping, transport layer issues, and …

lobehub/lobe-chat agent-debugging llm-integration cli-agents adapter-development
skill ★ 141,907

React/TypeScript Component Architecture Guide

This guide provides architectural best practices for developing robust React/TypeScript components. It covers state management, data fetching contracts, prop typing, and component ownership to ensure highly maintainable and scalable codebas…

langgenius/dify react typescript component-architecture best-practices
skill ★ 1,072

File-based planning for complex agentic tasks

This skill implements a structured, file-based planning methodology, treating the filesystem as persistent working memory. It manages complex, multi-step tasks by maintaining state, findings, and progress across dedicated markdown files.

Onelevenvy/flock planning file-system state-management agentic
skill

Deep Codebase and Infrastructure Audit Skill

This skill manages the lifecycle of the OathScore project by loading comprehensive session state and executing a deep, multi-point audit. It cross-references code, configuration, and live APIs to detect critical bugs, stale URLs, and infras…

moxiespirit/oathscore deep-audit infrastructure state-management code-review
skill ★ 835

Best Practices for Designing Agentic Flows

This framework provides a comprehensive methodology for designing robust agentic systems. It guides developers through defining state, protocols, and patterns, ensuring the simplest reliable architecture is chosen while managing complexity …

bgauryy/octocode-mcp agentic-systems llm-architecture workflow-design agent-design
skill ★ 5

Taniwha Project State Orchestrator Skill

This skill functions as an ephemeral subagent responsible for advancing a Taniwha build by reading the current project state from disk. It determines the single next logical action and persists this decision to disk before exiting, ensuring…

taniwhaai/arai orchestration state-management agent-workflow build-process
skill ★ 21

Adversarial development pipeline orchestrator

This skill coordinates a multi-stage, adversarial development pipeline, managing specialized agents for planning, implementation, and review. It detects the appropriate flow based on intake documents and handles state recovery across comple…

HatmanStack/RAGStack-Lambda pipeline-orchestration agent-workflow adversarial-review state-management
skill ★ 24,025

Systematic debugging of complex runtime bugs

This skill guides the systematic debugging of complex, hard-to-reproduce bugs by instrumenting the actual runtime path. It involves generating append-only JSONL logs to capture state transitions and event sequences, allowing developers to a…

mastra-ai/mastra debugging-workflow runtime-logging jsonl state-management
skill ★ 372,633

Durable multi-step task orchestration

Coordinate multi-step detached tasks as durable, persistent jobs with integrated state management and child task orchestration. It enables managing long-running workflows that require waiting on external signals or subagents while ensuring …

openclaw/openclaw task-orchestration durable-workflows state-management background-tasks
skill ★ 372,633

TaskFlow pattern for inbox triage and routing

This skill demonstrates a robust pattern for managing inbox items by classifying them, routing them based on intent (e.g., waiting for a Slack reply or immediate notification), and persisting state across asynchronous steps. It allows the a…

openclaw/openclaw taskflow inbox-triage state-management intent-routing
skill ★ 372,633

Advanced multi-step browser automation skill

This skill guides robust, multi-step web automation, focusing on pre-action state checks, stable tab handling, and reading the UI before interacting. It provides patterns for managing session state, recovering from stale references, and acc…

openclaw/openclaw web-automation browser-control multi-step-flows state-management