-
Adtran, Inc. / @hollis-labs
- Huntsvile, AL
- http://www.chrispian.com
- @chrispian
- in/chrispian
- chrispian
- chrispian
Starred repositories
Route, manage, and analyze your LLM requests across multiple providers with a unified API interface.
Modern, extremely fast macOS disk space analyzer.
Passive Architecture Decision Record memory for Claude Code — auto-records significant decisions and recalls them in future sessions.
A Practitioner handbook for production llm serving.
Add integrations like semantic search and custom Templater prompts to Claude or any MCP client.
MCP server for Stability.ai v2beta image generation and editing - use directly in Claude Desktop
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
SO-CRATES: Security Onion Containerized Rapid Analysis of Threats, Evil, and Sus!
The entrance repository of Markdown presentation ecosystem
Small, focused string utilities for Go — slugify, case conversion, truncation, manipulation. Rune-safe; minimal deps.
Text-embedding interface (Embedder, EmbeddingResult) for the hollis-labs Go portfolio. Contracts only — no implementations.
Pure-Go parser for inline :: chat directives — context stack, config cascade, deterministic hashes, zero non-stdlib deps.
Defensive sanitizer + mcp-go middleware that strips malformed Anthropic-style tool-call XML leaking into MCP free-text parameter values.
Host-side, domain-allowlisted HTTP proxy for sandboxed child processes. SSRF guard, CONNECT TLS-port allowlist, hijacked-conn drain on Stop. Composes with go-sandbox via env-var injection.
Lightweight, driver-based job queue for Go: Queue interface, Worker poll-loop with retry + priority queues, and SQLite / in-memory / no-op drivers. Laravel-style background jobs, no broker required.
In-process Go library for intent-aware MCP tool selection: keyword intent detection, priority-ordered selection rules, token-budget pruning, and a per-tool enrichment pipeline.
Per-process OS-level sandboxes for Go: macOS sandbox-exec (SBPL/seatbelt) + Linux bubblewrap, applied to an *exec.Cmd via a declarative Profile. Non-optional SBPL literal validator; narrowed bwrap …
Schema registry, validator, and plugin extension API for the chat-envelope protocol — host-neutral Go shared library.
Serve a built single-page application from a Go binary: one http.Handler over any fs.FS, with SPA-fallback routing, base-path mounting, and an unbuilt-state placeholder.
Unified Go Provider interface over CLI/PTY-driven coding-agent adapters (Claude Code, Codex, opencode) with BootDirSpec plant-and-spawn, typed event streams, and decorator monitors.
Tiny addressable messaging primitives (Address, Envelope, Store, Dispatcher) for Go services. Reference in-memory Store included.