agently-session-memory

Use when the user needs conversation continuity, memo, or restore-after-restart behavior for a request family, including session ids, chat history, request-side memory boundaries, and session-backed continuity.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agently-session-memory" with this command: npx skills add agentera/agently-skills/agentera-agently-skills-agently-session-memory

Agently Session Memory

Use this skill when the request path already exists but continuity or restore behavior is the main design problem.

Native-First Rules

  • prefer Session-backed continuity before inventing a custom memory layer
  • keep request-side chat history and memo boundaries explicit
  • separate request memory from workflow runtime state

Anti-Patterns

  • do not use session as a substitute for workflow orchestration state
  • do not keep restart-sensitive memory only in transient globals

Read Next

  • references/overview.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agently-playbook

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-model-setup

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-output-control

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-langgraph-to-triggerflow

No summary provided by upstream source.

Repository SourceNeeds Review