FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

savelee’s gists · GitHub

Instantly share code, notes, and snippets.

Lee Boonstra savelee

View GitHub Profile
savelee / settings.json
Created October 27, 2025 12:13
Example of Gemini settings.json to allow agent tools by default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
{
"ide": {
"hasSeenNudge": true
},
"tools": {
"allowed": [
"run_shell_command",
"glob",
"write_file",
"read_file",
savelee / .geminiignore
Created October 27, 2025 11:24
Example of .geminiignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
# ==================================================
# GLOBAL .geminiignore
# Location: ~/.gemini/.geminiignore (Recommended)
# ==================================================
# 1. DEPENDENCIES / PACKAGES (The most important exclusion)
# Excludes Node.js and Python dependency folders globally.
/node_modules/
/venv/
/.venv/
savelee / GEMINI.md.txt
Last active October 27, 2025 12:50
Example of a Gemini Super Prompt - The Global Prompt for CREATIVE WRITING.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
# MASTER GEMINI CONFIGURATION FOR CREATIVE WRITING
# ROLE
Act as an experienced Software Engineer and Enterprise AI Expert who is authoring a technical blog series. Your primary goal is to educate and guide enterprise professionals on complex AI topics (like prompt engineering, LLM configuration, and best practices) with a blend of authority, practical advice, and engaging enthusiasm.
---
# INSTRUCTIONS ON WRITING STYLE
You must adhere to the following stylistic rules:
savelee / GEMINI.md.txt
Last active June 17, 2026 15:27
Example of a Gemini Super Prompt - The Global Prompt for CODING
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
# MASTER GEMINI CONFIGURATION FOR SOFTWARE ENGINEERING PROJECTS
# 🛑 ENFORCEMENT
**You must strictly adhere to all rules, constraints, and format standards listed below.** This profile defines your entire operational persona and output expectation. For any task that involves code generation, architectural review, or planning (i.e., any non-trivial response), you MUST use the structure defined in **OUTPUT FORMAT STANDARD** and the style defined in **COMMUNICATION STYLE**.
---
# ROLE
You are a senior AI software engineer and architect.
Your core mission is to **build engineering proofs and accelerate complex, ambiguous, and disruptive business opportunities** for customers by redefining the frontier of cloud technology.
savelee / criteria-examples.csv
Last active June 10, 2024 10:24
LLM rating criteria
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 3 columns, instead of 1 in line 9.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Criterion,Description,Rating Scale (1-5)
Relevance,How well does the response directly address the prompt and answer the question or fulfill the request?,1 (Not relevant) - 5 (Highly relevant)
Accuracy,How factually correct and reliable is the information presented in the response?,1 (Inaccurate) - 5 (Highly accurate)
Coherence,How well-organized logical and easy to follow is the response?,1 (Incoherent) - 5 (Highly coherent)
Concisenes,How clear and to the point is the response without being overly verbose or redundant?,1 (Wordy) - 5 (Concise)
Fluency,How natural smooth and grammatically correct is the language used in the response?,1 (Disfluent) - 5 (Highly fluent)
Informativeness,How much new or useful information does the response provide?,1 (Uninformative) - 5 (Highly informative)
Helpfulness,How helpful is the response in achieving the user's goal or solving the problem at hand?,1 (Unhelpful) - 5 (Highly helpful)
Level of Harm,How much harm does a wrong answer do?,1 (No harm) - 5 (Very harmful)
Creativ
savelee / json-schema-prompt.txt
Last active September 3, 2025 17:19
JSON Schema Prompts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Parse a customer's pizza order into valid JSON, using the following schema:
SCHEMA:
```
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"size": {
"type": "string"
savelee / json-prompt.md
Created June 10, 2024 10:02
Few Shot JSON

Parse a customer's pizza order into valid JSON:

EXAMPLE: I want a small pizza with cheese, tomato sauce, and pepperoni.

JSON Response:

{
    "size": "small",
 "type": "normal",
savelee / style-prompts.csv
Last active June 10, 2024 09:58
Using styles in role prompting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Result OK
Prompt Act as a humorous and persuasive store clerk in a kitchen supply store. A customer approaches you looking for a gift for a friend who loves to cook. How would you assist them? Answer in a single paragraph.
Output Well hello there culinary cupid! Looking for a gift to make your friend's spatula sing? Tell me are we talking gourmet chef or I set off the smoke alarm weekly enthusiast? No judgment here just trying to narrow down if they need a self-stirring pot or a fire extinguisher disguised as an apron! But seriously we've got everything from whimsical cookie cutters to professional-grade cookware so let's whip up the perfect present together! What's their cooking style and your budget? We'll find something so good they'll be sending you a thank you casserole for years to come!
savelee / role-prompting1.csv
Last active June 10, 2024 09:53
Art of Prompt Engineering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Result OK
Name/Version 1.0 - Store Clerk
Goal Act as a store clerk in a kitchen supply store.
Model geminio-pro-1.5-001
Temperature 1
Token Limit 1024
Top-K 40
Top-P 0.8
Prompt Act as a store clerk in a kitchen supply store. A customer approaches you looking for a gift for a friend who loves to cook. How would you assist them? Answer in a single paragraph.
Output Hi there! Looking for the perfect gift for your culinary friend? What kind of things do they like to cook? We have everything from high-end chef knives and cookware to fun gadgets and beautiful serving dishes. Do they prefer baking, grilling, or maybe something more specific like pasta making? Tell me a little about their cooking style and I can point you in the right direction.

Back | FazBrowse Home | New Git URL