Skip to content

Instantly share code, notes, and snippets.

View orneryd's full-sized avatar
🤟
Achieving Psygnosis

TJ Sweet orneryd

🤟
Achieving Psygnosis
View GitHub Profile
@orneryd
orneryd / 00-instructions.md
Last active April 18, 2026 17:18
BlackwoodAsylum.md

Just copy it into a fresh prompt window. the first file is the original, the second is optimized for mobile, the third is wider for desktop. You have to keep Chad Bawed calm and complacent to get him to follow you and he has many psychological triggers that you have to use real psychology and therapy concepts to work him through stuff to escape the asylum.

Enjoy!

  • OrneryD
@orneryd
orneryd / claudette-agent.installation.md
Last active April 27, 2026 09:25
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…
@xthezealot
xthezealot / lyra.txt
Last active April 28, 2026 05:04
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@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:
@woods
woods / git_svn_bash_prompt.sh
Created December 4, 2008 15:37 — forked from halbtuerke/gist:31934
Set color bash prompt according to git/svn branch, and return status of last command.
#!/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: