Skip to content
View dungle-scrubs's full-sized avatar

Highlights

  • Pro

Block or report dungle-scrubs

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dungle-scrubs/README.md

Projects

  • tallow — A coding agent CLI and library built on pi-coding-agent
  • sinew — A macOS menu bar replacement built in Rust
  • aerospace-invader — Workspace navigator and OSD for AeroSpace tiling window manager
  • aerospace-focus — Focus indicator bar for AeroSpace window manager
  • bones — Competitive multi-agent code review game
  • hawg — Persistent menu bar badges for high CPU processes
  • timid — Slide-out quick notes panel for macOS
  • chat-imessage — CLI for reading and sending iMessages on macOS
  • hippo — Persistent memory for AI agents
  • hisohiso — macOS dictation app with local AI transcription
  • nimoy — macOS calculator notebook for natural-language math
  • tongues — CLI for translating text inside images

Pinned Loading

  1. AI coding standards - OOP, testing AI coding standards - OOP, testing
    1
    ## OOP Best Practices
    2
    
                  
    3
    ### Composition & DI
    4
    
                  
    5
    - Favor composition over inheritance (prefer constructor injection over deep inheritance trees)
  2. Claude Code skill - TS standards Claude Code skill - TS standards
    1
    ---
    2
    description: "MANDATORY for ALL TypeScript output - files AND conversational snippets. Covers: strict mode, Result types, discriminated unions, readonly, import type, as const. Trigger: any TS code, types, interfaces, generics, error handling. No exceptions for 'simple' requests."
    3
    ---
    4
    
                  
    5
    # TypeScript Best Practices