I built 100 Claude prompts that replace a $5K/mo agency.
And I'm giving it away for free:
Most people use Claude to write posts.
That's 10% of the game.
This system replaces the entire stack:
Strategist → positioning, ICP, offer
Copywriter → hooks, posts, restructuring
SDR → DMs, qualification, follow-up
Growth marketer → engagement, distribution
Sales coach → objections, closing, pricing
5 more roles.
Each prompt does one job.
Together, they run the entire inbound engine.
Just the prompts B2B founders actually use to fire their agency and replace cold outreach.
If you want it:
1. Connect with me (Oscar Hoole)
2. Comment "Claude"
3. Repost if you want priority access ♻️
And I'll send you the full pack.
@_axtone JavaScript, porque hago cosas para web y para acelerar el desarrollo full stack es más fácil trabajar todo en un solo lenguaje tanto en front como back
Tip: @ChromeDevTools has a CSS Animations inspector! We just added support for CSS scroll-driven animations. Modify timing, delays, durations and more.
📘 ¡Mejora legibilidad de una tabla con una regla #CSS!
Para que sea más fácil de leer, las filas de una tabla se suelen alternar entre un color oscuro y uno claro. Esto hace que si tienes muchas columnas sea más fácil de leer los datos. ¿Cómo harías esto?
🤔 El primer impulso de mucha gente: Añadir clases a las filas o celdas HTML.
✨ ¡Hay una forma más fácil! Usar la pseudoclase `:nth-child()`
1️⃣ `:first-child` selecciona el primer elemento
2️⃣ `:last-child` selecciona el último elemento
3️⃣ `:nth-child(2)` selecciona el segundo elemento
4️⃣ `:nth-child(2n)` selecciona los elementos pares
✨ También se puede usar `odd` (impar) o `even` (par) en lugar de `2n-1` o `2n`, pero ten en cuenta que este último tiene más posibilidades.
✨ También puedes usar `:nth-child(2 of .special)`, que selecciona el segundo elemento con clase `.special`.
⬇ Link más abajo
A simple puzzle GPTs will NEVER solve:
As a good programmer, I like isolating issues in the simplest form. So, whenever you find yourself trying to explain why GPTs will never reach AGI - just show them this prompt. It is a braindead question that most children should be able to read, learn and solve in a minute; yet, all existing AIs fail miserably. Try it!
It is also a great proof that GPTs have 0 reasoning capabilities outside of their training set, and that they'll will never develop new science. After all, if the average 15yo destroys you in any given intellectual task, I won't put much faith in you solving cancer.
Before burning 7 trillions to train a GPT, remember: it will still not be able to solve this task. Maybe it is time to look for new algorithms.
Introducing `claude-researcher` 📈
A powerful Claude 3 research agent that delivers thorough reports in record time.
Just provide an topic, and a chain of AIs with **access to Google** will generate an incredibly comprehensive report for you.
And it's open-source!
🤯 ¿Aún no estás usando #CSS Nesting nativo?
¡Tiene muchas ventajas!
✨ Puedes anidar elementos uno dentro de otro
✨ Más fácil de organizar el código
✨ Puedes anidar sobre el padre (hacia atrás)
✨ Puedes anidar reglas @media, @layer o @scope
✅ Soportado en todos los navegadores
⬇ Link más abajo
🪢Con 'gh alias set' en GitHub CLI, creas atajos para tus comandos gh favoritos. Aquí, se ha creado un alias llamado 'bugs' para el comando 'issue list --label="bugs"'. Ahora, al ejecutar 'gh bugs', obtendrás la lista de problemas etiquetados como 'bugs' en el repositorio actual
🚀 Novedad: ¡Lleva tu experiencia con GitHub al siguiente nivel con GitHub CLI! Ahora, puedes acceder a todas las funciones de GitHub directamente desde tu terminal!
🛠️Esta herramienta gratuita y de código abierto simplifica tu flujo de trabajo🤯
👁️Con 'gh repo view' en GitHub CLI, puedes ver los README de los repositorios directamente desde la terminal. Esto brinda una manera rápida de revisar la información importante de un proyecto, como su descripción y detalles clave.