You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remote Hermes ACP skill – talk to your Hermes agent from Codex/Claude/Copilot/Warp/etc....
name
hermes
description
Send commands, questions, and work requests to a user-configured remote Hermes ACP agent over SSH, then return the complete acpx/Hermes output without summarizing. Use this skill whenever the user asks to talk to, ask, delegate to, or run work through their remote Hermes agent or always-on remote agent. Configure hostnames, session names, paths, and behavior with environment variables such as $REMOTE_HERMES_HOST and $REMOTE_HERMES_SESSION_NAME.
compatibility
Requires network access to $REMOTE_HERMES_HOST, SSH authentication for that host, Node/npm with npx or a global acpx install, and a working Hermes ACP command on the remote host.
Remote Hermes ACP
Use this skill to communicate with a user-configured remote Hermes agent through ACP over SSH.
Summary of How Ramp Built Self-Maintaining Software
How Ramp Built Self-Maintaining Software
Alex from Ramp Labs describes an experiment in making Ramp Sheets more self-maintaining by connecting background coding agents to production observability. The core shift is that AI has reduced the effort of writing code, so the bottleneck moves to maintenance, monitoring, triage, and directing agents at the right problems. Ramp's answer is not merely "an agent that codes", but a system where agents inspect live behaviour, create monitors, respond to alerts, tune noisy signals, and generate pull requests for real issues.
The Bottleneck Moved From Coding To Maintenance
The talk begins with Ramp Labs' broader AI work, including Ramp Sheets, Latent Briefing, and steering vectors, but quickly centres on a practical problem: once AI can handle much of the coding, engineers spend more time deciding what needs attention.
Summary of 'Building your own software factory' by Eric Zakariasson, Cursor
Building Your Own Software Factory - Eric Zakariasson, Cursor
Eric Zakariasson argues that agentic software work is moving from pair-programming toward managed production systems: developers increasingly define intent, constraints, feedback loops, and verification rather than writing every line themselves. Cursor is not fully at the "software factory" stage yet, but parts of its product and company already run with high autonomy, offering practical lessons for teams trying to build similar systems.
The Autonomy Ladder
The talk frames AI coding progress as a climb through levels of autonomy:
Autocomplete: the earliest Cursor-style experience, where AI accelerates local coding.
Pair programmer: the common current state, where humans ask questions, request changes, and review suggestions.
Harness Engineering: How to Build Software When Humans Steer, Agents Execute — summary
Harness Engineering: How to Build Software When Humans Steer, Agents Execute
In this AI Engineer talk, Ryan Lopopolo argues that modern coding agents change the scarce resource in software engineering. The bottleneck is no longer typing implementation code, but designing the systems, context, guardrails, review loops, and operating practices that let agents reliably do the full job. His core claim is that engineering teams should reorganise around delegation, systems thinking, context management, and automation of acceptance criteria, rather than treating agents as autocomplete or code-writing assistants.
Code Is Abundant; Attention Is Scarce
"Code is free."
Lopopolo frames coding agents as a major shift in engineering economics: implementation is becoming abundant, while human time, human/model attention, and model context window remain scarce. Engineers now have access to the equivalent of many parallel implementers, limited mai
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary Prompt with templating for Raycast - great for summarising text or URLs - YT URLs work in Gemini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SKILL: Here Be Git — Initialise a local Git repo and instruct the agent to always commit
Here Be Git
I run dozens of tasks and experiments every day.
More often than not, I want the agent to auto-commit to track revisions.
But for that, I need a git repo and some instructions.
This SKILL sorts that out, and even asks me questions.