Skip to content
Public Engineering

Open Engineering.
Built to ship.

Tools, libraries, and frameworks we build in the open. Everything ships with tests, documentation, and a clear license.

Dev Tools

Stackweld

Developer stack tooling for modern workflows. Automate project setup, enforce conventions, and manage multi-service environments from a single CLI.

TypeScript Node.js CLI Docker
View on GitHub
Security

Cybersecurity Toolkit

A comprehensive collection of security analysis tools. Static analysis, dependency scanning, and automated vulnerability assessment following OWASP standards.

Python Rust SARIF OWASP
View on GitHub
Agents

Claude Code Agents

Multi-agent orchestration system for Claude Code. Specialized agents for security, testing, best practices, SEO, and documentation working in coordination.

Claude Code Agents TypeScript
View on GitHub
Library

Common Utilities

Shared utility functions and helpers used across XPlus projects. Validation, formatting, type guards, and cross-platform abstractions under the MIT license.

TypeScript Python MIT
View on GitHub

Engineering Principles

How we build

Correctness over cleverness

Code that is easy to read, test, and verify beats code that is clever. We optimize for understanding first, performance second.

Observability from day one

Every service ships with structured logging, metrics, and tracing. If you cannot observe it, you cannot operate it.

Security is a feature

Security is not an afterthought or a separate phase. It is a product feature that ships alongside every line of code we write.

Reproducible everything

Builds, tests, and deployments must be deterministic. If it works on your machine, it must work everywhere else identically.