agentsclimarketplace

Session cut

Skill brenbuilds1/cutweight/skills/session-cut

Session-weight hygiene. Use when sessions run long, when an agent gets slower or starts forgetting mid-session, when deciding between /clear, /compact, or a fresh session, or when every message feels heavier than the work in it. Calls the moment a session has blown the weight limit: cut it right and start the next one light.From its SKILL.md

Install
npx -y skills add brenbuilds1/cutweight --skill session-cut

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 302 tokens by cl100k_base, as published. Nobody here has run it

Session Cut

Every message you send re-sends the conversation so far. The longer the session, the heavier each message gets, and the older context starts working against you. Knowing when to cut a session saves more tokens than any single trim.

The Calls

  • One task, one session. Starting an unrelated task in an old session makes the new task carry the old one's weight.
  • /clear between unrelated tasks. It is the cheapest reset there is.
  • /compact only to continue the SAME task past context limits. Compaction is a summary; treat it as lossy, because it is.
  • Fresh session with a handoff note beats a compacted haze. Before you clear, have the agent write five lines: what was done, what is next, which files matter. Paste that into the new session.

The Tells

Cut the session when:

  • The agent re-reads files it already read this session.
  • It forgets or contradicts a decision made earlier in the session.
  • Replies slow down or drift off the task you actually asked for.
  • The work left is unrelated to the transcript behind it.

Hard Rules

  • Never /compact as a reflex. Ask first: is this the same task?
  • The handoff note gets written before the clear, not remembered after.
  • If the agent is fighting the context instead of the problem, cut the session. Reset.

What ships with it: 1 file

299 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.