
ClaudeLines
探索并安装 Claude Code 自定义状态行脚本。
rsproule · HN
Share and explore custom Claude Code status lines
完整作品展
技术栈
60 projects

探索并安装 Claude Code 自定义状态行脚本。
rsproule · HN
Share and explore custom Claude Code status lines

集成包管理器的编程语言,用于编写和共享代码
u/KILLinefficiency · Reddit
The Kal Package Manager Hey everyone, A couple of weeks ago, I posted about Kal, my programming language written from scratch. I am really happy to share a glimpse of Kal's own package manager! Kal v0.1.0 shipped with a package system that lets you add and use third party Kal packages. But, that process was completely manual. You’d have to clone the package, place it in the right directory, clone the package’s entire dependencies all by yourself, one after another. :( The package manag

Create polished, consistent code snippets for posts, docs, presentations, and embeds—in seconds, from wherever you work.
@mo_techbuilder · X
Hello! new to building in public, I'll take any suggestions!

Atomira is a home for code and the people who make it.
@AtomiraLabs · X
Hello Bill. We have been looking for GitHub alternatives that fit both designers and developers. We couldn't find the alternative we were looking for. So we made our own.


在加密工作区中与 Claude Code 和 Cursor 等 AI 代理共享文件和日志。
@Raullen · X
6 months ago, @qevan and I hit a stupid wall: just trying to share a local file or some logs with an AI agent was incredibly frustrating. So, we built the first version of —a dead-simple, secure way to pass context to AI. The community feedback was amazing. We got ~200 stars on GitHub, and it quickly became a daily driver for a lot of developers. But recently, we realized the game has changed. Our workflows evolved. It’s no longer just humans sending files to agents. Agents need to write back to humans. Agents need to hand off context to other agents. The whole team—human and AI—needs to collaborate. So, we gave vnsh a massive upgrade. Today, it’s no longer just a secure clipboard. It’s now a living workspace. 🚀 You drop your context in once and get a dynamic link. Claude Code, Cursor, Cline, and your human teammates all open the exact same document. When one agent updates it, your whole stack sees it instantly. Complete context handoff, without ever copy-pastin

上传 PDF 生成二维码和短链接,无需注册也无需下载。
EdenSu · V2EX
做了个托管 PDF 的二维码工具 最近老婆一直在抱怨给老外传 pdf 文件很麻烦,之前一直是走邮件附件。麻烦在于文件一改就得重发一遍,对方手上可能还留着旧版本,来回确认到底看的是哪一版特别费劲。 想着不如给她生成个二维码或者短链接,文件更新了直接换后面的,链接不变。搜了一圈现成的工具,试了几家都有点别扭。有的免费能生成,点下载却要注册。还有的会在扫码后的落地页上放广告,但那是发给客户看的东西,不太合适。 干脆自己做了一个: https://qrcodeforpdf.app 传个 PDF ,出一个二维码和短链接,扫了在浏览器里直接打开,不用下载也不用装 App 。文件可以随时替换,码和链接都不变,已经发出去或者印出去的都还能用。不注册就能生成和下载,PNG 和 SVG 都没有水印,应该是比较完美的,刚好也作为自己的一个小项目,也欢迎大伙们试用给建议,逐步优化!

扫描GitHub代码库查找安全漏洞,AI提供修复建议。
u/uwais_ish · Reddit
Three weeks to build an AI security scanner. The scanner was the easy part. Shipped RedFlag this month. Breakdown of where the time actually went, because it was nothing like I estimated. Stack: Next.js 16, Auth.js v5, MongoDB, Stripe, OpenAI. Deployed on Vercel. What I thought would be hard: getting an LLM to find real vulnerabilities. What was actually hard: getting it to stop finding fake ones. First working version flagged 200+ issues on a clean repo. Every one plausible, most of th

描述你想要构建的代码,AIHEYcoder 在浏览器中实时生成。
@AIHEYcoder · X
Take it/try it/rimix it made by latest @deepseek_ai Find anything in : #vibecoding #nocode #ai #claude #lovable #chatgpt #deepseek

Free one-page websites for local businesses. Tell us about your business, we write it, design it, and put it live in about a minute.
@Enfo_Page · X

为独立桌面应用生成和验证带有机器锁定的许可证密钥。
@sublimeartsio · X

本地查看 Claude Code 记录,分析对话轮次、工具调用、代理、成本和间隔。
@madebyivor · X
Claude Code leaves a huge .jsonl behind. I wanted to verify errors and see what actually ran. So I built transcript reader (similar to openai/euphony): turns, tools, agents, diffs, cost, long gaps, blocked hooks. Local-first. Nothing gets uploaded.