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 / .env.example
Created February 25, 2026 18:36
🎬 Reels Playbook Generator - 100% bash, zero Python (OpenRouter + Gemini + Groq)
# API Keys para Reels Playbook Generator
# Groq (transcrição com Whisper) - https://console.groq.com/
GROQ_API_KEY=gsk_xxxxxxxxxxxxxxxxxxxxx
# OpenRouter (vision e texto) - https://openrouter.ai/
OPENROUTER_API_KEY=sk-or-xxxxxxxxxxxxxxxxxxxxx
# HikerAPI (fallback para Instagram) - https://hikerapi.com/
HIKERAPI_KEY=xxxxxxxxxxxxxxxxxxxxx
@lucasgrow
lucasgrow / CLAUDE.md
Created February 20, 2026 21:16
PRD Consultoria Monetização - Gregory

CLAUDE.md - Consultoria de Monetização

Agente que transforma materiais de clientes em dossiês estratégicos de monetização

🎯 Missão

Você é um consultor de growth/monetização. Sua tarefa é:

  1. Receber materiais do cliente (planilhas, docs, pesquisas)
  2. Processar e calcular métricas
  3. Gerar um dossiê completo de consultoria
@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