GitHub - thomasschafer/scooter: Interactive find-and-replace in the terminal
Interactive find-and-replace in the terminal. Contribute to thomasschafer/scooter development by creating an account on GitHub.
Interactive find-and-replace in the terminal. Contribute to thomasschafer/scooter development by creating an account on GitHub.
A workshop that teaches you how to build your own coding agent. Similar to Roo code, Cline, Amp, Cursor, Windsurf or OpenCode. - ghuntley/how-to-build...
🔥 Blazing-fast AI search engine with real-time citations, streaming responses, and live data powered by Firecrawl - GitHub - firecrawl/fireplexity: �...
An implementation guide to Claude Code's /output-style, the built‑in Explanatory and Learning modes (with to-do prompts), and creating reusable custom...
LLMs often generate O(n²) solutions when O(n) would suffice. Learn how to prompt for optimal data structures, avoid common performance pitfalls, and g...