Create Repository banner
ToastyToast25 ToastyToast25

Create Repository

Data community

Description

--- description: "Creates repository pattern implementation with data sources and caching" globs: ["lib/**/repositories/*.dart", "lib/**/datasources/*.dart", "lib/**/data/**/*.dart"] alwaysApply: false --- # Skill: Create Repository Create well-structured repository classes following the Repository Pattern. ## Usage When asked to create a repository, follow these guidelines: ## Repository Interface (Domain Layer) ```dart import '../entities/user.dart'; import '../../shared/domain/result.da

Installation

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

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

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

Full documentation available on GitHub

View Source Repository