Skip to content

Instantly share code, notes, and snippets.

View leynier's full-sized avatar
👨‍💻

Leynier Gutiérrez González leynier

👨‍💻
View GitHub Profile
@kenriortega
kenriortega / stream.class.md
Created May 7, 2021 23:34
Node.js Basic Stream data

Clase de stream nodejs API

'use strict'

const fs = require('fs')
const zlib = require('zlib')
const http = require('http')
@yarn-rp
yarn-rp / .dart
Last active December 29, 2022 18:54
enum OtherCardType { bandec, bpa, metropolitan, unknown }
// First Group
const _cubanStart = r'^92';
const _productName = r'[0-9]{2}';
const _firstGroup = _cubanStart + _productName;
// Second Group
const _bandecSecondGroup = r'0699';

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"