Code Repos Summary

overview of all Code repository pages

These pages describe Code repositories hosted on GitHub. Each is a self-contained tool or application demonstrating a focused software engineering capability. Repositories are organized below by category: Utils, Tools, Components, Libraries, Projects, and Demos.
Repository Description
Utilities
none yet
Tools
DemoAgent-Claude2 Interactive development agent powered by the Anthropic Claude API. Point it at a source directory and ask questions, request analysis, or generate documentation through a conversational interface.
ReadmeAgent-Claude Python program that populates a README file template using Claude AI, producing consistent repository documentation from a structured prompt.
CodeWebifier C# console utility that converts source code files into stylized HTML fragments suitable for embedding in web pages.
Components
none yet
Libraries
none yet
Projects
TextFinder Walks a directory tree and reports every file whose content matches a user-supplied regular expression. Five implementations - Rust (baseline and optimized), C++, C#, and Python - share the same architecture and CLI.
PageValidator Validates HTML files for structural correctness against eight rules. Four implementations - Rust, C++, C#, and Python - share the same pipeline architecture and CLI.
CommCompare Compares message-passing communication systems built with Rust and C++, exploring design tradeoffs and performance across the two languages.
Demonstrations
none yet