Skip to content
View LilRedHat's full-sized avatar

Block or report LilRedHat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LilRedHat/README.md

Hi, I'm LilRedHat 👋

Architecting AI-native developer tools, building autonomous agent workflows and contributing to the health of the open-source ecosystem.

🚀 Current Projects

  • promptlint-cli: Static analysis for prompt files to catch unclosed variables and token waste.
  • contextforge-cli: Zero-cost, local AST-driven generation of llms.txt codebase context maps.

🛠️ Core Tech Stack & Focus

  • Languages & Frameworks: Python, Node.js, CLI Development
  • AI & Automation: Agentic Workflows (Multica), Prompt Engineering Optimization, CI/CD Automation
  • Interests: Developer tooling, LLM guardrails, software supply chain security

📈 Philosophy I believe in treating prompts as code—enforcing strict validation, optimization and structural integrity before hitting production APIs.

Pinned Loading

  1. promptlint-cli promptlint-cli Public

    A fast, offline, regex-based static analysis tool for linting AI prompt files. Enforces best practices, prevents broken token structures and flags conversational token waste before deployment.

    Python

  2. contextforge-cli contextforge-cli Public

    A zero-cost, fully offline CLI tool that uses Python's Abstract Syntax Tree (AST) to parse codebases and auto-generate LLM-optimized context files like llms.txt and ai-context.md.

    Python