context-clip

Clip evaluation inputs and outputs to fixed context windows via cohort.py.

67|4|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/the-crypt-keeper/reasonscape --skill context-clip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-clip
Source: https://github.com/the-crypt-keeper/reasonscape/tree/main/.claude/skills/context-clip
Command: npx skills add https://github.com/the-crypt-keeper/reasonscape --skill context-clip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clip evaluation results to fixed context windows by truncating inputs and outputs to simulate smaller contexts.

Core Features & Use Cases

  • CLI-driven workflow to generate context-clipped evaluations using cohort.py
  • Supports cohort parsing, eval discovery, pattern matching, and multi-context variant creation
  • Tracks new eval_ids and updates evals.json while preserving the original results for comparison

Quick Start

Invoke /context-clip <cohort-pattern> <eval-pattern> <contexts> to create context-limited versions of evaluations.

Frequently Asked Questions about context-clip

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

FAQPage Schema
How do I simulate smaller context windows for my model evaluation results?

Yes, context clipping truncates evaluation inputs and outputs to fixed context limits while preserving the original results. This allows you to generate context-variant evaluations for accurate comparison across different model cohorts.

How do I create context-limited evaluation variants using cohort patterns?

To create context-limited evaluation variants, invoke the clipping tool with your cohort pattern, eval pattern, and desired context sizes. It parses cohorts, discovers matching evals, and generates multi-context variants automatically.

Does generating context-variant evals overwrite my original evaluation results?

No, generating context-variant evals does not overwrite original results. The process tracks new eval IDs and updates evals.json while preserving the original evaluation data, allowing direct comparison between full and truncated contexts.

When should I use context clipping for prompt evaluation across model cohorts?

Use context clipping when you need to simulate smaller context limits across model cohorts. It helps evaluate how performance shifts when inputs and outputs are truncated, which is critical for deploying models to environments with restricted context windows.

What is the best way to truncate evaluation inputs for different context limits?

The best way to truncate evaluation inputs for different context limits is using a CLI-driven workflow that parses cohorts and applies pattern matching. This automates multi-context variant creation and updates your evals.json file systematically.