Topic tag
Claude Code
5 guides in the catalogue cover this topic.
- Nº 008 Automate the step that slows you down Agents & Automation · Broad
Automating the bottleneck means finding the constraint that sets your pace and pointing Claude at it: four working rules distilled from Anthropic's own engineers.
- Nº 012 Every new repo starts with your lessons Agents & Automation · Broad
AI Firmware is a boot layer of kernel rules, installable skills, and committed memory that makes every new agent repo start senior instead of relearning old lessons.
- Nº 020 Stop hitting your token limit Practice · Practitioner
Your limit is a compute budget: tokens consumed times the model that reads them. Audit where a session spends, trim the context every chat preloads, and send grunt work to cheaper models so the budget lasts the day.
- Nº 027 Turn repeated fixes into rules Agents & Automation · Broad
When an agent hits the same problem twice, encode the fix as a lint rule, CI check, or steering-file instruction that every future session inherits.
- Nº 030 Trim the instructions your model outgrew Prompting & Context · Practitioner
Anthropic removed over 80 percent of Claude Code's system prompt for the Claude 5 models and measured no loss on its coding evaluations. How to give your own instruction files the same trim: goals instead of rule lists, context loaded on demand, and a /doctor audit.