eaglesakura/agent-skills

A collection of SKILLs and Sub Agents for AI Agents

2Stars on the repository
55Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

eaglesakura/agent-skills

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.

not rated 2 5d ago A 194 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 175 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 202 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 158 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 200 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 119 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 142 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 167 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 154 tokens original MIT

golang-analyze

37

eaglesakura/agent-skills

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.

not rated 2 5d ago A 216 tokens original MIT

golang-coding-rules

38

eaglesakura/agent-skills

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.

not rated 2 5d ago A 181 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago C 147 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 173 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 183 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 173 tokens original MIT

[object Object]

43

eaglesakura/agent-skills

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.

not rated 2 5d ago A 147 tokens original MIT

markdown-fix

44

eaglesakura/agent-skills

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.

not rated 2 5d ago A 116 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 126 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 179 tokens original MIT

eaglesakura/agent-skills

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.

not rated 2 5d ago A 188 tokens original MIT

github-comment-rule

48

eaglesakura/agent-skills

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.

not rated 2 5d ago A 178 tokens original MIT

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: