salience-splitter

Split bloated context assets into lean always-loaded and on-demand layers.

7|Updated May 26, 2026
One-click install
npx skills add https://github.com/chrono-meta/forge-harness --skill salience-splitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: salience-splitter
Source: https://github.com/chrono-meta/forge-harness/tree/main/plugins/fh-meta/skills/salience-splitter
Command: npx skills add https://github.com/chrono-meta/forge-harness --skill salience-splitter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Always-loaded context assets like SKILL.md, CLAUDE.md, and memory indexes often grow bloated with execution-specific details, bash scripts, and edge case references that waste context window space and make it harder for agents to find critical trigger and decision information quickly.

Core Features & Use Cases

  • Governance-semantic splitting: Splits content based on when it is needed (salience) rather than arbitrary length, ensuring behavioral rules and core decision logic stay in the always-loaded layer.
  • Multi-asset support: Works for SKILL.md, CLAUDE.md, and memory index files, with tailored split criteria for each asset type.
  • Built-in verification: Includes pointer integrity checks and cold-start validation to ensure the split skill remains functional for consumer agents.
  • Use Case: Your team's shared CLAUDE.md has grown to 1200 lines with dozens of rarely used setup scripts and edge case notes. Use this skill to split it into a 200-line lean core rules file and an on-demand detail reference, cutting context waste by 80% while preserving all functionality.

Quick Start

Use the salience-splitter skill to split your over-long SKILL.md file into a lean always-loaded core and an on-demand detail reference with imperative pointers.

Frequently Asked Questions about salience-splitter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I split a bloated CLAUDE.md file to free up context window space?

To split a bloated CLAUDE.md file, you apply governance-semantic salience tiering to separate behavioral rules into a lean always-loaded layer, while moving execution-specific details and rarely used reference content into an on-demand layer connected via imperative pointers.

What is context window optimization for Claude Code memory indexes?

Context window optimization for Claude Code memory indexes involves splitting bloated always-loaded assets into lean core rules and on-demand detail references, reducing wasted token space while ensuring consumer agents retain cold-start compatibility and full functionality.

How do I reduce context waste in team project setups without losing critical trigger information?

You reduce context waste in team project setups by applying a governance-semantic split criterion that keeps core decision logic in an always-loaded layer and shifts edge case references to an on-demand layer with built-in verification checks for pointer integrity.

Does splitting SKILL.md files break consumer agent cold-start compatibility?

Splitting SKILL.md files does not break consumer agent cold-start compatibility when mandatory imperative pointers are implemented between the lean core and on-demand layers, supported by built-in verification checks to ensure split integrity.

When should I use salience tiering instead of arbitrary length splitting for knowledge base optimization?

You should use salience tiering instead of arbitrary length splitting when your context assets contain accumulated execution-specific details, ensuring behavioral rules and core decision logic stay prioritized in the always-loaded layer rather than being truncated by character limits.

Can I use this context splitting approach for shared knowledge bases with hundreds of lines of setup scripts?

You can use this context splitting approach for shared knowledge bases containing hundreds of lines of setup scripts, applying tailored split criteria for each asset type to cut context waste by up to 80% while preserving all functionality through on-demand detail references.