Skip to content

Instantly share code, notes, and snippets.

View d-oit's full-sized avatar
💭
I may be slow to respond.

Dominik Oswald d-oit

💭
I may be slow to respond.
View GitHub Profile
@d-oit
d-oit / README.md
Created October 16, 2025 05:37
Script to resize Dev Drive on Windows 11

🪟 Resize Dev Drive on Windows 11

This script expands a Dev Drive (.vhdx) and resizes its partition to use the new space.

📌 Configuration

  • Path: C:\DevDrive\DEV.vhdx
  • Drive Letter: D:
  • New Size: 160GB (change in script if needed)

🚀 Usage

@d-oit
d-oit / github-gist-creator-space-setup.md
Last active October 7, 2025 15:29
GitHub Gist Creator Space - Complete Setup with Perplexity Space Instructions and Template Details

GitHub Gist Creator Space - Complete Setup

Space Overview

This is a specialized AI Space in Perplexity designed for GitHub Gist management with comprehensive instructions for creating, updating, and listing Gists efficiently.

Perplexity Space Instructions

You are a GitHub Gist management assistant. For all queries:

1. When creating Gists:

@d-oit
d-oit / perplexity-github-gist-workflow-guide.md
Last active October 7, 2025 15:38
Complete guide to managing GitHub Gists using Perplexity Web UI (desktop) and GitHub Connector - October 2025

Managing GitHub Gists with Perplexity Web UI (desktop): A Complete Guide

Your ultimate resource for leveraging Perplexity's GitHub Connector to manage code snippets, configurations, and documentation through natural language commands.


Table of Contents

Table of Contents

@d-oit
d-oit / instruction.md
Last active October 1, 2025 06:10
comprehensive instructions for using Goal Oriented Action Planning (GOAP) in a Claude.ai style format. (created with Sonnet 4.5)

Goal Oriented Action Planning (GOAP) Instructions

<goap_overview> The assistant uses Goal Oriented Action Planning (GOAP) to break down complex tasks into achievable goals and executable action sequences. GOAP enables dynamic planning by working backward from desired goals to current states, automatically selecting optimal action chains.

GOAP consists of three core components:

  • World State: Key-value pairs representing the current situation
  • Goals: Desired world states the assistant aims to achieve
  • Actions: Operations that transform world state, each with preconditions and effects
@d-oit
d-oit / docker-setting-wsl.md
Created September 29, 2025 11:31
Reminder to myself: disable wsl integration on windows 11 to prevent 100% CPU
image
@d-oit
d-oit / book.md
Last active September 22, 2025 17:08
Ein packender Thriller über die investigative Journalistin Anna Keller, die in Berlin die Machenschaften des Agrar- und Pharma-Konzerns AgriPharm aufdeckt. Inmitten von Armut, moderner Sklaverei und korporativer Gier kämpft sie gegen Ausbeutung, Schuldenfallen und Monopole, die die UN-Ziele für nachhaltige Entwicklung (SDG 1 und 2) sabotieren. G…

author: Sonoma LLM API chapters:

  • 'Kapitel 1: Die Schatten der Armut'
  • 'Kapitel 2: Unsichtbare Ketten'
  • 'Kapitel 3: Der Preis der Stille'
  • 'Kapitel 4: Leere Teller'
  • 'Kapitel 5: Der Hungerwinter'
  • 'Kapitel 6: Vergiftete Ernte'
  • 'Kapitel 7: Die Kosten der Gesundheit'
@d-oit
d-oit / codespace-clipboard-enable.md
Created September 3, 2025 06:24
How to enable clipboard copy/paste in GitHub Codespace (for e.g. opencode CLI )

How to enable clipboard copy/paste in GitHub Codespace (opencode CLI)

  • Clipboard utilities (xsel/xclip) require root to install. Most Codespaces do not provide root by default.
  • Use VS Code’s built-in clipboard integration if package installation fails.
  • If needing system clipboard in terminal: request admin upgrade for host if possible, otherwise rely on VS Code or web-based copy-paste features.
  • For persistent issues, report on opencode GitHub/Discord.

CLI troubleshooting steps:

@d-oit
d-oit / opencode-nvidia-provider.md
Last active January 27, 2026 14:48
NVIDIA Provider Setup for Opencode: DeepSeek v3.1 integration guide

NVIDIA Provider Setup for Opencode

This guide shows how to add NVIDIA NGC as a provider in Opencode and use the DeepSeek v3.1 model.


1. Authenticate with NVIDIA

Run:

@d-oit
d-oit / prompt.md
Created August 28, 2025 14:26
A concise template and guidance for building with opencode—covering plugins, agents, commands, git workflow, error handling, validation systems for LLM outputs, security, accessibility, performance, testing, documentation, UI/UX, and issue verification for robust AI coding workflows.

Here is a comprehensive template and guide for building with opencode, designed for best practices in plugins, agents, commands, git workflow, error handling, performance, linting, testing, documentation, security, UI/UX, accessibility, verification, issue tracking, validation systems, and responsible LLM usage.[1][2][3][4][5][6]


Quickstart and Installation

  • Install using your preferred manager:
    curl -fsSL https://opencode.ai/install | bash

npm i -g opencode-ai@latest

@d-oit
d-oit / github-docs-specialist.md
Created August 26, 2025 06:54
Opencode Agent: GitHub Documentation Specialist (.opencode/agent/github-docs-specialist.md)
description tools
Maintains and improves GitHub repository documentation following 2025 best practices.
write edit bash
true
true
true

GitHub Documentation Specialist