Skip to content
View JonasJoe233's full-sized avatar

Block or report JonasJoe233

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

Pinned Loading

  1. skill-creator skill-creator Public

    A workbench for agent skills that compound: append-only run archives, a model-maintained wiki, and an eval gate before any skill update ships.

    Python

  2. 让 Coding Agent 自己长记忆:从 Karpathy LLM ... 让 Coding Agent 自己长记忆:从 Karpathy LLM Wiki 到 Skill Knowledge Graph
    1
    # 让 Coding Agent 自己长记忆:我怎么把 Karpathy 的 LLM Wiki 塞进了 Skill 系统
    2
    
                  
    3
    ## 一个你可能没想过的问题
    4
    
                  
    5
    用 Claude Code 或者 Cursor 干活的人越来越多了。但大家有没有注意到一个现象——你跟 Agent 说"帮我分析一下用户行为数据",它每次都是从零开始。上周你让它做过一模一样的分析,它得出了三条有用的规律,但这周它全忘了。
  3. md-open-in-obsidian md-open-in-obsidian Public

    Double-clicking a .md file in Finder opens Obsidian but not the note — it lands on your last tab. This fixes it by translating the Finder open-file event into an obsidian:// URI, then verifying the…

    Python