Skip to content
View johnoconnor0's full-sized avatar

Organizations

@web-lifter @anthril

Block or report johnoconnor0

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

Pinned Loading

  1. anthril/claude-memex anthril/claude-memex Public

    A Claude Code plugin that turns any project's docs into a persistent, compounding, LLM-maintained knowledge base — with hook-enforced discipline at tool-call time. Inspired by Andrej Karpathy's llm…

    Python 3

  2. anthril/official-claude-plugins anthril/official-claude-plugins Public

    A curated collection of reusable AI skills, prompts, and agent configurations. Portable across AI coding assistants and agent frameworks.

    Python 2

  3. anthril/vibe-guard anthril/vibe-guard Public

    AI coding guardrails framework. Runtime-enforced quality controls for Claude Code, Cursor, Codex, and more.

    TypeScript 2

  4. Fifteen hooks that keep an LLM-maint... Fifteen hooks that keep an LLM-maintained project wiki from rotting. Event-ordered; each entry lists matcher, purpose, and the minimum pseudocode you need to port it. Companion technical reference to the blog post *[Your wiki is rotting. Let Claude maintain it.](https://anthril.substack.com/)*. Reference implementation: [`claude-memex`](https://github.com/anthril/claude-memex) (MIT).
    1
    # A Hook Catalog for Enforcing Doc Discipline in Claude Code
    2
    
                  
    3
    ## Preliminaries
    4
    
                  
    5
    Every hook follows the same shape:
  5. anthril/cloudflare-worker-templates anthril/cloudflare-worker-templates Public

    Production-ready Cloudflare Worker templates: Twilio Voice Agent (OpenAI Realtime API + HubSpot CRM) and WooCommerce Product Embedding (Vectorize + KV)

    TypeScript