Skip to main content
mishka-group
GitHub 제작자 프로필

mishka-group

3개 GitHub 저장소에서 수집된 9개 skills를 저장소 단위로 보여줍니다.

수집된 skills
9
저장소
3
업데이트
2026년 7월 29일
저장소 탐색

저장소와 대표 skills

guarded-struct
소프트웨어 개발자

Use when working with the GuardedStruct library. Triggers on `use GuardedStruct`, `guardedstruct do ... end`, `Module.builder/1`, `__guarded_change__/1`, `GuardedStruct.AshResource` extension, or files importing `GuardedStruct.{Validate, Diff, Info, Errors}`.…

2026년 5월 15일
guarded-struct-api
소프트웨어 개발자

Use when calling the runtime helpers around a guarded module — `Module.builder/1,2`, `GuardedStruct.Validate.{run,field,partial}`, `GuardedStruct.Diff.{diff,apply,equal?}`, `GuardedStruct.Info.*` introspection, telemetry events at `[:guarded_struct, :builder,…

2026년 5월 15일
guarded-struct-ash
소프트웨어 개발자

Use when working with an `Ash.Resource` that has `extensions: [GuardedStruct.AshResource]` — i.e. any file declaring `guardedstruct` inside an Ash resource, anything wiring `GuardedStruct.AshResource.Change`, or anywhere…

2026년 5월 15일
guarded-struct-conditional
소프트웨어 개발자

Use when declaring or debugging a `conditional_field` block — multi-shape fields that resolve to one child based on a per-child `validator:` MFA. Covers child dispatch order, `priority: true`, `structs: true` for list iteration, error aggregation under…

2026년 5월 15일
guarded-struct-derive
소프트웨어 개발자

Use when writing or modifying `derives:` strings on guarded fields, when invoking `GuardedStruct.Derive.SanitizerDerive.sanitize/2` or `ValidationDerive.call/3` directly, or when debugging `:sanitize` / `:validate` op errors. Covers the full grammar of…

2026년 5월 15일
guarded-struct-dsl
소프트웨어 개발자

Use when writing or modifying a `guardedstruct do ... end` block. Triggers on `field`, `sub_field`, `conditional_field`, `virtual_field`, `dynamic_field` declarations, section options like `enforce:`, `authorized_fields:`, `error:`, `json:`,…

2026년 5월 15일
guarded-struct-extensions
소프트웨어 개발자

Use when defining or wiring custom validator/sanitizer ops via `use GuardedStruct.Derive.Extension`. Triggers on `derives do validator :name, fn -> ... end end` blocks, the `:derive_extensions` config key (Application or per-module), the `:config` sentinel,…

2026년 5월 15일
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다