Activity
Mon
Wed
Fri
Sun
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
What is this?
Less
More

Owned by Josue

AI, Sales, Beer

722 members • Free

The pub where we build the future of sales. Crack a cold one, talk shop, and automate your way to the top.

The AI Lounge

21 members • Free

A space to learn AI and automation, share your journey, and grow together. 🚀

Memberships

Vibe Builders

558 members • Free

AI Automation Skool

2.4k members • Free

AI Income Lab

2.9k members • Free

Skoolers

168.4k members • Free

School of Content

1.4k members • Free

AI Systems & Soda

3.2k members • Free

Builder’s Console Log 🛠️

2.6k members • Free

Agent Space

706 members • Free

Chase AI Community

69.8k members • Free

8 contributions to Builder’s Console Log 🛠️
I built a Claude Code skill that edits my YouTube shorts
I did not want to pay $300+ a month for a video editor just to add basic graphics to 60-second clips. So I built a Claude Code skill that handles it. The stack: 1. Record raw video on phone or webcam 2. Drop it into Tella to trim silences and mistakes (5 min manually) 3. Feed the cut to my "daily short" skill in Claude Code 4. Skill writes a storyboard. Asks me for screenshots, logos, B-roll assets I want included 5. Storyboard goes to HyperFrames (a Heygen library of Claude Code skills) which spins up a local video editor and renders the final cut HyperFrames is the part most people miss. It is not a hosted SaaS. It is a set of installable Claude Code skills. You run a single CLI command and it pulls every skill into your .claude/skills/ folder. From there your agent can drive the editor end-to-end. Adds graphics, B-rolls, sound effects, transitions. The mental model that clicked for me: Claude is not editing the video. Claude is running a real editor for you. Same UI you would touch in Premiere, except an agent moves the timeline. Two gotchas I hit: - Quality drops on render unless you explicitly tell the skill to preserve the source resolution - Captions still need a manual pass. I use the Instagram Edits app (free) for that step Watch the full walkthrough: https://youtu.be/dRcELE4vm3s
2
0
Open AI Agent Builder
I am Building ChatBot Using Open AI Agent Builder, and i need help can anyone help me please
1 like • May 26
Happy to help, but you'll get sharper answers if you drop the specific wall you hit. Where's it breaking, connecting a tool, the agent not calling the function, or deploying it somewhere? The most common Agent Builder snag is the tool schema not matching what the model expects. What does your setup look like right now?
Building App From Scratch
Hey is Corbins 6 hour app building course still applicable? As in should I add or change any methodologies presented in the video? Thanks Guys!
2 likes • May 26
The core flow holds up. Two things shifted since it dropped though. Spec the feature in a markdown file before the agent touches code, it cuts rework hard. And use subagents or a /goal loop for multi-step work instead of one long chat that drifts. The video fundamentals are still the base. What are you building first?
The /goal command turns Claude Code into a worker + evaluator loop
Claude Code shipped /goal a few weeks ago. Codex and Hermes have their version too. It replaces the old Ralph loop plugin people were running on their own. The idea is simple. You set a goal, Claude runs until the goal is met. What's actually happening under the hood: A worker model (Sonnet or Opus) does the real work. Writes code, runs bash, reads files. An evaluator model (Haiku) reads the conversation every turn and checks if your condition is met. When the evaluator says done, the goal auto-clears and you get control back. The catch most people miss: the evaluator only sees the transcript. It cannot run commands or check files itself. So your end condition has to be something the worker's own output can prove. Otherwise it loops forever and burns tokens. The prompt framework that works for me: 1. End state. One measurable thing. A test result, a file count, a markdown doc. 2. State check. How Claude proves it. A command, a script. 3. Constraints. Guardrails so it does not take shortcuts on other files. 4. Safety cap. Stop after 28 turns or 45 minutes. Non-negotiable. Real example: migrating 50 skills from one repo to another. Without /goal, Claude pings you for approval every few files. With /goal in auto mode, it ran straight through. Zero misses, zero babysitting. One gotcha. You need auto mode or bypass permissions on. Otherwise it stalls waiting for input and the loop dies. Also worth knowing: only one goal per session, condition can be up to 4,000 characters, and the goal survives if you close the session. You can resume it. Watch my full breakdown here: https://youtu.be/dcOg_xm5LUc?si=Syt1oZ_rIFo7BZQ_
2
0
May 19 • 
General
A design assist with Impeccable
Hey all! I watched Corbin's video on landing page design (see below) and wanted to share something that I've found useful for designing pages: https://impeccable.style Impeccable is basically a design harness that works alongside your AI tool of choice. The tools you can invoke from it really help take any AI coded page from generic to something more unique. One thing to note: using Impeccable tools can consume a large amount of tokens out of the gate (anywhere from 15 - 30K) when it runs the larger functions like site audits for overall design reviews. This isn't all tools, just the most intensive functions. Smaller tools like typeset consume far less while improving on fonts and the like. You do become familiar with how and when to use specific tools, saving tokens. Worth checking out for those of us who have not done professional design work. Note: Not an ad, I have no connection with the Impeccable creator and receive no money from this post (in case anyone was wondering). Keep building!
1 like • May 20
Will check this out. The gap between AI-coded pages and actual good design is the biggest reason people still hire designers, anything that bridges it is worth a look. Have you compared the output to v0?
1-8 of 8
Josue Hernandez
2
5points to level up
@josue-hernandez-1795
Automation and AI Enthusiast Check out my YT! https://www.youtube.com/@AIJosue

Active 16h ago
Joined Dec 19, 2025
Phoenix, Arizona
Powered by