Skip to content
View johnoconnor0's full-sized avatar

Organizations

@web-lifter @anthril @Orbrey-App

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. web-lifter/official-lifestyle-plugins web-lifter/official-lifestyle-plugins Public

    Web Lifter official lifestyle plugin marketplace for Claude Code. 4 plugins, 18 skills across health, home, finance and productivity.

    Python

  2. web-lifter/official-business-plugins web-lifter/official-business-plugins Public

    Web Lifter official business plugin marketplace for Claude Code. 5 plugins, 121 skills across operations, data science, economics, marketing and startups.

    Python

  3. Conceptual blueprint for a low-energ... Conceptual blueprint for a low-energy cognitive organism. Not a transformer; not token prediction; not a working ML model.
    1
    from dataclasses import dataclass, field
    2
    from typing import Any, Dict, List, Tuple
    3
    
                  
    4
    @dataclass
    5
    class Event: