gocodeable/codeable-flutter-cli-claude-plugin

AI-powered Claude Code plugin for codeable_cli — 13 skills, 34 commands, 9 agents for Flutter Clean Architecture projects

2Stars on the repository
56Mods indexed here, across every type
24d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

add-api

01

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

11

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

15

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

audit

22

gocodeable/codeable-flutter-cli-claude-plugin

Command

Audit the project structure against codeablecli conventions — checks for missing layers, naming violations, cubit/state file counts, import patterns, and architectural drift.

2 24d ago A 31 tokens

create-keystore

24

gocodeable/codeable-flutter-cli-claude-plugin

Command

Generate an Android release keystore (.jks) and key.properties file for a Flutter project — detects project name, checks for existing keystores, configures build.gradle signing, and ensures .gitignore entries.

2 24d ago A 43 tokens