Service Builder

Build pure, interface-agnostic services with injected dependencies for Next.js/Supabase applications. Use when creating business logic, CRUD services, or data access layers ('create a service', 'build the project service', 'add a delete method', 'write the data access layer'). Services work across server actions, MCP tools, CLI commands, and tests. Do NOT use for server actions (use server-action-builder), forms (use react-form-builder), or database schemas (use postgres-expert).

tools-only 3b0969c 3 files · 24.9 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/testing/1178-name-skill_93b151e1 commit 3b0969cd6a

Frequently asked questions

npx skillmds add tools-only/service-builder