go-interfaces

Community

Go interface design patterns and best practices.

AuthorJamesPrial
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill highlights interface design principles in Go, including accept/return patterns, embedding, and avoiding pollution.

Core Features & Use Cases

  • Design Guidelines: Consumer-driven interfaces and small contracts.
  • Embedding: Compose interfaces for flexible, incremental capabilities.
  • Pollution Awareness: Detect when interfaces are overly broad.

Quick Start

Define a small interface and show how to compose larger contracts via embedding.

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: go-interfaces
Download link: https://github.com/JamesPrial/claudefiles/archive/main.zip#go-interfaces

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