geektime-bootcamp-ai
Hands-on AI programming bootcamp projects and practical exercises
All Skills in This Repository (3)
Pure Emerald Level Indicatorspg-data
Translate natural language requests into read-only SQL queries for three databases.
gemini-image
Generate images from text prompts using Google's Gemini model in Python.
site-slides
Convert image directories or PDFs into MDX slide decks with captions.
Frequently Asked Questions
FAQPage SchemaHow to install geektime-bootcamp-ai?โผ
Run `npx skills add tyrchen/geektime-bootcamp-ai --all -g -y` in your terminal to install all skills in this repository globally.
What can I learn from this bootcamp repository?โผ
It contains weekly hands-on projects covering natural language SQL queries, Gemini image generation, slide creation, and code review automation, each with full specs and working code.
How to query PostgreSQL with natural language?โผ
The pg-data skill turns plain-English questions into safe, read-only PostgreSQL queries for blog, e-commerce, and CRM sample databases, with automatic validation and confidence scoring.
Does this work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible coding environments.
Is this repository suitable for beginners?โผ
Yes. Each weekly project includes requirement docs, design notes, and implementation plans, so beginners can follow the full development process step by step.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides