Efficient Coding

Community

Write faster with less wasted context.

AuthorEliasOulkadi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Efficient Coding eliminates wasted tokens and round-trip tool overhead by enforcing minimal, high-signal context and strict scope discipline during software development work.

Core Features & Use Cases

  • Token-efficient context strategy: Use precise searches, read only what you need (and at most once), and separate discovery from implementation to prevent stale or bloated context.
  • Low-round-trip tool usage: Batch independent tool calls, prefer direct CLI actions over layered tools when equivalent, and avoid speculative execution without a hypothesis.
  • Minimal, scope-faithful output: Produce results without narration, avoid unsolicited explanations/comments, and prevent scope creep or unwanted file/dependency creation.

Use cases: bug fixes, refactors that preserve behavior, code reviews that focus on the exact symbols/sections involved, and technical Q&A where the agent must be concise yet correct.

Quick Start

Use the Efficient Coding skill to help the agent implement your requested code change using the smallest necessary context and without adding unrelated refactors.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Efficient Coding
Download link: https://github.com/EliasOulkadi/shokunin/archive/main.zip#efficient-coding

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.