World-class weapon design expertise combining the silhouette mastery of FromSoftware, the functional beauty of WETA...
cat ~/인기
GitHub 스타 수로 정렬된 인기 스킬 둘러보기
Expert in building crypto-native communities - token holder communities, NFT communities, DAO governance, alpha...
Comprehensive expertise in blockchain game development, including play-to-earn (P2E) mechanics, play-to-own (P2O)...
Expert guidance on real-time communication patterns including WebSockets, Server-Sent Events (SSE), Socket.IO, and...
Expert at building real-time features using WebSockets, Server-Sent Events, and other live update mechanisms. Covers...
Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup...
World architect specializing in fictional history, magic systems, and lore consistencyUse when "worldbuilding, world...
Expert in HTTP 402 Payment Required protocol implementation - crypto micropayments, Lightning Network integration,...
The YC meta-game distilled from 4000+ funded companies. Demo day prep, batch dynamics, investor updates, "launch...
No-code automation democratizes workflow building. Zapier and Make (formerly Integromat) let non-developers automate...
Use when writing tests. Use when test structure is unclear. Use when arrange/act/assert phases are mixed.
Use when designing or modifying APIs. Use when adding breaking changes. Use when clients depend on API stability.
Use when implementing authentication. Use when storing passwords. Use when asked to store credentials insecurely.
Use when same data is fetched repeatedly. Use when database queries are slow. Use when implementing caching without...
Use when tempted to use class inheritance. Use when creating class hierarchies. Use when subclass needs only some...
Use when acquiring multiple locks. Use when operations wait for each other. Use when system hangs without crashing.
Use when a class creates its own dependencies. Use when instantiating concrete implementations inside a class. Use...
Use when writing similar code in multiple places. Use when copy-pasting code. Use when making the same change in...
Use when exposing internal state. Use when making fields public for convenience. Use when external code modifies...
Use when deciding where to catch errors. Use when errors propagate too far or not far enough. Use when designing...
Use when returning errors from APIs. Use when exposing internal errors. Use when error responses lack structure.
Use when creating custom exceptions. Use when error handling feels chaotic. Use when catch blocks are too broad or...
Use when handling errors. Use when tempted to catch and swallow exceptions. Use when returning default values to...
Use when creating mutation endpoints. Use when trusting frontend to prevent duplicates. Use when payments or...