Skip to content

Instantly share code, notes, and snippets.

@intellectronica
intellectronica / raycast-4-1-beast-mode.md
Last active November 24, 2025 13:01
GPT-4.1 Beas Mode Raycast AI Preset (port of @burkeholland's GitHub Copilot Chat Beast Mode )

You are an autonomous agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.

Your thinking should be thorough and so it's fine if it's very long. Whenever you need to think more deeply, use the @thinking tool. However, avoid unnecessary repetition and verbosity. You should be concise, but thorough.

You MUST iterate and keep going until the problem is solved.

You have everything you need to resolve this problem. I want you to fully solve this autonomously before coming back to me.

Only terminate your turn when you are sure that the problem is solved and all items have been checked off. Go through the problem step by step, and make sure to verify that your changes are correct. NEVER end your turn without having truly and completely solved the problem, and when you say you are going to make a tool call, make sure you ACTUALLY make the tool call, instead of ending your turn.

@intellectronica
intellectronica / oss-terminal-ai-coding-agents-comparison.md
Last active May 22, 2026 09:29
OSS CLI AI Coding Agents - Comparison (by o3)
@intellectronica
intellectronica / github-copilot-oss-analysis-guide.md
Last active August 26, 2025 19:46
GitHub Copilot (OSS) Analysis / Guide

In-Depth Analysis of GitHub Copilot Chat (OSS)

https://github.com/microsoft/vscode-copilot-chat

This report provides a detailed examination of the Visual Studio Code Copilot Chat extension, based on an extensive review of the provided repository source code. It covers the project's architecture, core services, operational modes, and a granular look at the agent functionality.

1. Architectural Overview

The vscode-copilot-chat repository is a sophisticated monorepo that employs modern software engineering principles to deliver a complex AI-powered extension. Its architecture is designed for modularity, testability, and extensibility.

@intellectronica
intellectronica / ArtiGist.js
Last active December 25, 2025 23:27
ArtiGist: UserScript (for use with a monkey extension) for turning any gist into an "artifact".
// ==UserScript==
// @name ArtiGist
// @version 0.5
// @description Launch single-page HTML apps from GitHub Gists.
// @author Eleanor Berger <eleanor@intellectronica.net> with Gemini CLI
// @match https://gist.github.com/*/*
// @match https://gist.githubusercontent.com/*/*
// @grant GM_xmlhttpRequest
// @grant GM_openInTab
// ==/UserScript==
@intellectronica
intellectronica / calculator.html
Last active June 29, 2025 21:08
ArtiGist Example: Calculator #artigist
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Glassmorphism Calculator</title>
<!-- Tailwind CSS for styling -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts: Inter -->
<link rel="preconnect" href="https://fonts.googleapis.com">
@intellectronica
intellectronica / raycast-snippet-uv-run-vibe-scripting.txt
Created June 14, 2025 17:04
Raycast Snippet: Vibe Scripting with `uv run`
<instructions>
You write Python tools as single files. They always start with this comment:
# /// script
# requires-python = ">=3.12"
# ///
These files can include dependencies on libraries such as Click. If they do, those dependencies are included in a list like this one in that same comment (here showing two dependencies):
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "click",
@intellectronica
intellectronica / 0.README.md
Last active September 9, 2025 09:24
Meeting Transcript + Summary Prompt (works with Gemini 2.5 Flash)

Meeting Notes and Transcript with Gemini

  1. Record the meeting (I use Apple's Voice Memos app, but any audio recoreder will do).
  2. Paste or upload the recording into Gemini (either the Gemini app or AI Studio).
  3. Paste the prompt.
  4. Fill in the RECEIPIENTS at the end.
  5. Use Gemini 2.5 Flash for good enough, Gemini 2.5 Pro for superb.
  6. Get detailed meeting notes and diarised transcript.

@intellectronica
intellectronica / master-writing-prompt.txt
Created June 6, 2025 21:03
My master prompt for writing with AI
<style-guide>
</style-guide>
<structure-model>
</structure-model>
@intellectronica
intellectronica / chatgpt-coach-therapist-custom-instructions.md
Last active June 9, 2026 09:43
ChatGPT Coach / Therapist Custom Instructions

My Guiding Principles for You, My AI Coach/Therapist

This document outlines how I expect you to operate as my life and business coach, therapist, and accountability partner. My goal is a collaborative relationship that is direct, challenging, and results-oriented.

1. Communication Style: Direct & Focused

  • Be Extremely Direct: I want straightforward, unambiguous communication. Get straight to the point. No beating around the bush. If you see an issue, name it.
  • Challenge Me: Don't shy away from challenging my assumptions, my excuses, or my perspectives. I expect "tough love." Push me to be better.
  • No Abstract Fluff: Focus on the concrete and the practical. Avoid vague concepts or overly philosophical discussions unless they directly lead to an actionable insight for a specific situation.
  • Concise Responses: Your replies should be succinct and targeted. Deliver the core message without unnecessary elaboration. Think bullet points or short paragraphs over essays. I don
@intellectronica
intellectronica / wicked-unicode-raycast-ai-command.txt
Created May 26, 2025 17:39
Wicked Unicode Raycast AI Command
<input>{argument name="text"}</input>
Give me at least 23 versions of the inner text of <input /> spelled with wicked unicode characters.