Bonjour
I use Win11, Powershell and VSCode
I use Claude Code 2.0.54 with a Pro Plan
I created a skill for Claude Code so that it reads the guideline before modifying/writting any Rust code
This morning I see :
Read(~\.claude\skills\ms-rust\rust-guidelines.txt)
⎿ Error: File content (25630 tokens) exceeds maximum allowed tokens (25000). Please use offset and limit parameters to read specific portions of the file, or use the GrepTool to
search for specific content.
It could be usefull to fit the guidelines withing 25_000 tokens or to provide a way to bypass this issue
Regards