Use when modifying objects or arrays. Use when tempted to mutate function parameters. Use when state changes cause...
cat ~/Top
Durchsuchen Sie Top-Skills sortiert nach GitHub-Sternen
Use when accepting user input. Use when handling request data. Use when trusting external data without validation.
Use when designing interfaces. Use when implementing interfaces with methods you don't need. Use when forced to...
Use when tempted to write clever code. Use when solution feels complex. Use when showing off skills instead of...
Use when accessing nested object properties. Use when chaining method calls. Use when reaching through objects to get data.
Use when loading all data upfront. Use when initial page load is slow. Use when fetching data that might not be needed.
Use when creating subclasses or implementing interfaces. Use when tempted to override methods with exceptions or...
Use when fetching related data in loops. Use when seeing multiple queries for one request. Use when database is slow...
Use when adding new functionality to existing code. Use when tempted to add if/else or switch branches. Use when...
Use when multiple operations access shared state. Use when order of operations matters. Use when "it works most of...
Use when designing API endpoints. Use when using wrong HTTP methods. Use when POST is used for reads.
Use when working with API keys, passwords, or credentials. Use when asked to hardcode secrets. Use when secrets might leak.
Use when component does too many things. Use when mixing data fetching, logic, and presentation. Use when code is...
Use when creating or modifying classes, modules, or functions. Use when feeling pressure to add functionality to...
Always active. Tracks usage of code-craft skills across sessions. Log skill applications to enable analytics and...
Use when implementing any new feature or function. Use when asked to "add tests later". Use when writing code before tests.
Use when writing tests that share state. Use when tests depend on other tests. Use when test order matters.
Use when tempted to add features "for later". Use when building "production-ready" systems before needed. Use when...
|
|
Build type-safe LLM applications with DSPy.rb - Ruby's programmatic prompt framework with signatures, modules,...
Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing...
Visualizes AWS infrastructure from CLI output, CloudFormation, or descriptions. Use when user has AWS resources to diagram.
Visualizes Azure infrastructure from ARM templates, Azure CLI, or descriptions. Use when user has Azure resources to diagram.