Guides. Prompts. Links. All in one place.
No advanced coding required. Just be ready to build.
Everything you need to install - Claude, Claude Code, and how to get started - in plain English.
| π | Start - Pjotr kicks things off |
| π¨ | Build - You work in pods. Mike rotates to guide each group. |
| π‘ | Live Guidance - As questions come up, we pause and share with everyone |
| π€ | Present - Each pod shows what they built |
Location: 16F, KMC Skyrise 4A & 4B Proworking Space, Cebu IT Park - be there by 1 PM
1. Join the Discord: https://discord.gg/g2pJzjmV - find your Pod channel (A through D)
2. Get Claude: https://claude.ai - sign up if you haven't
3. Star this repo so you can find it again later
| Topic | What it means | |
|---|---|---|
| π§ | Plan Mode | How to think with Claude before you build |
| π€ | Pod Collaboration | Dividing work inside your group using AI |
| β‘ | Build Fast & Iterate | Prompt, test, adjust, repeat |
| π | GitHub for Teams | Centralizing your work so everyone can access it |
| ποΈ | NotebookLM | Turning your output into something presentable |
| π | Multi-AI Workflows | When to use Claude vs ChatGPT vs Gemini vs Grok |
| Tool | What it's for | Link |
|---|---|---|
| Claude (web/desktop) | Main AI - planning, writing, thinking | claude.ai |
| Claude Code | AI in your terminal - for building | docs |
| GitHub | Share and collaborate on your work | github.com |
| NotebookLM | Turn your output into a presentation | notebooklm.google.com |
| AI Studio | Google's free AI playground - experiment freely | aistudio.google.com |
| ChatGPT | Alternative AI, great for some tasks | chatgpt.com |
| Gemini | Google's AI - strong on search + docs | gemini.google.com |
| Grok | xAI's model - great for current events | x.ai/grok |
| Suno | Type a description, get a full song back | suno.com |
Full tools guide with descriptions and decision help
| βοΈ | Claude Code Quickstart | Install, authenticate, first commands, plan mode, troubleshooting |
| π¬ | Prompt Cheat Sheet | Starter prompts and structures that actually work |
| π | GitHub Basics | Repos, commits, sharing - the minimum you need today |
| π οΈ | All Tools | Every tool for today with descriptions, links, and a decision guide |
| π | Pod Kickoff Guide | How to pick your problem, define it, divide the work, and structure your repo |
| π€ | Presentation Guide | Use NotebookLM to turn your repo into a pitch deck and video - step by step |
| π | Using Your Repo | How to commit work, pull updates, and collaborate without stepping on each other |
Each pod has their own GitHub repo. This is where your team's work lives for the day. Think of it like a shared folder that everyone on your pod can add to, and that the facilitators can open at presentation time.
Two repos. Two purposes:
| Repo | What it is | What to use it for |
|---|---|---|
| This repo (stellarph-claude-workshop) | The workshop hub | Guides, prompts, setup help, tools - read-only reference |
| Your pod repo (e.g. tindacheck, sakay-na) | Your team's workspace | Everything you build, write, or create today |
How your pod repo works:
- Everything your pod builds goes here - code, notes, docs, anything
- One person saves (commits) at a time - no two people writing the same file simultaneously
- The simplest way to add something: click Add file on your repo page, paste or upload, click Commit changes
- If you're using Claude Code, just tell it: "save this to our pod repo" and it will handle it
- Your repo is your presentation - Pjotr will open each pod's repo at the end of the session
Your pod repo already has:
README.md- your team roster and a space to describe what you're buildingnotes.md- structured notes template to fill in as you go (great for the presentation)CLAUDE.md- context that primes Claude Code with your pod's info the moment you open it
| Pod | Leader | Members | Repo |
|---|---|---|---|
| Pod A | Cris Militante | Kael, Carl Cabasag, Michael Ian Rule | tindacheck |
| Pod B | Pierce Borinaga | Rumejan Barbarona, Chris, Earl Ceniza | sakay-na |
| Pod C | Rome Nicolas | Ivhan, Guadalupe Carriaga | fitalarm |
| Pod D | Hannah Athena Estrera | Charles Ivan Ogalesco, Jayne Carly Cabardo | giftmaster |
Updated live during the session - April 10, 2026
|
Grocery Price Comparison App The problem: Comparing grocery prices across stores is slow and manual - shoppers can't tell at a glance whether they're getting a good deal when sizes and pack counts differ. What they built: A mobile-first web app where you scan a barcode or type a product name, add items to a list, and compare unit prices across different sizes and pack formats. Features a barcode scanner using the Open Food Facts API, sizeΓpacks formula for accurate unit pricing, dark/light mode, and a My List tab for side-by-side comparison. Team: Cris Militante (Leader), Kael, Carl Cabasag, Michael Ian Rule Stack: Single HTML file, Vanilla JS, Open Food Facts API |
Cebu Jeepney Route Finder The problem: Getting around Cebu by jeepney is confusing for locals and visitors alike - there's no easy way to know which route to take from point A to point B. What they built: A route finder web app that lets you pick your origin and destination and surfaces the right jeepney routes to take. Built for Cebu commuters who navigate the city's jeepney network daily. Team: Pierce Borinaga (Leader), Rumejan Barbarona, Chris, Earl Ceniza Stack: React, Vite |
|
GPS Fitness Alarm App The problem: You tell yourself you'll go for a run tomorrow morning - but when the alarm goes off, you snooze it. There's nothing stopping you. What they built: A fitness alarm that you literally cannot ignore. Set your activity (run, walk, cycling, gym), your distance or time goal, and an alarm time. When it fires, it plays a looping siren that won't stop until you start moving. GPS tracks your real distance in real time. Auto-detects inactivity via DeviceMotion API and resumes the alarm if you stop. Includes a workout summary screen with pace, distance, and time. Team: Rome Nicolas (Leader), Ivhan, Guadalupe Carriaga Stack: Single HTML file, Vanilla JS, GPS/DeviceMotion APIs |
Relationship Intelligence PWA The problem: People care about their relationships but forget important dates, struggle to pick the right gifts, and don't know how to consistently show thoughtfulness. What they built: A progressive web app that stores rich profiles of the people in your life - personality types, love languages, preferences, important dates - and proactively suggests gifts, affirmations, and meaningful gestures at the right moments. Includes Supabase auth, a persons API with notes and chat, an AI agent layer for gift research, and a full VPS backend with task queuing. Team: Hannah Athena Estrera (Leader), Charles Ivan Ogalesco, Jayne Carly Cabardo Stack: Next.js 14, React, Tailwind CSS, Supabase, Node/Express agent API, BullMQ, Redis, ZeroClaw |
Copy these, adjust for your situation, go.
You are helping me [goal]. Here is the context: [explain the situation].
My constraints are: [time/tools/skills]. Start by asking me clarifying questions before we begin.
I have a problem: [describe it]. Don't give me a solution yet.
First help me understand the root cause and the options I have.
Act as a senior [role]. Review what I've built so far: [paste your work].
Tell me what's working, what's missing, and what to do next.
- Claude Code Docs - https://docs.anthropic.com/en/docs/claude-code/overview
- Anthropic Prompt Library - https://docs.anthropic.com/en/prompt-library/library
- NotebookLM Guide - https://support.google.com/notebooklm
- GitHub Getting Started - https://docs.github.com/en/get-started
|
Advertising analysis, AI-powered ad strategy, and media accountability. Michael's Community: |
Building the tech and startup community in the Philippines. |


