We build polyglot, .NET-first software with an AI-assisted development workflow. Our public repositories currently expose the engineering platform behind that work: shared quality standards, CI building blocks, isolated runners, and the agent tooling we develop with.
- standards — shared repository-quality configs and engineering/review conventions, distributed to consuming repos for consistent human and AI contributions.
- ci-workflows — SHA-pinned, configurable code-quality actions and reusable GitHub Actions workflows.
- ci-runner — a native Windows scale-set controller for fresh, one-job Docker workers with GitHub-hosted fallback.
- claude-code-plugins — a Claude Code plugin marketplace of reusable, repo-agnostic skills, hooks, agents, and MCP servers.
- Shared standards make the expected quality bar explicit for people and agents.
- Reusable workflows enforce that bar consistently across repositories.
- GitHub governance is managed as infrastructure-as-code so settings are reviewable and reproducible.
- AI assists implementation and review; automated checks and maintainer judgment remain the release gates.
- Browse the repositories above and open an issue or pull request where you can improve them.
- Review our Code of Conduct and contribution guidelines before contributing.
- Found a security issue? Follow our security policy and do not report vulnerabilities publicly.