Develop with targeted discovery, narrow iteration, and complete verification.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Andersseen/agentyx --skill context-efficient-development --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Context Efficient Development?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/andersseen-context-efficient-development-0b3a95c6)More formats (shields.io, HTML) on the badges page.
---
name: context-efficient-development
description: Develop with targeted discovery, narrow iteration, and complete verification.
---
# Context-efficient development
Save context by doing the right work in the right order.
## Discovery
Start with targeted search, then read the relevant symbol or range, then the containing module when
ownership is unclear. Open whole files when needed, not by reflex. Avoid rereading code whose role
is already understood.
## Iteration
Run the smallest useful command while shaping a change: one test file, one package check, one build
step. Expand only when the touched surface grows.
## Completion
Before calling work complete, run the project’s required full verification for the affected surface.
Efficiency reduces waste; it does not reduce correctness.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.