Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
set -euo pipefail
# patch-claude-code.sh — Rebalance Claude Code prompts to fix corner-cutting behavior
#
# What this does:
# Patches the npm-installed @anthropic-ai/claude-code cli.js to rebalance
# system prompt instructions that cause the model to cut corners, simplify
# excessively, and defer complicated work.
#
@rubenbelem
rubenbelem / settings.json
Last active February 4, 2020 01:24
SYNC AGAIN
We couldn’t find that file to show.
@rubenbelem
rubenbelem / jszip-utils.js
Last active January 5, 2019 18:49
JsZipUtils with GM.xmlHttpRequest
/*!
JSZipUtils - A collection of cross-browser utilities to go along with JSZip.
<http://stuk.github.io/jszip-utils>
(c) 2014 Stuart Knightley, David Duponchel
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown.
*/
!(function(e) {
@rubenbelem
rubenbelem / extensions.json
Last active April 16, 2018 21:40
Settings VSCode 16-04-2018
[
{
"id": "2gua.rainbow-brackets",
"name": "rainbow-brackets",
"publisher": "2gua",
"version": "0.0.6"
},
{
"id": "HookyQR.beautify",
"name": "beautify",
@rubenbelem
rubenbelem / config
Created August 3, 2017 21:06
vscode_settings
.
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@rubenbelem
rubenbelem / configs
Last active May 13, 2016 21:08
Um teste com meu primeiro gist
We couldn’t find that file to show.