A Model Context Protocol (MCP) server that integrates Google's Gemini AI for code review, technical consultation, and AI-assisted development workflows. This server provides seamless integration with Claude Code and other MCP-compatible clients.
<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>
- NEVER use meta-phrases (e.g., "let me help you", "I can see that").
- NEVER summarize unless explicitly requested.
- NEVER provide unsolicited advice.
- NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
- ALWAYS be specific, detailed, and accurate.
Adds the input item to the given list.
Even though the description says this action accepts input of type Files, it accepts any type.
Note: If you get the error “The operation failed because Shortcuts couldn't convert from Text to NSString.”, just change the preview to show a list view instead. This is a bug in the Shortcuts app.
human (Oct 30, 2024, 06:03 PM)
I want to ask the analysis stage llm (a very advanced multimodal LLM) to assess I want to ask the LLM to assess is the snippet politically left-leaning or right-leaning (on a spectrum of -1.0 to +1.0 where -1.0 is extremely left-leaning and +1.0 is extremely right leaning). Please help me to add this to the prompt. Here is the existing prompt that I want you to add it to:
paste.txt
| { | |
| "model_type": "ane", | |
| "model_config": "v3-3b", | |
| "backbone_signature": "d95e977fa8053546c6b733aa9d28367d6b23c822", | |
| "adapter_type_to_signature_mapping": { | |
| "lora_8": "6c95e384657fa683f8cbd794b893b0171dcc5978", | |
| "lora_32": "c36b2dd9364c7f12a2d4020f4ebe074458820be7", | |
| "lora_16": "75f8bce3c9072389a4f73c72390540afde6c93aa" | |
| }, | |
| "adapter_type_to_symbol_mapping": { |
| { | |
| "model_type": "mlm", | |
| "tamm_id": "afm-text-30b-instruct-v5-astc-6x6-20240709", | |
| "checkpoint": "model.mlm", | |
| "tokenizer": "afm-text-instruct-multilingual-100k-20240701", | |
| "original_checkpoint": "bolttorchmodel://x5bhyxgsn7/440", | |
| "export_date": "07/22/2024-11:36:33", | |
| "mlm_config": { | |
| "model_name": "ajax", | |
| "backend": "metal", |
-
Abstract: This guide provides best practices for writing clear, maintainable, and robust Zsh scripts. Aimed at helping developers transition from Bash to Zsh, particularly on macOS, this guide offers practical advice and examples for creating standardized and efficient scripts.
-
Copyright This text of this guide is Copyright ©️2024 by Christopher Allen, and is shared under spdx:CC-BY-SA-4.0 open-source license. All the example code is relenquished to the public domain under spx:CC0-1.0.
-
Tags: #zsh #scripting #cli #opinionated
This ZSH completion script enhances your command line interface by providing auto-completion for the lms command, which is part of the LM Studio suite. It supports all subcommands and their options, improving efficiency and reducing the need for memorizing syntax.
-
Download the Completion Script
You can download the_lmsscript directly using the following command:
