Skip to main content
goldenm-software
GitHub クリエイタープロフィール

goldenm-software

4 件の GitHub リポジトリにある 43 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
43
リポジトリ
4
更新
2026-08-03
リポジトリエクスプローラー

リポジトリと代表的な skills

themed-tab-view
ソフトウェア開発者

Use ThemedTabView and ThemedTab in a layrz Flutter widget. Apply when adding horizontal tab navigation with Material 3 styling.

2026-07-30
themed-button
ソフトウェア開発者

Use ThemedButton in a layrz Flutter widget. Apply when rendering any tappable action — primary/secondary CTAs, icon-only FABs, destructive actions, cooldown buttons, or the six semantic factories (.save, .cancel, .info, .show, .edit, .delete).

2026-06-22
themed-search-input
ウェブ開発者

Use ThemedSearchInput in a layrz Flutter widget. Apply when adding a search bar — either a compact icon button that expands into an overlay, or a full-width inline field.

2026-06-22
themed-table-2-migration
ウェブ開発者

Use when migrating ThemedTable<T> (v1) to ThemedTable2<T> (v2) in a layrz Flutter widget. Apply when a widget uses the old ThemedTable API with onShow/onEdit/onDelete/onMultiDelete/ThemedColumn and needs to be updated.

2026-06-22
responsive-col
ソフトウェア開発者

Use ResponsiveCol in a layrz Flutter widget. Apply when defining a column's width at different breakpoints inside a ResponsiveRow.

2026-05-28
responsive-row
ソフトウェア開発者

Use ResponsiveRow in a layrz Flutter widget. Apply when wrapping ResponsiveCol children in a responsive 12-column grid container.

2026-05-28
themed-table-2
ウェブ開発者

Use ThemedTable2<T> in a layrz Flutter widget. Apply when displaying a list of domain objects in a table with sort, search, multiselect, and row actions.

2026-04-28
themed-alert
ソフトウェア開発者

Use ThemedAlert in a layrz Flutter widget. Apply when rendering an inline status callout — info/success/warning/danger/context/custom severities with five visual styles (.layrz, .filledTonal, .filled, .outlined, .filledIcon).

2026-04-22
このリポジトリの収集済み skills 36 件中、上位 8 件を表示しています。
form-builder
ソフトウェア開発者

Router for building, reviewing, or debugging a validation form with the layrz-forms library. Use this skill whenever the user wants to validate structured input — request payloads, GraphQL inputs, dicts, structs, API bodies — or mentions layrz-forms, layrz_forms, a "form class", a `layrz:` struct tag, `is_valid()`, `ais_valid()`, `Validate()`, `LayrzError`, `FieldError`, a `clean_*` method, a `Clean<Field>` hook, or error codes like `required`, `invalid`, `empty`, `minLength`, `invalidChoice`. Also use it when the user asks "why is my form not catching X", "how do I validate a nested list", or wants to add a field to an existing form — even if they never say the library's name. This skill only picks the language and hands off; it does not itself explain how to write forms.

2026-08-03
go-form-builder
ソフトウェア開発者

Build and validate forms with the layrz-forms Go library. Use for struct tags, Validate(), IsValid(), Clean<Field> hooks, FieldError, error codes, pointer vs. value fields, GraphQL inputs, and subform recursion. GO-SPECIFIC only — see form-builder router for Python.

2026-08-03
py-form-builder
ソフトウェア開発者

Build, edit, or debug Python forms using layrz-forms Form subclasses. Use this for any Python validation work — when defining or modifying Form subclasses, adding BooleanField/CharField/EmailField/IdField/JsonField/NumberField/UuidField fields, implementing clean_* methods, calling is_valid() or ais_valid(), reading .errors or .cleaned_data, integrating with Strawberry GraphQL, or diagnosing error codes. Do NOT use for Go forms — this is Python-specific.

2026-08-03
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました