eaglesakura

48 mods across 1 repository, 2 stars between them.

eaglesakura/agent-skills

Skill Claude CodeCodex

A requirements-definition procedure for turning a software request into clear completion conditions, constraints, tests, and affected areas. Requirements describe what a system must achieve, not how its code should be written.

2 7d ago A 152 tokens original MIT

connect-rpc-curl

26

eaglesakura/agent-skills

Skill Claude CodeCodex

A procedure for testing Connect RPC unary services with buf curl. Connect RPC is a way for programs to call services over HTTP, and unary means one request receives one response.

2 7d ago A 131 tokens original MIT

claude-alias-cursor

27

eaglesakura/agent-skills

Skill Claude CodeCodex

A compatibility rule for environments where Claude Code is unavailable, replacing its command-line use with Cursor's Agent CLI. A command-line tool is a program operated from a terminal.

2 7d ago C 232 tokens original MIT

flutter-app-debug

28

eaglesakura/agent-skills

Skill Claude CodeCodex

A Flutter app launch and debugging guide for running an app on a physical device or emulator and inspecting its live state.

2 7d ago A 184 tokens original MIT

eaglesakura/agent-skills

Skill Claude CodeCodex

A collection of coding rules for Flutter and Dart projects, covering source files, comments, data types, errors, visibility, and formatting. Flutter is a toolkit for building apps, while Dart is its programming language.

2 7d ago A 233 tokens original MIT

eaglesakura/agent-skills

Skill Claude CodeCodex

A code-finding skill for Flutter projects that use layers such as data, domain, use cases, and screens. Flutter is a toolkit for building apps with Dart, and layered architecture separates code by responsibility.

2 7d ago A 196 tokens original MIT

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.

2 7d 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.

2 7d ago A 175 tokens original MIT

eaglesakura/agent-skills

Skill Claude CodeCodex

Flutter Layered Architecture の Screen 層 MVVM(View / ViewModel / ScreenState / ScreenEntity / ScreenEvent)設計・実装用 SKILL。1画面1ViewModel、Riverpod Provider (@riverpod なし)、onXXXX() + Delegate、State→Entity、{画面名}Screen / ScreenImpl 分割では必ず使う。「画面を作る」「ViewModel 追加」「onInitialize」 「Entity 設計」「ViewModel テスト」でもロードし、該当 references/…

2 7d ago A 197 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.

2 7d 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.

2 7d 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.

2 7d 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.

2 7d ago A 119 tokens original MIT

eaglesakura/agent-skills

Skill Claude CodeCodex

Flutter iOS の XcodeGen 構成に Firebase(SPM: firebase-ios-sdk)と GoogleService-Info.plist 配置・pre-build コピーを組み込む SKILL。 「Firebase を xcodegen に」「GoogleService-Info を Flavor ごとに」「preBuildInstallGoogleServiceInfoPlist」 「firebase-ios-sdk を project.yml に」では必ず使う。前提は flutter-xcodegen-ios 適用済み。 Crashlytics 専用は…

2 7d 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.

2 7d 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.

2 7d ago A 154 tokens original MIT

golang-analyze

43

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.

2 7d ago A 216 tokens original MIT

golang-coding-rules

44

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.

2 7d 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.

2 7d 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.

2 7d 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.

2 7d 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.

2 7d ago A 173 tokens original MIT