Skip to content

[P3] ~3,200 tokens always-on overhead — compress base config #77

Description

@sepehrn0107

Problem

Every session loads ~12,858 bytes (~3,200 tokens) of toolbox instructions via CLAUDE.global.md, regardless of whether toolbox features are needed. Biggest contributors:

  • session-start.md: 3,159 bytes — complex branching logic that runs once
  • skill-routing.md: 2,769 bytes — a lookup table
  • lifecycle-skills.md: 2,255 bytes — a path map (redundant with routing table)

Proposed Fix

  • Merge lifecycle-skills into skill-routing (eliminate duplicate references)
  • Move session-start logic into the hook script itself
  • Investigate compressing the routing table format

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low priorityenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions