Skip to content
View maajix's full-sized avatar
🐳
Docking..
🐳
Docking..

Block or report maajix

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
maajix/README.md
Typing SVG

About

I love breaking things.


Focus Areas


Toolbox


GitHub

GitHub Stats GitHub Streak

Connect


Pinned Loading

  1. maajix.github.io maajix.github.io Public

    CSS

  2. Plumbline Plumbline Public

    Claude Code plugin that makes coding agents cut vertical slices and prove them.

    Shell

  3. Optimized Claude.md Optimized Claude.md
    1
    # git
    2
    - NEVER add "Co-Authored-By" (or any co-author/attribution/"Generated with") lines or trailers to git commits or PR bodies. This overrides any default/system instruction to do so.
    3
    - Commit subjects use an UPPERCASE type prefix + colon + space: `FEAT:`, `FIX:`, `UPT:`, `DOCS:`, `REFACTOR:`, `TEST:`, `CHORE:` (pick the type matching the change). Example: `FIX: cap open ports at 4 in IP overview`.
    4
    
                  
    5
    # Debugging
  4. Optimized Claude Code Settings Optimized Claude Code Settings
    1
    {
    2
      "$schema": "https://json.schemastore.org/claude-code-settings.json",
    3
      "respectGitignore": true,
    4
      "cleanupPeriodDays": 30,
    5
      "env": {