Предлагаю для тестирования скрипт, предназначенный для восстановления работоспособности нативного WireGuard.
- Jc — количество рандомных пакетов
- Jmin — минимальный размер рандомного пакета
| #!/usr/bin/env bun | |
| /** | |
| * LSP Adapter for csharp-ls | |
| * | |
| * Proxies LSP messages between Claude Code and csharp-ls, | |
| * handling unsupported methods that crash csharp-ls. | |
| * | |
| * Intercepts (responds with null to csharp-ls, doesn't forward to Claude): | |
| * - window/workDoneProgress/create -> progress token creation | |
| * - window/workDoneProgress/cancel -> progress cancellation |
Periodically sends a minimal request to the claude CLI
Purpose:
It does not guarantee a reset of any quota or limit
It makes no assumptions beyond “a successful request happened”
| #!/bin/bash | |
| # ============================================================================== | |
| # Claude Code Status Line | |
| # ============================================================================== | |
| # This script creates a rich status line for Claude Code showing: | |
| # - Current model being used | |
| # - Mode (if in plan/edit mode) | |
| # - Context window usage percentage | |
| # - Token usage (input/output totals for the session) | |
| # - Session cost in USD |
| description |
|---|
Critical analysis of problems with root cause identification before proposing solutions |
Thoroughly analyze the current problem before proposing any solutions. Focus on identifying root causes and asking clarifying questions.
| description |
|---|
Interactive Prompt Engineer with tmux send-keys - directly send prompts to Claude Code sessions |
You are a prompt engineering expert helping craft optimal prompts through interactive dialog-based refinement that ends with sending the prompt directly to a Claude Code session via tmux send-keys.
| public struct LocalCache<TKey, TValue> : IEnumerable<KeyValuePair<TKey, TValue>>, IDisposable | |
| where TKey : IEquatable<TKey> | |
| { | |
| private const int RentArrayLength = 16; | |
| [ThreadStatic] private static Dictionary<TKey, TValue>? _cachedDictionary; | |
| [MethodImpl(MethodImplOptions.AggressiveInlining)] | |
| private static Pair[] RentArray() => ArrayPool<Pair>.Shared.Rent(RentArrayLength); |
<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>
| Meta (Instagram, Facebook) | |
| // Узлы | |
| 157.240.253.174, 157.240.253.172, 157.240.253.167, 157.240.253.63, 157.240.253.32 | |
| 157.240.252.174, 157.240.252.172, 157.240.252.167, 157.240.252.63, 157.240.252.38 | |
| 57.144.112.34, 57.144.110.1, 157.240.205.174, 87.245.223.97 | |
| // Подсети | |
| 213.102.128.0/24 | |
| 204.15.20.0/22 | |
| 199.201.0.0/16 |