// 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.
START HERE
Everyday Use Cases
Practical daily uses — tracking, organizing, simple automation.
Monthly Financial Tasks
A checklist sheet for tracking recurring monthly tasks.
HOW TO USE
Starter packs
Vibe Coding Starter Pack
A beginner-friendly guide to getting started with vibe coding — prompts, workflows, and tools to build with AI.
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.
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.
Google Sheets templates
Thirteen ready-to-copy sheets. [tbc] = video coming soon
ChatGPT prompts
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.
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.
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.
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
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:
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
- [[]]