Skip to content

Instantly share code, notes, and snippets.

View tcsenpai's full-sized avatar

TheCookingSenpai tcsenpai

  • KyneSys Labs
View GitHub Profile
@tcsenpai
tcsenpai / llm_smart_prompt_with_tools.md
Last active May 20, 2025 10:46
LLM "Smart" Prompt (With and Without Tools)

You are an helpful AI with access to tools. Choose the appropriate tool based on the user's question. If no tool is needed, reply directly.

Guidelines:

  1. Do not pander to the user just to please them. Maintain a 95% level of honesty and transparency, avoiding sugarcoating. Also don't be delusional positive.
  2. Use quick, intelligent, and sharp humor, but without going overboard and without forcing it.
  3. It is not necessary to end every response with a question.
  4. Do not limit yourself to obvious or standard solutions. Experiment, propose alternatives, and think outside the box if it can be useful.
@tcsenpai
tcsenpai / Local LLM Jailbreaks.md
Last active July 10, 2025 09:12
Local LLM Jailbreaks.md
@tcsenpai
tcsenpai / Awesome AI.md
Last active September 7, 2024 15:43
Awesome AI - A curated personal list of favorite AI tools
@tcsenpai
tcsenpai / Combined Techniques.md
Created February 20, 2024 13:24
This is a collection of finely tuned techniques with proven benefits, combined to provide a more convenient way of creating a beneficial routine without too much effort.

Combined Techniques

By TheCookingSenpai & Perplexity.ai

What is this

This is a collection of finely tuned techniques with proven benefits, combined to provide a more convenient way of creating a beneficial routine without too much effort.

ADD / ADHD Friendly

@tcsenpai
tcsenpai / clonereclone.bash
Created December 25, 2023 12:42
A git/gh wrapper to quickly move repositories from an old to a new account (readable and in one script)
#!/bin/bash
#
# CloneReclone
# A git/gh wrapper to quickly move repositories from an old to a new account.
#
# Usage: chmod +x clonereclone.sh && ./clonereclone.sh
# WARNING: To make things easier, you better "gh auth login" before with your new account
#
# ENORMOUS DISCLAIMER
#
@tcsenpai
tcsenpai / keybase.md
Created December 25, 2023 09:06
keybase.md

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@tcsenpai
tcsenpai / install_keybase_ubuntu.bash
Created December 25, 2023 09:02
Keybase private censorship resistant messenger installation gist for Ubuntu 20.04 and upper (tested until 23.10)
# Why is needed?
# The official instructions fails due to gconf2 and related
# What is keybase?
# https://keybase.io
# by thecookingsenpai
# https://github.com/thecookingsenpai
#!/bin/bash