Create Service banner
ToastyToast25 ToastyToast25

Create Service

Development community

Description

--- description: "Creates service classes for business logic, API clients, and external integrations" globs: ["lib/**/services/*.dart", "lib/core/services/**/*.dart"] alwaysApply: false --- # Create Service Skill Create a service class for business logic or external integrations. ## Trigger Keywords - create service - new service - add service - service class --- ## Service Template ```dart /// Service for handling [description]. /// /// This service provides [functionality description] an

Installation

Installs to ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-service/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-service && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/skills/create-service.md -o ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-service/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository