gocodeable

56 mods across 1 repository, 2 stars between them.

audit

31

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

33

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

feature

37

gocodeable/codeable-flutter-cli-claude-plugin

Command

Scaffold a new feature with full Clean Architecture layers — data/domain/presentation, cubit, state, repository, route, and DI wiring. Like codeablecli feature but AI-powered with smarter defaults.

2 24d ago A 43 tokens

localize

41

gocodeable/codeable-flutter-cli-claude-plugin

Command

Localize all hardcoded UI strings in a Flutter feature directory using context.l10n pattern. Recursively scans, adds ARB keys, updates the localization service, replaces strings in code, and verifies.

2 24d ago A 41 tokens

release-build

43

gocodeable/codeable-flutter-cli-claude-plugin

Command

Clean all dead code, optimize APK size, and produce an optimized release APK/AAB — removes unused imports, dependencies, colors, assets, widgets, models, endpoints, and localization keys, then builds with all optimization flags.

2 24d ago A 45 tokens

simplify

44

gocodeable/codeable-flutter-cli-claude-plugin

Command

Review recently changed code for reuse opportunities, code quality issues, and efficiency — then fix any issues found. Checks for duplicate logic, missing const, over-engineering, and convention violations.

2 24d ago A 37 tokens