SkillAgentSearch skills...

hive.context-preservation

Proactively extract critical values from tool results into working notes before automatic context pruning destroys them.

Install / Use

npx skills add aden-hive/hive --skill context-preservation

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

71/100

Category

Automation

Supported Platforms

Universal

Tags

Our assessment of hive.context-preservation

hive.context-preservation scores 71/100 on our quality scale, 1095th of 1,335 Automation skills we index.

Its SKILL.md is 1.3 KB long, lightly structured (1 heading) and no code examples: moderately detailed.

With 11,072 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
5/20
Description
15/15
Adoption
17/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 12 days ago, so hive.context-preservation is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

hive.context-preservation compared with similar skills

All 4 of these similar skills score higher than hive.context-preservation; compare them before choosing.

SkillScoreStarsUpdatedFormat
hive.context-preservation (this skill)by aden-hive7111.1k12d agoSKILL.md
Agent-Reachby Panniantong10085.5k10d agoCLAUDE.md
rufloby ruvnet10073.3k1d agoCLAUDE.md
Scraplingby D4Vinci10083.7ktodayMCP Server
algorithmic-artby anthropics100177.9k3d agoSKILL.md

Frequently asked questions

How do I install hive.context-preservation?
Run npx skills add aden-hive/hive --skill hive.context-preservation. The install tabs above show the steps for each supported agent.
Which AI agents does hive.context-preservation work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is hive.context-preservation safe to use?
It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is hive.context-preservation still maintained?
The repository was last updated 12 days ago, so hive.context-preservation is actively maintained.

name: hive.context-preservation description: Proactively extract critical values from tool results into working notes before automatic context pruning destroys them. metadata: author: hive type: default-skill visibility: [worker]

Operational Protocol: Context Preservation

You operate under a finite context window. Older tool results WILL be pruned. Extract what you need while it's still in context.

Save-as-you-go. After any tool call producing information you'll need later, immediately extract the key data into _working_notes or _preserved_data. Do not rely on referring back to old tool results — once they're pruned they're gone.

What to extract:

  • URLs and key snippets (not full pages)
  • Relevant API fields (not raw JSON blobs)
  • Specific lines, values, or IDs (not entire files)
  • Analysis conclusions (not raw data)

Handoffs between tasks happen through progress.db, not through shared-buffer handoff blobs. When you finish a task, any state the next worker needs goes into the task row itself (steps.evidence, tasks.last_error, sop_checklist.note) — see hive.colony-progress-tracker. Use _working_notes for things the DB schema doesn't cover.

You will receive an alert when context reaches {{warn_at_usage_ratio_pct}}% — preserve immediately.

Related Skills

View on GitHub
GitHub Stars11.1k
CategoryAutomation
Updated12d ago
Forks5.7k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions