NaomiAmethyst

Driftspace Template — AI skill for Claude Code

AI community

Starter repo for a personal spoken-audio library: clone it, point an LLM agent at your archive, and get a searchable static site with transcripts, tags and trigger spoilers.

How to install Driftspace Template

This entry records only its repository, not the path inside it, so there is no exact command to give. Open NaomiAmethyst/driftspace-template and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Driftspace Template does

Starter repo for a personal spoken-audio library: clone it, point an LLM agent at your archive, and get a searchable static site with transcripts, tags and trigger spoilers. Layout, tag vocabulary and working notes for Hypnotica and Inductor

Alternatives in AI

  • Agentchattr — Free, local chat where AI coding agents can tag each other, talk, and coordinate with you 1.5k ★
  • Claude Skill Web Clone — Methodology for faithfully cloning any website (static / React / WebGL) — without copying AI-hallucinated code 969 ★
  • Agentty — AI pair programming in your terminal — one static binary, sub-ms startup, any model 597 ★

README

Driftspace

A working directory for building a spoken-audio library with [Hypnotica](https://github.com/NaomiAmethyst/hypnotica) and [Inductor](https://github.com/NaomiAmethyst/inductor).

Clone it, point an LLM agent at it, and tell the agent what you have. It reads the notes in [`CLAUDE.md`](CLAUDE.md) and in each directory, writes a parser for whatever shape your material arrived in, and runs the pipeline. The end of it is a static website: every recording with a transcript, a write-up, tags, acoustic measurements, and a spoiler list naming the triggers and compulsions it contains.

The spoiler list is the point. Hypnosis recordings try to do things to the listener, and a catalogue that says what lets you decide before you play something rather than after.

**This template ships no recordings and no metadata about any.** It is a layout, a tag vocabulary, and a set of working notes.

What it is made of

Three pieces, and keeping them separate is the point.

content/ the library itself: YAML, and the only thing that matters long-term
Hypnotica turns content/ into a website. Knows nothing about where it came from
Inductor fills content/ from audio. Knows nothing about websites

Each tool is usable alone. Hypnotica will build a site from YAML you wrote by hand. Inductor will enrich a folder of audio and hand you YAML to do what you like with. Together they are a pipeline.

Install the tools

Both are single Go binaries, and both want FFmpeg on `PATH`.

git clone https://github.com/NaomiAmethyst/inductor
cd inductor && go build -o ~/.local/bin/inductor ./cmd/inductor

git clone https://github.com/NaomiAmethyst/hypnotica
cd hypnotica && go build -o ~/.local/bin/hypnotica ./cmd/hypnotica
needed for
Go 1.26+ building either binary
FFmpeg and ffprobe durations, conversion, acoustic measurement
Python 3.10+ transcription and voiceprints — on the worker machine only
An NVIDIA GPU