code-implementation

Community

Write code that perfectly matches your codebase.

Authorvanillacake369
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures that all new code seamlessly integrates with the existing codebase, matching its unique patterns, conventions, and style. It eliminates inconsistencies, reduces code review friction, and makes new contributions feel native to the project, saving time and improving code quality.

Core Features & Use Cases

  • Pattern-Driven Code Generation: Learns and replicates existing naming conventions, structural patterns, import organization, error handling, and comment styles.
  • Seamless Integration: Ensures new features, modifications, or bug fixes blend perfectly, using existing utilities and respecting architectural boundaries.
  • Language & Framework Agnostic: Adapts to any programming language (TypeScript, Go, Java, Python, Nix, Rust) and framework, mimicking its specific idioms.
  • Use Case: You need to add a new CRUD operation for a Product entity in a Go microservice. Use this Skill to generate the repository, service, and handler code, and it will automatically match the project's existing Go idioms, error handling patterns, and Gin framework usage.

Quick Start

Implement a new OrderService class in src/services/order/OrderService.java that includes createOrder and getOrderById methods, following the existing patterns in UserService.java.

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: code-implementation
Download link: https://github.com/vanillacake369/tonys-nix/archive/main.zip#code-implementation

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