Skip to content

Instantly share code, notes, and snippets.

View ras0q's full-sized avatar
🦝

Kira Kawai ras0q

🦝
View GitHub Profile

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"
@timheuer
timheuer / mcp-server-config.json
Last active November 2, 2025 15:01
MCP Server Config JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/mcp-config-0.1.0.json",
"title": "MCP Servers Configuration",
"description": "Configuration schema for MCP (Model Context Protocol) servers",
"type": "object",
"required": ["servers"],
"additionalProperties": false,
"properties": {
"inputs": {
@mehm8128
mehm8128 / read-books.md
Last active September 14, 2025 15:27
読んだ本
タイトル 分野 URL ひとこと
マスタリングTCP/IP―入門編― ネットワーク https://amzn.asia/d/7dE45jo 途中からはこの本を基にしている大学の講義を受けただけなので全部ちゃんと読んだわけではない
フロントエンド開発のためのテスト入門 テスト https://amzn.asia/d/57TtT2A takepepeさんのやつ
フロントエンド開発のためのセキュリティ入門 セキュリティ https://amzn.asia/d/hP1tufz shisamaさんのやつ
リーダブルコード その他 https://amzn.asia/d/3I0aON8
世界一流エンジニアの思考法 その他 https://amzn.asia/d/4ntwXr2
Webアプリケーションアクセシビリティ a11y https://amzn.asia/d/7b3lWHl 聖書
モバイルアプリアクセシビリティ入門 a11y https://amzn.asia/d/9wH2wAa 読み途中
体験しながら学ぶ ネットワーク技術入門 ネットワーク https://amzn.asia/d/7yCfEl7 めっちゃよかった
@adojos
adojos / git-for-win_Pacman_Install.md
Last active October 22, 2025 14:03
Git: Pacman Installation on Git For Windows #git

Git For Windows (GitBash) Pacman Installation

The 'Git for Windows' by default does not come with MSYS2 package manager called 'Pacman' and hence it is a limited version or subset of the MSYS2. Also the bash which supplied wih 'Git for Windows' is not a full version of bash hence does not provide for full Linux environment.

However you can get package manager support inside 'Git for Windows' in following ways :

  1. Install full MSYS2 and build Git for Windows yourself (Most git users don't require all packages and MSYS2)
  2. Install Git for Windows SDK (heavy & consumes around 3-5 Gb space)
  3. Use a hack to merge the MSYS2 Pacman packages with your existing Git for Windows installation