I know you're all getting mighty tired of seeing typography on your timeline today!
But here's a pretext.js demo that (hopefully) isn't a crime against justification and indentation.
Claude Code is powerful.
But still mostly single-agent thinking.
This changes that.
oh-my-claudecode turns it into a full team
30+ agents. Parallel execution. End-to-end workflows.
You donโt prompt anymore.
You orchestrate.
Feels less like coding
more like managing an AI dev team.
How to setup your Claude code project?
TL;DR
Most developers skip the setup and just start prompting. That's the mistake.
A proper Claude Code project lives inside a .๐ฐ๐น๐ฎ๐๐ฑ๐ฒ/ folder. Start with ๐๐๐๐จ๐๐.๐บ๐ฑ as Claude's instruction manual. Split it into a ๐ฟ๐๐น๐ฒ๐/ folder as it grows. Add ๐ฐ๐ผ๐บ๐บ๐ฎ๐ป๐ฑ๐/ for repeatable workflows, ๐๐ธ๐ถ๐น๐น๐/ for context-triggered automation, and ๐ฎ๐ด๐ฒ๐ป๐๐/ for isolated subagents. Lock down permissions in ๐๐ฒ๐๐๐ถ๐ป๐ด๐.๐ท๐๐ผ๐ป.
There are two .๐ฐ๐น๐ฎ๐๐ฑ๐ฒ/ folders: one committed with your repo, one global at ~/.๐ฐ๐น๐ฎ๐๐ฑ๐ฒ/ for personal preferences and auto-memory across projects.
The .๐ฐ๐น๐ฎ๐๐ฑ๐ฒ/ folder is infrastructure. Treat it like one.
The article below is a complete guide to ๐๐๐๐จ๐๐.๐บ๐ฑ, custom commands, skills, agents, and permissions, and how to set them up properly.
You can now build and test cloud apps completely offline without an internet connection.. ๐คฏ
Someone built gofakes3, a lightweight S3 clone for testing without AWS. It lets you mock cloud storage directly on your machine.
- Zero cloud costs for local testing.
- Test your S3 integrations offline.
- Lightweight and easy to set up.
100% open source.
Working on component cohesiveness for https://t.co/qTxRMn2aaB. Sliders are really hard to get right but really enjoyable to play with (still WIP).
Last version inspired by @lorenzodossi
Turned my blog articles into one big design engineering skill that you can use with coding agents like Claude Code or Codex.
It covers animations, component design, principles from my open source projects like Sonner, and more.
https://t.co/WKXPGQuvQd
๐ We're covering the basics of multi-module workspaces in Go.
With multi-module workspaces, you can tell the Go command youโre writing code in multiple modules at the same time, and easily build and run code in those modules.
Learn how โก https://t.co/vNMmym2O0r
#neovim 0.8 LSP client now supports connecting to language servers by TCP.
vim.lsp.start({ name = 'godot', cmd = vim.lsp.rpc.connect('127.0.0.1', 6008) })
https://t.co/yxPOlifIeo
.@amplication is an open source low code tool that generates backend code, REST APIs, GraphQL, and API documentation.
Learn more as @MichaelSolati shows @blackgirlbytes how low code can empower developers. https://t.co/t8sgKUGtGS
๐Major Announcement๐
Introducing Relay Hooks: Improved React APIs for Relay!
The Relay team has worked on a new set of APIs called Relay Hooks, with the future of @reactjs in mind. These changes emphasize DevX and performance.
Learn more on our blog: https://t.co/O0PmrN8Caq