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