Skip to content

Instantly share code, notes, and snippets.

View lucasgrow's full-sized avatar
🎯
Focusing

Lucas Grow lucasgrow

🎯
Focusing
View GitHub Profile
@lucasgrow
lucasgrow / backstage-lesson-creation.md
Last active January 27, 2026 22:03
From a Video: A structured article about McKay Wrigley's Claude Code Task System demo, with frames, transcript, and analysis.

Backstage: How This Lesson Was Created With an Agent

Someone asked: "Did you use an agent to automate that?"

Yes. Here's exactly how.


The Result

@lucasgrow
lucasgrow / project-structure.md
Created June 12, 2025 16:19
“Boilerplate Next.js / Tailwind / Stripe / Mongo”

“Boilerplate Next.js / Tailwind / Stripe / Mongo”

app/ ├── layout.js # Main layout component ├── page.js # Home page ├── dashboard/ # Dashboard pages │ ├── layout.js # Dashboard layout │ └── page.js # Dashboard main page ├── api/ # API routes │ ├── auth/ # Authentication endpoints