Skip to content
View libenxier-beep's full-sized avatar

Block or report libenxier-beep

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
libenxier-beep/README.md

Building reliable AI agent systems

I build local-first tools for AI coding agents: reusable skills, durable context systems, and evidence-backed engineering workflows. My work favors explicit boundaries, deterministic checks, and artifacts that another developer or agent can audit.

Selected Work

Project What it demonstrates
Codex Custom Skills 14 reusable agent skills with trigger contracts, evals, validators, and portable workflows.
GitHub Pattern Knowledge A TypeScript pipeline that turns commit-pinned repository evidence into reusable engineering patterns.
Codex Memory System A sanitized, executable blueprint for layered agent memory, retrieval, write gates, and governance.

Engineering Principles

  • Treat tests, schemas, and source traceability as product features.
  • Separate canonical source, generated projections, runtime evidence, and private data.
  • Keep agent workflows explicit about triggers, stopping conditions, and verification.
  • Prefer local-first systems that remain inspectable and portable.

Tools I Work With

TypeScript, Python, React, Next.js, FastAPI, GitHub Actions, Markdown knowledge systems, and AI agent tooling.

Pinned Loading

  1. codex-memory-system-public codex-memory-system-public Public

    Sanitized, executable blueprint for layered long-term memory, retrieval, and governance in coding agents.

    Python 1

  2. codex-custom-skills codex-custom-skills Public

    Production-grade Codex skills with explicit triggers, deterministic validation, and reusable AI agent workflows.

    Python

  3. github-pattern-knowledge github-pattern-knowledge Public

    Local-first pipeline that turns GitHub repositories into commit-pinned, evidence-backed engineering patterns for AI agents.

    TypeScript

  4. Recode Recode Public

    AI-era public learning archive built with Next.js, TypeScript, MDX, and evidence-driven project notes.

    TypeScript