service-builder とは?
Next.js/Supabase アプリケーション用に挿入された依存関係を使用して、純粋なインターフェイスに依存しないサービスを構築します。 ソース: darraghh1/my-claude-setup。
Next.js/Supabase アプリケーション用に挿入された依存関係を使用して、純粋なインターフェイスに依存しないサービスを構築します。
コマンドラインで service-builder AI スキルを開発環境にすばやくインストール
ソース: darraghh1/my-claude-setup。
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.
Next.js/Supabase アプリケーション用に挿入された依存関係を使用して、純粋なインターフェイスに依存しないサービスを構築します。 ソース: darraghh1/my-claude-setup。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/darraghh1/my-claude-setup --skill service-builderNext.js/Supabase アプリケーション用に挿入された依存関係を使用して、純粋なインターフェイスに依存しないサービスを構築します。 ソース: darraghh1/my-claude-setup。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/darraghh1/my-claude-setup --skill service-builder インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/darraghh1/my-claude-setup