Skip to content

Instantly share code, notes, and snippets.

View DanGrund's full-sized avatar
🤙
Probably Skiing

Dan Grund DanGrund

🤙
Probably Skiing
View GitHub Profile
@sloonz
sloonz / edit-file-tool.ts
Last active March 13, 2025 11:20
simple-claude-code.py
import fs from "node:fs/promises";
import z from "zod";
import createTool from "./_create.js";
import { execa } from "execa";
export default createTool({
schema: {
name: "edit_file",
description: "Edit a file with various modes",
input_schema: {
@gokulkrishh
gokulkrishh / media-query.css
Last active March 12, 2026 00:57
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */