One repository to rule them all, one repository to find them...
A grab-bag of experiments, prototypes, scripts, research, and configurations I've written over the years. If any of it is useful to you, have at it.
This repo uses a branch-per-project model:
| Branch | Contents |
|---|---|
main |
Documentation, research, images, configuration templates, submodules |
meta/boneyard |
Request retired code to be rehydrated from backups |
meta/monorepo |
Historical snapshot (read-only fallback) |
| Other branches | Full projects with their own dependencies |
myriad/
├── configuration/ # Reusable templates (Claude, Cursor, Trunk, TypeScript, etc.)
├── data/ # Data files
├── docs/ # Documentation
├── images/ # Image assets (AVIF)
├── planning/ # Architecture diagrams (Mermaid)
├── research/ # Research documents, comparisons, guides
├── submodules/ # External repos kept checked out
└── writing/ # Writing projects
The configuration/ directory contains ready-to-use templates:
- AI Assistants: Claude instructions, Cursor rules, Goose hints
- Linting: Trunk configs, Biome, ESLint
- Languages: TypeScript configs, Python tooling
- CI/CD: GitHub Actions workflows, Dependabot
- Services: Cloudflare, MCP servers, PostgreSQL
Wearable audio recording pendant based on M5 Capsule (ESP32-S3).
| Hardware | M5 Capsule with microphone and SD card |
| Features | Voice-activated recording, audio filtering, SD storage |
| Status | In development (Phase 1: Audio capture) |
| Docs | Learning Pathway | Quick Start |
See AGENTS.md for commands, conventions, and detailed guidance.
See LICENSE.