Configure memory categories (user preferences, project context, decisions, lessons learned), retention windows, and relevance scoring. The skill stores structured memories with semantic tags, auto-expires stale entries, and retrieves the most relevant context for any new session. Essential for agents that need continuity across conversations.
curl -X POST https://jarvissdk.com/api/v1/skills/cross-session-memory-manager/execute \
-H "x-api-key: jsk_your_key" \
-H "Content-Type: application/json" \
-d '{
"input": "your data here"
}'Install this skill and let your AI agent run it automatically. Free tier includes 1,000 executions/month.
Breaks complex instructions into atomic, executable subtasks for AI agents. Encodes your decomposition patterns, dependency ordering, and validation criteria.
Classifies agent execution errors, suggests recovery strategies, and generates retry configs. Encodes your error taxonomy and escalation policies.
Tracks API rate limit headers across multiple services, alerts when approaching limits, and suggests request throttling strategies.