bylubu-labs· 10 skills
Design state schemas, implement reducers, configure persistence, and debug state issues for LangGraph applications. Use when users want to (1) design or define state schemas for LangGraph graphs, (2) implement reducer functions for state accumulation, (3) configure persistence with checkpointers (InMemorySaver/MemorySaver, SqliteSaver, PostgresSaver), (4) debug state update issues or unexpected state behavior, (5) migrate state schemas between versions, (6) validate state schema structure, (7) choose between TypedDict and MessagesState patterns, (8) implement custom reducers for lists, dicts, or sets, (9) use the Overwrite type to bypass reducers, (10) set up thread-based persistence for multi-turn conversations, or (11) inspect checkpoints for debugging.
$npx -y skills add lubu-labs/langchain-agent-skills --skill langgraph-state-managementInstalls into the current project.
Run `npx skills use "https://github.com/lubu-labs/langchain-agent-skills" --skill "lubu-labs/langchain-agent-skills/langgraph-state-management"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lubu-labs/langchain-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/lubu-labs/langchain-agent-skills"` and select the relevant skills, then follow their instructions.