Driftspace Template — AI skill for Claude Code
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 |
Related Skills
Codenanny
Turn AI-generated project sprawl into a searchable, contextualized library. Ingests Claude Code transcripts; s
Daily AI Digest
Your daily dose of AI agent news. A curated blog covering AI agents, Claude Code, automation tools, and the la
Agentic Shopping Site
Landing site for Agentic Shopping Autopilot — open-source AI shopping agent that reads your notes first, then
Notebooklm Daily Podcast
A daily AI-news podcast that runs itself. Harvest your sources, Claude curates, NotebookLM makes the audio. Cl
Clarvis
Jarvis-style voice notifications for Claude Code that transforms AI assistant messages into spoken updates thr
Canvas To Code Vocabulary
Vocabulary and conceptual model for Canvas-to-Code — base/ds/custom tier model, slice rhythm, the eleven gates
Related Agents
TAGS
Tag Vocabulary
Git Release Tagger
Use this agent when you need to create a git tag for a version of the app. Supports both post-release tags (Ap
YouTube Cue Sheet Builder
Builds cue-sheet.json + cue-sheet.md — the single source of truth mapping every script.md line/tag to a real,