Skip to main content
corruptmemory
GitHub 제작자 프로필

corruptmemory

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

수집된 skills
9
저장소
1
업데이트
2026년 7월 16일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

actor-pattern
소프트웨어 개발자

Apply the actor pattern for thread-safe state management. Use when: (1) multiple threads/goroutines need shared mutable state, (2) replacing mutex-locked structs or atomic patterns, (3) building a service layer that owns in-memory state plus persistence, (4)…

2026년 7월 16일
jai-language
소프트웨어 개발자

Comprehensive Jai programming language reference and cheat sheet. Use when working with Jai code, tree-sitter-jai grammar development, or answering questions about Jai syntax and semantics. Covers declarations, types, control flow, directives,…

2026년 7월 16일
interface-first
소프트웨어 개발자

Design around contracts, not implementations. Use when: (1) building multi-step features where placeholders would otherwise accumulate, (2) expensive or stateful objects need mock and real implementations (databases, caches, external services), (3) scaling…

2026년 4월 20일
audit
웹·디지털 인터페이스 디자이너

Perform comprehensive audit of interface quality across accessibility, performance, theming, and responsive design. Generates detailed report of issues with severity ratings and recommendations.

2026년 3월 13일
critique
웹·디지털 인터페이스 디자이너

Evaluate design effectiveness from a UX perspective. Assesses visual hierarchy, information architecture, emotional resonance, and overall design quality with actionable feedback.

2026년 3월 13일
tree-sitter-grammar
소프트웨어 개발자

Comprehensive tree-sitter grammar development guide covering the JavaScript DSL, precedence systems, conflict resolution, external scanners, state explosion mitigation, and best practices distilled from studying 17 reference grammars and the official…

2026년 2월 22일
emacs-ts-mode
소프트웨어 개발자

Comprehensive guide for building Emacs tree-sitter major modes. Covers the full treesit.el API, font-lock rules, indentation, navigation, imenu, and best practices distilled from studying 17+ production modes. Use when creating or modifying an Emacs…

2026년 2월 14일
config-extraction
소프트웨어 개발자

Extract subsystem-specific config structs from a monolithic/global configuration using the strangler fig pattern. Each subsystem gets a focused config struct and a pure conversion function, breaking the dependency on the global config package. Use when: (1)…

2026년 2월 12일
수집된 skill 9개 중 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다