Skip to content
View akunzai's full-sized avatar
🀞
memory
🀞
memory

Block or report akunzai

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

It's Charley πŸ‘‹

ζ‡‰η„‘ζ‰€δ½οΌŒθ€Œη”Ÿε…ΆεΏƒ

"Abide nowhere. Give rise to mind." β€” Diamond Sutra


🌏 Developer lives in Taipei.

I wander across ecosystems β€” .NET, TypeScript, Java, PHP, shells β€” not because I master them all, but because the problem always leads the way.

🌿 Open source is my practice. Every repository here is a note left on the path.


πŸ€– In the age of AI coding agents, I've stopped asking "how do I write this" and started asking "what am I actually trying to say."

Claude Code changed how I think, not just how I type.


Feel free to wander here. Fork, star, or open an issue β€” all forms of conversation πŸ™

Pinned Loading

  1. agent-skills agent-skills Public

    My personal agent skills for AI coding assistants

    Shell

  2. My Claude Code settings My Claude Code settings
    1
    {
    2
      "attribution": {
    3
        "commit": "",
    4
        "pr": ""
    5
      },
  3. GSS.Authentication.CAS GSS.Authentication.CAS Public

    CAS Authentication Middleware for OWIN & ASP.NET Core

    C# 73 25

  4. My Antigravity CLI settings My Antigravity CLI settings
    1
    {
    2
      "userSettings": {
    3
        "themeMode": "THEME_MODE_INHERIT",
    4
        "useAiCredits": true
    5
      }
  5. containers-lab containers-lab Public

    Shell 3 1

  6. My ZSH profile My ZSH profile
    1
    ## HOMEBREW
    2
    # Initialize Homebrew and set core PATHs
    3
    if [[ $(uname -m) == 'arm64' ]] && [[ -x /opt/homebrew/bin/brew ]]; then
    4
        eval "$(/opt/homebrew/bin/brew shellenv)"
    5
    elif [[ -x /usr/local/bin/brew ]]; then