implementation-construction
CommunityWrite clean, maintainable code from design specs
Authorpkuppens
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill guides developers to translate design specifications into clean, maintainable code by applying Code Complete 2 principles, ensuring correctness, clarity, and consistency.
Core Features & Use Cases
- Enforces one purpose: each function or class does a single task and uses intention-revealing names.
- Encourages minimal surface area and defensive boundaries: private by default, validate at entry points, and expose only what callers need.
- Promotes type hints on all public signatures, pragmatic naming, and avoidance of premature abstraction to maintain code quality.
- Provides a repeatable workflow from design to implementation and refactoring that aligns with project style and tooling.
Quick Start
Start from the design-consult output to write the function signature with type hints and a one-line docstring, then implement a concise body.
Dependency Matrix
Required Modules
None requiredComponents
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: implementation-construction Download link: https://github.com/pkuppens/pkuppens/archive/main.zip#implementation-construction Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.