Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
researcher/benchmarks/effectiveness/tasks/001-filesystem-context-offload/task.md
1Your task takes place in the current working directory.23You are processing the output of a long-running diagnostic tool. The output is in `tool_output.txt`. Somewhere inside the output there is a line of the form `API_RATE_LIMIT=<value>`. Find that value and report it back to the user.45You may create scratch files if helpful. When you have the answer, respond with a short message that includes the exact line `API_RATE_LIMIT=<value>` and nothing else important.67Do not modify `tool_output.txt`.8