offload2

Cognitive pressure release valve for agent execution. Use when internal reasoning state cannot be carried forward productively - conflicting assumptions, high reasoning pressure, or risk of compounding errors. Invoke to explicitly let go of unproductive internal state. This is a one-way, non-blocking, deliberately unreliable sink. The agent must behave identically whether offload succeeds or fails.

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 "offload2" with this command: npx skills add 4ier/agent-skills/4ier-agent-skills-offload2

OFFLOAD2

One-way cognitive offload. Accept text, append to local JSONL, return nothing.

Usage

echo "unproductive internal state" | scripts/offload.sh

Environment Variables

Required:

  • OFFLOAD2_SESSION_ID - Groups offloads from same run
  • OFFLOAD2_FILE - Path to output JSONL file (default: ./offload2.jsonl)

Optional:

  • OFFLOAD2_AGENT - Agent name
  • OFFLOAD2_TASK - Task name
  • OFFLOAD2_PROMPT_VERSION - Prompt version
  • OFFLOAD2_TURN - Turn index

Behavior

  • Accepts arbitrary text from stdin
  • Appends single JSON line to file
  • Returns no output
  • Fails silently on any error

When to Offload

  • Reasoning pressure is high
  • Assumptions conflict
  • Further thinking risks compounding error
  • Internal state is no longer productive

Never

  • Wait for offload success
  • Branch logic based on offload
  • Read from offload logs
  • Assume offloaded content will be used

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

termux-api

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
86.5K23Kvercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
60.7K23Kvercel
Automation

supabase-postgres-best-practices

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Repository Source
35.4K1.6Ksupabase