Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
25 articles
Headless Claude Code: 5 Things I Run From My GitHub Actions
Claude Code -p runs headless in CI with zero terminal Blog generation, daily audit, PR triage, release notes, README sync all on cron Each run costs 0.10 to 0.60 EUR depending on context size Pin the CLI version and cache...
Read articleShopify Admin API From Claude: 5 Patterns I Use Across 15 Repos
Product create via Admin API beats clicking through the dashboard every time Blog post POST with metafields saves 12 minutes per article Metaobject sync keeps...
What I Run as Cron Jobs in My Claude Stack: 6 Automations
6 cron jobs run my studio publishing pipeline on a 2 EUR/month server Auto-syndicate posts to 4 channels at 09:00 daily Blog-index rebuild runs every...
How I Auto-Publish a Blog Article Per Day With GitHub Actions and Claude
Daily blog automation runs free on GitHub Actions cron at 06:00 UTC Topic queue file plus dedup check against the live blog index Single Anthropic...
5 Claude Code Slash Commands I Built and Use Daily
/publish replaced a 40-line shell script and 6 manual steps /sync keeps 3 platforms aligned from one source file /qa catches broken links and word-count...
Claude Code Hooks I Ship in Every Project: 6 Patterns
Brand-check hook catches forbidden words before they reach a draft Spacing and font hooks fix layout drift across 40+ templates A11y and SEO hooks block...
5 agent-browser Workflows That Replaced My Manual Daily Checks
5 agent-browser workflows that replaced manual daily checks and paid SaaS, with command snippets and weekly time saved.
Multi-Agent in Practice: A 5-Agent Claude Pipeline That Ships a Blog Post End-to-End
A real 5-agent Claude pipeline that takes a topic from RSS to a scheduled blog post on raxxo.shop, no human in the loop until the...
From Notion to Shopify Pages via API: A 50-Line Sync Script
A 50-line TypeScript script syncs Notion database pages to Shopify Pages via the Admin REST API Uses notion-to-md to turn Notion blocks into clean HTML...
Build a Telegram Alert Bot for Shopify Orders in 30 Lines of TypeScript
A Bun serverless function on Vercel turns Shopify orders/create webhooks into Telegram pings in under 5s HMAC verification with the webhook secret stops random POSTs...
Claude Managed Agents Just Got Dreams, 20-Way Parallelism, and Self-Checking Loops
Claude Managed Agents now ship Dreaming, a memory consolidator that learns from session logs without overwriting your data Multi-agent orchestration runs up to 20 specialized...
Build a Magnific to Shopify Image Pipeline in 5 Minutes
Generate a 4096px hero in Magnific in under a minute Resize to four responsive variants with a six-line bash script Push every variant to Shopify...