New /context command is useful #108
stephenfeather
started this conversation in
General
Replies: 2 comments
|
It would only be fair to compare the CCv3 load with a clean Claude setup. But look at what the additional 13k gets you, am I right? |
0 replies
|
yeah this needs to go down hahaha note to self to carefully organise experimental agents vs actual prod agents properly in the .gitignore will focus on bringing this down to ~20-22k like v2 good spot! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Been too busy fighting with Anthropic over mismatches between usage reports from claude-code vs web/desktop to catch the announcement regarding the new /context command.
(I'm out of usage on a Pro account until Friday at 3 pm my time. Learned you can not 'buy' your way out of the 5-hour limits, but not the weekly. :()
Anyway, here is a /context response from an active dev project. I should note that this was the first prompt, from the first run of Claude, in a fresh iTerm terminal.
The Takeaways
Looking through this, here are some things I gleaned.
My rule file for preferred cli tools must be a bit too wordy. At 1500 tokens,
modern-cli-tools.mdstands out against the couple of hundred tokens the other rules use.My skill
wordpress-php-devmust have an excessively large header that needs to be looked at. For a skill that won't ever be used in this particular project, it's nearly 2.5x larger than its next neighbor and 4x larger than the one after that.Despite having tldr-mcp setup in
settings.jsonand inmcp_config.json, it doesn't appear to be loading. (It did load when defined inclaude.json?) Morph is not being loaded frommcp_config.jsonwith adisabled:false, its coming fromclaude.json.With item 3 in mind, it would be nice not to load tldr-cli from rules if the mcp server isn't up. (or any other similar scenerio)
The Data
All reactions