Open Source Projects

Tools and experiments I've built and shared—mostly .NET, Azure, and AI, with the occasional developer-workflow project. Building stuff is fun.

.NET C# Azure OpenAI AI Security

CodeGuardAI

An open-source .NET tool that uses Azure OpenAI to analyse your codebase for security vulnerabilities, code quality issues, and anti-patterns. Integrates with your CI/CD pipeline to surface issues early and provide AI-generated fix suggestions — so your team ships secure code faster.

Static analysis with AI-powered remediation hints
CI/CD pipeline integration
Azure OpenAI & .NET 8 native
View on GitHub (opens in new tab)
Claude Code Agents Automation

workspace-template

A reusable Claude Code workspace that gives the agent persistent context across sessions. CLAUDE.md loads your operating instructions automatically, /prime layers in personal context, and custom slash commands automate recurring work — so you start every session oriented instead of from scratch.

Auto-loaded CLAUDE.md context every session
Slash commands: /prime, /create-plan, /implement
Plan-before-execute workflow, easily customised
View on GitHub (opens in new tab)