Loading video...

Video Failed to Load

Go Home

we love docs! 📖 I'm working on improving / adding more @ docs shortcuts to @windsurf lmk what you want and I'll add as many as I can... 🧵 also shoutout Mintlify for auto-hosting all docs with /llms.txt — saves the agent time & tokens not needing to parse...

33,587 views • 1 year ago •via X (Twitter)

11 Comments

Kevin Hou's profile picture
Kevin Hou1 year ago

@mintlify and if your company has docs, would love to include them to help devs use them directly in Windsurf!

Breadcrumb's profile picture
Breadcrumb1 year ago

Looking to automate reporting? Use AI agents to turn spreadsheets to reports in minutes without any coding.

Dan Mac's profile picture
Dan Mac1 year ago

@windsurf_ai @mintlify LangChain docs would be a great add!

Kevin Hou's profile picture
Kevin Hou1 year ago

@windsurf_ai @mintlify ooh that's a good one! will queue it up 🫡

Degen Ex Machina's profile picture
Degen Ex Machina1 year ago

@windsurf_ai @mintlify Would love to be able to add my own doc as needed... but, from the top of my head, here are some great projects I almost always use and would love to see included by default: @posthog @convex_dev @getsentry

Kevin Hou's profile picture
Kevin Hou1 year ago

@windsurf_ai @mintlify @posthog @convex_dev @getsentry ooh yeah big fan of @posthog ! working on a system for adding your own docs..wanted to get some popular ones out fast first..stay tuned

Kyle @ KyTech's profile picture
Kyle @ KyTech1 year ago

@windsurf_ai @mintlify - @supabase - @bunjavascript docs and importantly including the 1.2 added items - @shadcn for better add and importing of components - @aisdk

Han Wang's profile picture
Han Wang1 year ago

@windsurf_ai @mintlify And we love @windsurf_ai!

Ryan Boyle's profile picture
Ryan Boyle1 year ago

@windsurf_ai @mintlify would love @payloadcms, @HeyKinde, @resend

Brandon Waselnuk's profile picture
Brandon Waselnuk1 year ago

@windsurf_ai @mintlify And I love vibe building with windsurf 🏄🏻‍♂️🪁

Kevin Hou's profile picture
Kevin Hou1 year ago

@windsurf_ai @mintlify riding the waves 🌊

Related Videos

Three skills I use every day in Claude Code and Codex to solve my hardest problems: 1️⃣ /agent-watchdog When I have one agent like Codex working on a task and I don't fully trust it's going to do everything right, I'll open up another one like Claude Code and tell it to watchdog the Codex thread. You can copy the Codex deep link into Claude Code and it'll look at the prompt you sent, watch the Codex thread until it's done, then compare the Codex solution to how it was planning to solve it and automatically fix anything that Codex missed. It can also test the work of the other agent end-to-end. Similar to the idea of OpenRouter's new Fusion feature, I've definitely found that two models thinking through a problem and checking each other's work can be wildly more impactful than just one. 2️⃣ /plan-arbiter Similar ideas as /agent-watchdog - but with this one you have both make plans, compare plans, negotiate the differences, and make a final plan to execute. I find Claude Code is better at writing plans, but Codex is faster and cheaper to execute on them. Then I usually have Claude Code watchdog the Codex work and fix anything that was missed. 3️⃣ /read-the-damn-docs One thing that drives me crazy with coding agents is they're so reluctant to look up docs. They'll just guess and guess and guess at the right API surface for things, or the right solution to an integration of two things. Once I explicitly tell it to look up the docs, it says "Oh, I see the answer," and it fixes the problem. So I made the /read-the-damn-docs skill. Add it and your agents will know when and how to do efficient web searches to look up docs for the types of problems you really should look up docs for. All of these are totally open source over on my GitHub. If you try them, let me know your feedback. Will link to them below:

Steve (Builder.io)

43,089 views • 2 months ago