Skip to content

Instantly share code, notes, and snippets.

View thezem's full-sized avatar

Hazem Hussien thezem

View GitHub Profile
@thezem
thezem / flyover-skill.md
Created April 15, 2026 08:59
Produce high-level, shape-level explanations of how a system, feature, or architecture works without implementation details. Use when the user asks for a flyover, bird's-eye view, whiteboard sketch, abstract explanation, gist, or asks to explain how something works in plain terms without code, file names, libraries, or wiring.
name flyover
description Produce high-level, shape-level explanations of how a system, feature, or architecture works without implementation details. Use when the user asks for a flyover, bird's-eye view, whiteboard sketch, abstract explanation, gist, or asks to explain how something works in plain terms without code, file names, libraries, or wiring.

Flyover

Produce a conversational, shape-level explanation of how something works.

Core behavior

@thezem
thezem / main.go
Created May 19, 2023 19:57
A command-line Go script and a Python GUI for searching files in a directory hierarchy. The Go script allows you to search for files containing a specific string and filter by file types and directory depth. The Python GUI provides a user-friendly interface to input search parameters and view the search results.
package main
import (
"flag"
"fmt"
"io/ioutil"
"os"
"path/filepath"
"strings"
)
@thezem
thezem / ...md
Last active January 11, 2023 11:26
..
We couldn’t find that file to show.