Skip to content
View BLCCoreStudio's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report BLCCoreStudio

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.

Content in all repositories owned by your account will be closed.
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
BLCCoreStudio/README.md
BLCCoreStudio — Independent developer tools, Linux utilities, and repository intelligence

AgentContextMap RepoDoctor CI Linux

Developer tools for repositories, Linux workflows, and safer AI-assisted development.

Explore AgentContextMap → · Try RepoDoctor CI →


Start here — two flagship tools

🧭 AgentContextMap

AgentContextMap maps which repository instructions can affect Codex, Claude Code, Gemini CLI, GitHub Copilot, Cursor, Windsurf, and Cline.

It is local, read-only, and deterministic: no LLM calls, no repository uploads, and no execution of repository instructions. The stable v0.2.0 release includes a GitHub Action, SARIF 2.1.0 output for Code Scanning, conflict detection, target-path analysis, and a self-contained HTML report.

- uses: BLCCoreStudio/AgentContextMap@v0.2.0
  with:
    path: .

Explore the project · Use it in GitHub Actions · Download v0.2.0

🩺 RepoDoctor CI

RepoDoctor scores repository health across security, testing, documentation, CI/CD, dependencies, configuration, repository structure, and architecture — with optional CI quality gates.

The published GitHub Marketplace Action v0.1.3 starts in report-only mode and can later enforce a minimum score or finding severity. The documented workflow requires only read access to repository contents.

- uses: BLCCoreStudio/RepoDoctor@v0.1.3

Explore RepoDoctor · View on GitHub Marketplace · Download the Linux CLI


Upstream open-source work

Recent contributions focus on small, test-backed fixes in established projects.

  • Grafana Pathfinder#1738 and #1737both merged upstream.
  • Microsoft TypeSpec#11791 — generated C# model-description fix; open / under review.
  • Microsoft MsQuic#6282 — Linux SOCK_CLOEXEC datapath fix; open / under review.

Flagship projects

Project Focus Status
🧭 AgentContextMap Maps coding-agent instruction scope, activation, conflicts, and context Stable v0.2.0 · Rust · MIT
🩺 RepoDoctor Repository health scoring and CI quality gates Marketplace Action v0.1.3 · Alpha
🛡️ AgentGuard Command policy, prompt-risk scanning, and optional Linux isolation Development preview · Rust · MIT

BLCCoreStudio is an independent developer project namespace. The main focus is practical repository tooling, Linux-first utilities, local-first automation, and explainable safety controls for AI-assisted development.


AI agent trust tooling

Project Focus
🧾 AgentTrail Wrapped command evidence, integrity-verifiable receipts, and read-only working-tree review hints
🩻 MCPDoctor Local MCP configuration review, executable diagnostics, and baseline drift checks
🧼 ContextGuard Local redaction of secrets and sensitive project context before sharing with AI tools

Earlier focused experiments are being consolidated into these primary projects instead of expanding the portfolio with overlapping tools.


Released Linux utilities

Project What it does Release
🔐 EnvGuard Detects secrets and sensitive files before they reach Git v0.1.0
🔌 PortPeek Finds the process using a TCP or UDP port on Linux v0.1.0
💾 DiskHog Finds files and directories consuming the most disk space v0.1.0
#️⃣ HashCheck Calculates and verifies SHA-256/SHA-512 checksums and release manifests v0.1.0
⏱️ BuildTimer Measures command durations and keeps local timing history v0.1.0
🧹 GitClean Finds generated build/cache directories with dry-run and Git-aware safeguards v0.1.0
🔔 TaskBell Notifies you when long-running terminal commands finish v0.1.0

TermKeys is a separate proprietary Linux terminal-shortcut utility with a public release and documentation surface.


Engineering approach

  • Local-first where practical; avoid unnecessary accounts, uploads, and telemetry.
  • Conservative defaults around destructive or security-sensitive behavior.
  • Explicit limitations instead of overstating what a tool can prove.
  • Verifiable releases with versioned artifacts and checksum material where applicable.

Build useful things. Keep them clear. Make them reliable.

Explore AgentContextMap Try RepoDoctor CI

Pinned Loading

  1. RepoDoctor RepoDoctor Public

    Repository health analyzer for security, testing, CI/CD, dependencies, documentation and architecture. CLI + interactive TUI.

    Shell 1

  2. AgentGuard AgentGuard Public

    Local policy checks and Linux sandboxing for safer AI-assisted development.

    Rust 1

  3. HashCheck HashCheck Public

    SHA-256/SHA-512 file verification and deterministic release manifests.

    Rust 1

  4. AgentContextMap AgentContextMap Public

    Map which repository instructions can affect your coding agents.

    Rust 1