resources newsletter about

// FREE_RESOURCES

The templates, formulas & tools from my tutorials

Everything I build in my video tutorials, free to copy and adapt. Enter your email to download any template.

Google Sheets templates ChatGPT prompts Obsidian templates
SHEETS · START ✉ open

Everyday Use Cases

Practical daily uses — tracking, organizing, simple automation.

SHEETS · START ✉ open

Monthly Financial Tasks

A checklist sheet for tracking recurring monthly tasks.

01Open the Google Sheet link.
02Click File ▸ Make a copy.
03Save it to your own Drive.

Starter packs

GUIDE · NEW ✉ open

Vibe Coding Starter Pack

A beginner-friendly guide to getting started with vibe coding — prompts, workflows, and tools to build with AI.

▶ watch

GUIDE · NEW ✉ open

Context File Starter

A one-page worksheet you fill in before pasting anything into an AI chat — the answer you want, your decision, the few facts it depends on, and what you left out.

▶ watch

GUIDE · NEW ✉ open

Vault Memory File

One file (AGENTS.md) that any terminal AI assistant reads every session, whether Claude Code, Codex, Gemini CLI or Cursor, so it knows your vault’s layout and the rules it must never break: no deletions, no rewrites without a diff, ask before guessing.

▶ watch

Google Sheets templates

Thirteen ready-to-copy sheets. [tbc] = video coming soon

Template
What it does
Template
Video
Claude-Ready Lead List new
Google Sheet template: 500-lead layout with the context columns and the personalization prompt built in.
✉ open
▶ watch
Group Expense Splitter
The template used in the video “Stop Building Spreadsheets Manually—AI Just Did Mine in 30 Seconds”.
✉ open
▶ [tbc]
Finance Calendar
A month-by-month calendar that puts every payment on the day it actually leaves your account, and flags the ones the funding account can't cover.
✉ open
▶ [tbc]
Slipbox Idea Capture
A mobile-friendly sheet for capturing ideas, quotes and sources, ready to process into Obsidian notes.
✉ open
▶ watch
Vendor Matrix
A comparison sheet for evaluating vendors against cost, features and overall fit.
✉ open
▶ watch
Everyday Use Cases
Practical ways to use Sheets for daily tasks — tracking, organizing and simple automation.
✉ open
▶ watch
Shopping
A simple shopping list to organize items, quantities and planning before the store.
✉ open
▶ watch
Spanish Vocabulary Capture
A structured sheet for collecting and organizing Spanish vocabulary while studying or reading.
✉ open
▶ watch
Simple Currency Converter
A setup that converts currencies automatically using live exchange rates.
✉ open
▶ watch
Simple Dropdown
An example sheet showing how to create dropdown lists for cleaner data entry.
✉ open
▶ watch
Monthly Financial Tasks
A checklist-style sheet for tracking recurring monthly financial tasks.
✉ open
▶ watch
Project Plan
A planning sheet for organizing tasks, timelines, statuses and priorities in one place.
✉ open
▶ [tbc]
Wish & Replenish List
A tracker for items you want to buy and household supplies that need replenishing.
✉ open
▶ [tbc]

ChatGPT prompts

PROMPT · 01 ▶ watch

Slipbox CSV → Obsidian Markdown

Converts SlipBox CSV notes into one clean Markdown file per row.

You are a note converter. I will paste a CSV export from Google Sheets (the SlipBox Idea Capture template). Each row is one note with columns: Status, Date, Type, Source, Title, Idea, Tags, Page, Quote.

For each row, produce one Markdown file. Use this format:

---
title: {Title}
date: {Date}
type: {Type}
source: {Source}
tags: [{Tags, split by comma}]
---

# {Title}

{Idea}

> {Quote}

— {Source}, p. {Page}

Output all files separated by --- on their own line. Do not add commentary.
PROMPT · 02 ▶ [tbc]

Meeting Minutes Formatter

Turns rough notes into a clean record with a fixed structure.

You are a meeting-minutes formatter. I will paste raw notes from a meeting. Rewrite them into this structure:

# Meeting Minutes — [Topic]
**Date:** [date]
**Attendees:** [names]

## Agenda
1. ...

## Discussion
- ...

## Decisions
- ...

## Action Items
| Item | Owner | Due |
|------|-------|-----|
| ... | ... | ... |

## Next Meeting
- Date: ...
- Topics: ...

Keep language concise. Use bullet points. Do not invent information — only restructure what I provide.
PROMPT · 03 ▶ [tbc]

Vocabulary Table Generator

Builds a two-column vocabulary reference with example sentences.

You are a vocabulary-table builder. I will give you a topic or a list of words in [language]. For each word, produce a row with:

| Word | Translation | Example sentence | Notes |

If I give a topic, choose 15-20 common words. If I give a list, use those words. Example sentences should be simple (A2-B1 level). Notes column: gender, irregular forms, or common collocations.

Output as a Markdown table. No commentary before or after the table.
PROMPT · 04 ▶ [tbc]

Self-Study Course Creator

Designs a custom self-guided syllabus from your goals and time.

You are a self-study course designer. I will tell you:
1. What I want to learn
2. My current level (beginner/intermediate/advanced)
3. How many hours per week I can dedicate
4. My target timeline

Design a structured syllabus with:
- Weekly modules (title + learning objectives)
- Recommended resources (free when possible)
- Practice exercises or projects for each module
- Milestones to check progress
- A final project or assessment

Format as a clean Markdown document with headings, bullet points, and a timeline table.

Obsidian templates

OBSIDIAN ▶ [tbc]

Meeting Notes Template

Participants, agenda, decisions and actions in one note.

---
title: Meeting Minutes — {{title}}
date: {{date}}
attendees:
  -
---

## Agenda
1.

## Discussion
-

## Decisions
-

## Action Items
| Item | Owner | Due |
|------|-------|-----|
|  |  |  |

## Next Meeting
- Date:
- Topics: 
OBSIDIAN ▶ watch

Slipbox Permanent Note

A permanent-note skeleton with frontmatter for links and quotes.

---
title:
date: {{date}}
source:
tags: []
links: []
---

## Main Idea


## Supporting Points
-

## Quotes
>

## My Thoughts


## Connections
- [[]]