Skill Claude CodeCodex
A set of Flutter architecture patterns for separating application actions, called use cases, from data access, called repositories. Flutter is a toolkit for building apps, and Dart is the language commonly used with it.
Skill Claude CodeCodex
A set of Flutter architecture patterns for separating application actions, called use cases, from data access, called repositories. Flutter is a toolkit for building apps, and Dart is the language commonly used with it.
Skill Claude CodeCodex
A set of design rules for organising a Flutter app into layers, where each layer has a defined responsibility and dependency direction.
Skill Claude CodeCodex
A dependency-update guide for Flutter workspaces using layered architecture. Flutter is Google's toolkit for building apps, and a workspace is a repository containing multiple related packages.
Skill Claude CodeCodex
A set of rules for building Flutter screens with MVVM, a pattern that separates what users see from the code that manages screen state and actions.
Skill Claude CodeCodex
A Flutter design guide for moving between app screens while keeping each screen independent. Flutter is Google's toolkit for building mobile and other user interfaces; go_router is a library for defining those screen routes.
Skill Claude CodeCodex
A guide to the folder and dependency layout of a Flutter project split into several Dart packages in one workspace.
Skill Claude CodeCodex
A research guide for checking Flutter SDK releases and comparing them with the version installed locally. Flutter is Google's toolkit for building applications from one codebase for mobile, web, and desktop.
Skill Claude CodeCodex
A procedure for handling localization in a Flutter app through monolith, using a CSV file as the source for generated language code. Localization means showing app text in different languages.
Skill Claude CodeCodex
A setup for adding Firebase Crashlytics to a Flutter iOS project managed by XcodeGen. Crashlytics collects crash reports, while the added build step uploads the symbol files needed to read those reports.
Skill Claude CodeCodex
A setup for adding Firebase to a Flutter iOS project whose Xcode project is generated from a project.yml file. It connects the Firebase iOS SDK and places the correct GoogleService-Info.plist configuration into each build configuration.
Skill Claude CodeCodex
A security guide for creating and editing GitHub Actions workflows, which are automated jobs that run tasks such as tests and deployments. It requires external actions to be pinned to exact commit identifiers.
Skill Claude CodeCodex
A URL-to-details resolver for tasks, tickets, and pages. For supported links such as GitHub issue URLs, it retrieves the real task number and title instead of guessing from the address.
Skill Claude CodeCodex
A Go code-quality check that formats code, runs a linter to find common problems, and runs tests during or after development. It also covers whole workspaces and tests that use build tags.
Skill Claude CodeCodex
A set of rules for writing and changing Go source files. It covers imports, error checks, meaningful custom types, data structures, and documentation comments.
Skill Claude CodeCodex
A local disk-usage check for development-tool caches and build files. It measures which directories use space and reports possible cleanup targets in a table.
Skill Claude CodeCodex
A procedure for splitting an existing oversized GitHub Pull Request into several smaller Pull Requests. Dependent changes become a stacked sequence, while independent changes can stand alone.
Skill Claude CodeCodex
A planning guide for deciding how to divide a large Pull Request into reviewable pieces. It proposes the order, dependencies, and branch names but does not create branches or Pull Requests.
Skill Claude CodeCodex
A rule for naming and interpreting Git branches in a repository. It explains the roles of main, feature/id/{Issue number}/{name}, and release/{version}/main branches.
Skill Claude CodeCodex
An index that tells an agent which authoritative documents to read for a topic such as architecture, backend design, or legal constraints. It provides paths and lookup guidance rather than the document content itself.
Skill Claude CodeCodex
A formatting and linting workflow for Markdown files, which are plain-text documents with headings, lists, and code blocks. It standardizes formatting and fixes markdownlint warnings.
Skill Claude CodeCodex
A setup guide for adding Google Sign-In to a Flutter iOS app whose Xcode project is generated from configuration files. It connects the required OAuth values to the generated iOS settings.
Skill Claude CodeCodex
A setup skill that moves a Flutter app’s standard iOS folder to an XcodeGen-managed project. XcodeGen creates an Xcode project from configuration files instead of requiring the project file to be maintained by hand.
Skill Claude CodeCodex
A set of rules for writing Git commit messages. It defines the message structure, allowed prefixes, language, bullet format, and automatic issue-reference handling.
Skill Claude CodeCodex
A set of rules for writing comments on existing GitHub pull requests. It covers pull request updates, reviews, inline comments, and replies to discussion threads.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: