Skip to content

Instantly share code, notes, and snippets.

@orneryd
orneryd / claudette-agent.installation.md
Last active October 28, 2025 15:39
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…
https://blog.red-website-design.co.uk/wp-content/uploads/2019/01/The-Science-of-Logo-Design-How-to-Use-Shapes-Colours-to-Reinforce-Your-Brand.jpg
https://miro.medium.com/max/3334/1*-sxFmijHTQIGf28x0IQaTQ.jpeg
@orneryd
orneryd / gist:909fa5c66002d92f1506
Last active August 29, 2015 14:10
Marionette securedRouter
define([
'underscore',
'marionette'
], function(_, Marionette) {
'use strict';
/**
* SecureRouter
*
* This class is similar to the marionette Approuter except
#!/bin/bash
#
# DESCRIPTION:
#
# Set the bash prompt according to:
# * the branch/status of the current git repository
# * the branch of the current subversion repository
# * the return value of the previous command
#
# USAGE: