gocodeable

56 mods across 1 repository, 2 stars between them.

test-writer

09

gocodeable/codeable-flutter-cli-claude-plugin

Agent

Generates comprehensive unit and widget tests for codeablecli features — cubit tests with bloctest, repository mocks with mocktail, model serialization tests, and widget interaction tests.

2 24d ago A 39 tokens

add-api

10

gocodeable/codeable-flutter-cli-claude-plugin

Command

Add a new API endpoint to an existing feature — creates response model, data model, wires up repository (abstract + impl), adds state field, cubit method, and endpoint constant. Provide endpoint path, request body, and response body.

2 24d ago A 48 tokens

add-form

20

gocodeable/codeable-flutter-cli-claude-plugin

Command

Generate a form screen with validation, text controllers, form key, and submission wired to a cubit method. Supports text fields, dropdowns, date/time pickers, and image pickers.

2 24d ago A 39 tokens

add-model

24

gocodeable/codeable-flutter-cli-claude-plugin

Command

Create a data model from a JSON example or field descriptions — generates Dart class with fromJson, toJson, copyWith, Equatable, nested model handling, and proper null-safe type casting.

2 24d ago A 39 tokens