subaud
  • Tags
  • Resume
  • About
  • Feed
  • Guides
Sign In

Claude Code

5 posts


MixCraft - Adding Claude Skills to the music assistant

MixCraft - Adding Claude Skills to the music assistant

MixCraft connects Claude to Apple Music. The infrastructure post explains why the server is hosted remotely — Apple Music requires server-side JWT signing with a private key, so a local MCP server wasn't an option. This post covers the other side: the Apple Music integration itself, the adapter pattern

Mar 12, 2026 • Court Schuett
#MCP #Apple Music #Claude Code
Shapley 1: An Annular Planetary Nebula

Teaching Claude to Teach AWS

A friend had been building a web app with Claude Code — Express server, vanilla HTML/CSS/JS, in-memory data storage. The app worked and kept growing. But it was running on her laptop with no deployment, no database, and no auth. She needed to get it to AWS and had

Mar 04, 2026 • Court Schuett
#Claude Code #AWS #CDK
Event-Driven Claude Code and OpenCode Workflows with Hooks

Event-Driven Claude Code and OpenCode Workflows with Hooks

I needed a plugin that could run a multi-phase workflow autonomously — start a task, wait for it to finish, check the result, start the next one. I built it in Claude Code using Stop and SubagentStop hooks, then rebuilt it in OpenCode using session.idle events. Both work. The orchestration

Feb 12, 2026 • Court Schuett
#Claude Code #OpenCode
Claude Code Hooks and the Statusline

Claude Code Hooks and the Statusline

The feature-workflow plugin tracks features in files (docs/features/[id]/plan.md), but that state isn't visible without reading the files. Multiple terminal tabs running Claude Code have no indication of which feature each is working on. The statusline integration solves this by writing the current feature ID

Jan 26, 2026 • Court Schuett
#Claude Code
Building a Harness for... Myself

Building a Harness for... Myself

With proper workflows and setup, Claude Code has been amazing for me to get a project 80% complete. Where I have struggled (not just with Claude Code, but in general) is to complete a project. I think I did fairly well with this project: https://github.com/schuettc/plex-collection-creator with

Jan 04, 2026 • Court Schuett
#Claude Code #Development
Page 1 of 1

© 2026 subaud

Opinions and statements are my own.