Skip to content

Instantly share code, notes, and snippets.

View birdcar's full-sized avatar

Nick Cannariato birdcar

View GitHub Profile
@birdcar
birdcar / ai-stack-specs.md
Created March 27, 2026 16:00
AI Stack on Coolify: Unified Paperclip + OpenClaw (Birdclaw) Deployment Specs

AI Stack on Coolify: Unified Paperclip + OpenClaw (Birdclaw) Deployment Specs

Goal

Replace the current two-separate-resource Coolify setup (Paperclip compose + OpenClaw one-click) with a single Docker Compose resource that deploys both services together. This gives us:

  • Full control over the OpenClaw container (bun.js, plugins, volumes, config)
  • Automatic shared networking (same compose = same default network)
  • Single deployment lifecycle in Coolify
  • Persistent storage for OpenClaw extensions, workspace, and config across restarts
@birdcar
birdcar / git-setup-prompt.md
Created March 25, 2026 14:27
Claude Code prompt for configuring git + GitHub environment

Set up my development environment for GitHub:

  1. [MANUAL] Authenticate the gh CLI with the necessary scopes: gh auth login -h github.com -s project,user
  2. [MANUAL] In 1Password desktop app → Settings → Developer → "Set up Git commit signing"
  3. Get my name and noreply email from gh api user and gh api user/emails
  4. Set global git config:
    • user.name = my GitHub display name
    • user.email = my noreply address
  • init.defaultBranch = main
@birdcar
birdcar / claude-code-masterclass.md
Last active March 2, 2026 22:12
Claude Code ~/.claude Master Class — complete configuration reference

The ~/.claude Master Class

1. Directory Structure Overview

Everything you can create or configure:

~/.claude/
├── CLAUDE.md              ← Global instructions (loaded every session)
├── settings.json          ← User-scoped config (permissions, env, hooks, plugins)
@birdcar
birdcar / 01-recommendation.md
Last active January 29, 2026 23:01
WorkOS Pipes Salesforce Provider: Analysis and Recommendations

Salesforce Pipes Provider: Recommendation

Executive Summary

The current WorkOS Pipes Salesforce implementation is failing with OAUTH_AUTHORIZATION_BLOCKED: Cross-org OAuth flows are not supported for this external client app because the shared credentials were created from an External Client App instead of a Connected App.

Recommendation: Require custom credentials for Salesforce (disable shared credentials) and document that customers must create a Connected App.


@birdcar
birdcar / popeyes-is-perfect.md
Created January 28, 2026 19:07
Spencer Hall's 'Popeyes Is Perfect And You Are The Problem' (2017) - archived from EDSBS

POPEYES IS PERFECT AND YOU ARE THE PROBLEM

APOLOGIZE FOR NOTHING, POPEYES. NOTHING.

By Spencer Hall (@edsbs) | January 4, 2017

Originally published on Every Day Should Be Saturday


@birdcar
birdcar / aerospace-omarchy.md
Last active January 28, 2026 18:51
AeroSpace Omarchy-style configuration for macOS (Hyprland-inspired with vim navigation)

AeroSpace Omarchy-Style Configuration

An AeroSpace tiling window manager configuration for macOS, inspired by Omarchy (Hyprland) with vim-style navigation.

Uses cmd+ctrl as the main modifier — works great with caps lock remapped to ctrl.

Quick Reference

Window Management

| Keybinding | Action |

@birdcar
birdcar / question_template.md
Last active November 20, 2019 20:34
A good template for asking technical questions

Template

Hello! 👋

I'm [thing that you're trying to do] and I've consistently hit this error.

PASTE STACK TRACE HERE