Create Extension banner
ToastyToast25 ToastyToast25

Create Extension

Development community

Description

--- description: "Creates Dart extension methods for String, DateTime, List, BuildContext, etc." globs: ["lib/**/extensions/*.dart", "lib/core/extensions/**/*.dart"] alwaysApply: false --- # Create Extension Skill Create Dart extension methods to add functionality to existing types. ## Trigger Keywords - create extension - dart extension - add extension - extension methods --- ## Extension Template ```dart /// Extension on [Type] for [description]. extension [Name]Extension on [Type] { /

Installation

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

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

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

Full documentation available on GitHub

View Source Repository