Skip to content

Instantly share code, notes, and snippets.

Josef Fröhle Dexus

View GitHub Profile
@Dexus
Dexus / claudette-agent.installation.md
Created October 16, 2025 13:35 — forked from orneryd/claudette-agent.installation.md
Claudette coding agent (System Prompt, Preamble, Chatmode, etc…) built especially for free-tier models like chatGPT-3/4/5+ to behave more similar to Claude. Claudette-auto.md is the most structured and focuses on autonomy. *Condensed* nearly the same but smaller token cost for smaller contexts, *Compact* is for mini contexts. Memories file suppo…

Beast Mode

Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"

GitHub Copilot Custom Agent Mode

I modified that beast mode to be more robust, and I love it. Refactored an entire older repo I made from years ago just for fun and was able to do perfectly

I call it "Extensive Mode"

"Extensive Mode.chatmode.md"

The tools should be customized per environment and what you have available,

@Dexus
Dexus / macos-distribution.md
Created July 9, 2025 08:38 — forked from rsms/macos-distribution.md
macOS distribution — code signing, notarization, quarantine, distribution vehicles
@Dexus
Dexus / uscan.md
Created March 11, 2025 10:22 — forked from squidpickles/uscan.md
uscan and uupdate howto

uscan and uupdate howto

Post by cjstm » Tue Mar 31, 2009 1:06 am

So you have ampache-3.4.4-0ubuntu1 installed and you want to give 3.5x a try, but wait 3.5 is not in the archives yet? Or better yet, you have PHP-5.2.6-0ubuntu1 installed and a newer version of PHP has come out and you want it now and not 6 months from now when the next release of Ubuntu comes out. Well the nice people at Debian/Ubuntu have developed a couple of tools to help you out. uscan and uupdate, which are part of the devscripts package, will help you update ANY Ubuntu/Debian package that has a watch file.

The first thing we need to do is install some needed packages.

@Dexus
Dexus / update-deb-new-upstream-notes.txt
Created March 11, 2025 10:21 — forked from gnanet/update-deb-new-upstream-notes.txt
NOTES: Updating a Debian package with a new upstream release generalized
Based on http://blog.fili.nl/updating-a-debian-package-with-a-new-upstream-release/
wget {URL OF NEW UPSTREAM SOURCE TAR.GZ}
sudo apt-get install devscripts
sudo apt-get build-dep {PACKAGENAME}
sudo apt-get source {PACKAGENAME}
cd {PACKAGESOURCE-DIR}
uupdate ../{NEW UPSTREAM SOURCE TAR.GZ} -v {NEW UPSTREAM VERSION}
@Dexus
Dexus / Agent Passthru.md
Created April 18, 2024 11:18 — forked from Jaykul/Agent Passthru.md
SSH Agent passthru to WSL 2 (working, in Windows 11, in May 2023)

For awhile now, each time I got a new Windows laptop I would dig up strasis gist on how to set up agent forwarding for SSH in WSL2 -- but recently I tried to point someone else at it and they were very confused by it, so this is my attempt at simpler instructions.

Installation

With Chocolatey, you must use an elevated PowerShell session. If there's no choco command found, it will fall back to winget for the npiperelay install. To force using Winget even if you have choco installed, you need to download it, so you can pass parameters to it.

Easy mode: just run this in PowerShell:

@Dexus
Dexus / README.md
Created March 6, 2024 16:11 — forked from mosquito/README.md
Add doker-compose as a systemd unit

Docker compose as a systemd unit

Create file /etc/systemd/system/[email protected]. SystemD calling binaries using an absolute path. In my case is prefixed by /usr/local/bin, you should use paths specific for your environment.

[Unit]
Description=%i service with docker compose
PartOf=docker.service
After=docker.service
@Dexus
Dexus / cloud-init.yaml
Last active January 11, 2024 11:34 — forked from syntaqx/cloud-init.yaml
cloud init / cloud config to install Docker on Ubuntu
#cloud-config
# Option 1 - Full installation using cURL
package_update: true
package_upgrade: true
package_reboot_if_required: true
manage-resolv-conf: true
resolv_conf:
nameservers: