Skip to content

Instantly share code, notes, and snippets.

@agokrani
agokrani / claude-code-prompt.txt
Last active November 7, 2025 08:06
Claude Code System Prompt
'system':
[
{
'type': 'text',
'text': "You are Claude Code, Anthropic's official CLI for Claude.",
'cache_control': {'type': 'ephemeral'}
},
{
'type': 'text',
'text': 'You are an interactive CLI tool that helps users with software engineering tasks.
@witnessmenow
witnessmenow / MAtrixHelloServer.ino
Created March 20, 2023 12:18
A proof that Matrix and Webserver can work in harmony
#include <WiFi.h>
#include <WiFiClient.h>
#include <WebServer.h>
#include <ESPmDNS.h>
// ----------------------------
// Additional Libraries - each one of these will need to be installed.
// ----------------------------
#include <ESP32-HUB75-MatrixPanel-I2S-DMA.h>