Bookmarks

Bookmarks

equipr: Cross-Agent Skill and MCP Server Manager
equipr: Cross-Agent Skill and MCP Server Manager
equipr is out: one Go binary that installs skills, commands, and MCP servers into Claude Code, Codex, OpenCode, and Pi, with no plugin registration.
·maquina.app·
equipr: Cross-Agent Skill and MCP Server Manager
One Week of Building and Reviewing Code With LLM Agents
One Week of Building and Reviewing Code With LLM Agents
One week of agent-first backend work in the logs: 2,200 session files across four tools, 350 prompts typed by hand, and which checks actually found real defects.
·allaboutcoding.ghinda.com·
One Week of Building and Reviewing Code With LLM Agents
Where Six AI Coding CLIs Store Your Session Logs
Where Six AI Coding CLIs Store Your Session Logs
Where Claude Code, Codex, Cursor, Amp, opencode, and pi store session logs, which formats they use, how long they keep them, and what remains undocumented.
·allaboutcoding.ghinda.com·
Where Six AI Coding CLIs Store Your Session Logs
Explain to me in Simple Technical English
Explain to me in Simple Technical English
Both phrases cut Claude’s sentences in half when explaining code. The vague Simple Technical English loses 8.5% of the facts, and the real standard ASD-STE100 loses 46.8%.
·allaboutcoding.ghinda.com·
Explain to me in Simple Technical English
You can use Ruby to set the status line in Claude Code
You can use Ruby to set the status line in Claude Code
Claude Code writes the session JSON to your script’s stdin and displays what it prints back. Thirty lines of Ruby give you the folder, the git branch, and the context window percentage.
·allaboutcoding.ghinda.com·
You can use Ruby to set the status line in Claude Code
Generating AI Descriptions of Automated Pull Requests
Generating AI Descriptions of Automated Pull Requests
The slack-ruby-client library, an open source Ruby gem I maintain, runs a scheduled GitHub Actions workflow that regenerates code from Slack’s API definitions and opens a pull request with the diff. The commit message and CHANGELOG entry used to be a generic “Update API (2026-08-11)”, which told a reviewer nothing about what actually changed. Here’s how we taught the workflow to describe its own diffs, using GitHub Copilot CLI, which open source maintainers can get for free.
·code.dblock.org·
Generating AI Descriptions of Automated Pull Requests
Making RubyGems Guides friendly to humans and AI
Making RubyGems Guides friendly to humans and AI
The RubyGems guides at guides.rubygems.org are read by more than humans these days. AI agents fetch them to answer questions about building, publishing, and installing gems. Evil Martians’ Ruby/Rai...
·blog.rubygems.org·
Making RubyGems Guides friendly to humans and AI
Ruby 4.0 Universal RCE Deserialization Gadget Chain - elttam
Ruby 4.0 Universal RCE Deserialization Gadget Chain - elttam
This post releases a new universal chain that turns a single Marshal.load into command execution on Ruby, built with new gadgets from untapped sources as well as old gadgets put to new use.
·elttam.com·
Ruby 4.0 Universal RCE Deserialization Gadget Chain - elttam
Ruby Butler: Thoughts on CLI Design
Ruby Butler: Thoughts on CLI Design
Ruby Butler 0.3 rewrote the CLI around a clearer left-to-right structure: runtime options first, command second, details last. A look at the ideas behind that rewrite, and how the same structure keeps shell completion simple.
·rubyelders.com·
Ruby Butler: Thoughts on CLI Design
Architecture linter for Ruby and Rails
Architecture linter for Ruby and Rails
Static architecture linter for Ruby and Rails and a Packwerk alternative. Declare components and boundaries in one file, then check every change in CI.
·archspecrb.dev·
Architecture linter for Ruby and Rails
Agents on Rails: The LLM Benchmark Project
Agents on Rails: The LLM Benchmark Project
Today we’re sharing the first results of Agents on Rails, a new, ongoing initiative to measure how well today’s leading agentic coding tools (both frontier and open-weight) actually perform on Ruby on Rails codebases.
·rubyonrails.org·
Agents on Rails: The LLM Benchmark Project
Rails and AI — Ruby on Rails
Rails and AI — Ruby on Rails
Rails gives AI coding agents a convention-driven, expressive framework for building production-quality software quickly.
·rubyonrails.org·
Rails and AI — Ruby on Rails
Bringing Rails into the Ractor-age
Bringing Rails into the Ractor-age
Ractors are now viable in production, and it’s time for Rails to embrace them. In this post, we explain why — what Ractors unlock for Rails applications, and the first milestone we’re aiming for in the framework.
·railsatscale.com·
Bringing Rails into the Ractor-age