chris
banner
chrisraible.com
chris
@chrisraible.com
reading more code than I write, eating more pizza than I make.

building open source software @ghost.org
Ghost 6.0
Networked publishing, native analytics, and $100M earned by indie publishers
ghost.org
August 4, 2025 at 4:37 PM
Unfortunately today I am both the intern and the interviewee 🙈
July 29, 2025 at 2:07 AM
Commands are composable
June 20, 2025 at 7:37 AM
"/update-command new-command "This command should always run the /update-command after creating it, to analyze it for improvement opportunities""
June 20, 2025 at 7:37 AM
Commands can proactively suggest improvements to themselves
June 20, 2025 at 7:35 AM
"/update-command update-command"
June 20, 2025 at 7:35 AM
Commands can update themselves
June 20, 2025 at 7:32 AM
"/update-command update-command "This command should proactively suggest improvements to the user replacing repetitive functionality in the command with bash scripts where appropriate.""
June 20, 2025 at 7:32 AM
Commands can update other commands
June 20, 2025 at 7:31 AM
"/new-command update-command "This command should accept a command name and a prompt as an argument. It should try to update the command in
./.claude/commands<command>.md according to the instructions provided in the prompt."
June 20, 2025 at 7:30 AM
Commands can create commands
June 20, 2025 at 7:28 AM
"Create a custom command in ./.claude/commands/ that generates new custom commands. The command should create a markdown file in the current project's
.claude/commands directory (creating the directory if needed), not in the user's home directory."
June 20, 2025 at 7:22 AM