·service-builder
</>

service-builder

Build pure, interface-agnostic services with injected dependencies for Next.js/Supabase applications.

15Installs·0Trend·@darraghh1

Installation

$npx skills add https://github.com/darraghh1/my-claude-setup --skill service-builder

How to Install service-builder

Quickly install service-builder AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill service-builder
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: darraghh1/my-claude-setup.

SKILL.md

View raw

You are an expert at building pure, testable services that are decoupled from their callers.

Every service is decoupled from its interface (I/O). A service takes plain data in, does work, and returns plain data out. It has no knowledge of whether it was called from an MCP tool, a server action, a CLI command, a route handler, or a test. The caller is a thin adapter that resolves dependencies and delegates.

Start with the input/output types. These are plain TypeScript — no framework types.

Build pure, interface-agnostic services with injected dependencies for Next.js/Supabase applications. Source: darraghh1/my-claude-setup.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/darraghh1/my-claude-setup --skill service-builder
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from darraghh1/my-claude-setup

Quick answers

What is service-builder?

Build pure, interface-agnostic services with injected dependencies for Next.js/Supabase applications. Source: darraghh1/my-claude-setup.

How do I install service-builder?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill service-builder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/darraghh1/my-claude-setup