aws-samples/strands-context-manager
Strands conversation/context manager patterns, including sliding window with summarization. Use when building agents with context management, preventing session pollution, or implementing conversation compaction.
npx skills add https://github.com/aws-samples/sample-agent-skills-for-builders --skill strands-context-manager
Take aws-samples/strands-context-manager from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.