Create Api Endpoint banner
ToastyToast25 ToastyToast25

Create Api Endpoint

Development community

Description

--- description: "Scaffolds backend API endpoints using Shelf or Dart Frog frameworks" globs: ["backend/**/*.dart", "lib/api/**/*.dart", "routes/**/*.dart"] alwaysApply: false --- # Create API Endpoint Skill Scaffold backend API endpoints using shelf or dart_frog. ## Trigger Keywords - create api endpoint - create endpoint - new api route - add endpoint - backend route --- ## Shelf Router Endpoint ### Basic Handler ```dart import 'dart:convert'; import 'package:shelf/shelf.dart'; import '

Installation

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

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

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

Full documentation available on GitHub

View Source Repository