Cache expensive operations to avoid redundant work across workflow phases. Caches project docs (15min TTL), npm info (60min), grep results (30min), token counts (until file modified), web searches (15min). Auto-triggers when detecting repeated reads of same files or repeated API calls. Saves 20-40% execution time.
$npx -y skills add marcusgoll/spec-flow --skill caching-strategyInstalls into the current project.
Run `npx skills use "https://github.com/marcusgoll/spec-flow" --skill "marcusgoll/spec-flow/caching-strategy"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/marcusgoll/spec-flow" that are relevant to the current task. Run `npx skills add "https://github.com/marcusgoll/spec-flow"` and select the relevant skills, then follow their instructions.