A prompt to boost your lazy "do this" prompts. Install with one of the buttons below.
| 'system': | |
| [ | |
| { | |
| 'type': 'text', | |
| 'text': "You are Claude Code, Anthropic's official CLI for Claude.", | |
| 'cache_control': {'type': 'ephemeral'} | |
| }, | |
| { | |
| 'type': 'text', | |
| 'text': 'You are an interactive CLI tool that helps users with software engineering tasks. |
<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>
<general_guidelines>
http://stackoverflow.com/a/808776/1180523
# model
validates :email, :uniqueness => { message: "is wrong" }
validates :name, :uniqueness => { message: "Your name is wrong" }
HUMANIZED_ATTRIBUTES = {
:email => "E-mail address",
:name => "" # don't include column name in error| From: http://jakescruggs.blogspot.com/2008/08/whats-good-flog-score.html | |
| What's a Good Flog Score? | |
| I've been using Flog to measure the complexity of my Ruby code and I was wondering how others interpret Flog numbers. | |
| I'll go first with my opinions: | |
| Score of Means | |
| 0-10 Awesome | |
| 11-20 Good enough |
| // this allows to send arbitrary messages. The chat conversation you want to send messages to has to be open. | |
| // just run this in the JS console | |
| // http://stackoverflow.com/a/39165137/1249001 | |
| function findReactComponent(dom) { | |
| for (var key in dom) | |
| if (key.startsWith("__reactInternalInstance$")) { | |
| var compInternals = dom[key]._currentElement; | |
| var compWrapper = compInternals._owner; | |
| var comp = compWrapper._instance; |
| <?php | |
| function fivaa($input) { | |
| // Set up variable for result | |
| $output = ''; | |
| // Loop all trough input number descendingly | |
| for ($i=$input; $i > 0; $i--) { | |
| // Loop the first two number of the input |
| { | |
| "auto_complete_commit_on_tab": true, | |
| "bold_folder_labels": true, | |
| "close_windows_when_empty": false, | |
| "color_scheme": "Packages/User/Monokai Soda.tmTheme", | |
| "font_size": 14, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "hot_exit": false, | |
| "ignored_packages": |
| { | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_dependencies": | |
| [ | |
| "0_package_control_loader", | |
| "bz2" | |
| ], | |
| "installed_packages": |