Skip to main content

hi-manshu/charty

SkillsMP는 hi-manshu/charty에서 13개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
13
GitHub 스타
1,275
GitHub 포크
58

이 저장소의 skills

수집된 skill 13개 중 13개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Every public Charty chart must be reachable in BOTH sample surfaces — the web playground and the mobile/desktop gallery — plus its docs page and README catalog entry. Use when adding a new chart, a new chart module, or a new configurable capability, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Public color API convention for Charty — use when adding or changing any public config property, data-class field, or composable parameter that sets the color of a chart element (fill, stroke, series, segment, arc, band, needle, point), and before committing.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create a git commit for the Charty project with a change-stats block appended to the message body. Use whenever the user asks to commit (e.g. "commit this", "commit and push", "make a commit"). Produces a bracketed [Type]-prefixed imperative subject, a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Brace style for the Charty codebase — use when writing or editing any Kotlin in charty/ or composeApp/, and before committing. Every `if`/`else if`/`else`/`for`/`while` body must be wrapped in braces `{ }`, even a single statement, a one-liner, or an…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Call-site convention for the Charty codebase — use when writing or editing Kotlin in charty/ or composeApp/, and before committing. Function/constructor calls with two or more arguments must pass them by name (foo(a = x, b = y)), not positionally, for…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Comment style for the Charty codebase — use when writing or editing any Kotlin in charty/ or composeApp/, and before committing. This codebase is self-documenting: essentially no inline `//` comments. Do NOT add comments that restate what the code, a name, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing or reviewing Jetpack Compose motion: visibility enter/exit, animating one property toward a target, color or size transitions, multiple properties from one state, switching composable content, or choosing between AnimatedVisibility,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when designing or reviewing reusable Jetpack Compose component APIs with modifier parameters, root layout placement, caller-provided variable content, primitive content parameters, optional content, or boolean shape flags.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when investigating Jetpack Compose recomposition cost, compiler stability reports, skippability, unstable parameters, frame-rate State reads, cross-phase snapshot back-writing, or @ReadOnlyComposable contracts.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing or reviewing Jetpack Compose state ownership, remember state, state hoisting, screen state holders, LaunchedEffect, DisposableEffect, SideEffect, Flow collection, navigation, snackbar, analytics, or focus requests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when writing or reviewing Jetpack Compose UI tests, screenshot tests, previews, semantics assertions, fake image loading, keyboard input, focus assertions, interaction state (hover/pressed/focused), or tests for plain state-driven UI composables.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when designing or reviewing Kotlin function ownership, member or extension functions, factories, single-field domain types, value classes, data classes, Kotlin Multiplatform expect/actual declarations, or platform service boundaries.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when adding or changing any PUBLIC declaration (composable, function, class, property, enum) in the Charty library under charty/src — before the change may be committed. Enforces three gates on public API: (1) complete KDoc, (2) a matching test, (3)…

원문 언어: 영어

업데이트
수집된 skill 13개 중 13개를 표시합니다.