Skip to main content
Ryan Orban

Ryan Orban

Subject
11 entries

GitHub

Bookmarks

  1. Open-Inspect: open-source background coding agent system

    Open-Inspect is an open-source background coding agent system inspired by Ramp's internal Inspect tool — agents work in full dev environments while you're elsewhere, then create PRs. Supports multiplayer sessions and Anthropic or OpenAI models.

  2. Lightweight Architecture Decision Records

    Peter Evans' lightweight ADR repo is a minimal five-section template for capturing architecture decisions in plain markdown files stored alongside code. The approach lowers the adoption barrier enough that even skeptical teams can accept the overhead, keeping decisions documented at the moment they're made.

  3. CCPM: Spec-Driven Project Management for Claude Code

    CCPM is an agent skill that orchestrates spec-driven software development using GitHub Issues as project state and git worktrees for parallel agent execution, reducing wall time 5x by running independent tasks simultaneously. The anti-vibe-coding project manager.

  4. Visualizing a Codebase (GitHub Next)

    GitHub Next's repo visualization project creates circle-packing diagrams of codebases where circle size = file size, color = file type, and nesting = folder hierarchy. Generates a visual fingerprint of a repo, with a GitHub Action for auto-updating README diagrams.

  5. Yet Another GitHub Profile Generator

    A meta-post about the proliferation of GitHub profile README generators — a lighthearted survey of an ecosystem that emerged after GitHub enabled profile READMEs in 2020. Reflects how developer tooling communities respond to new features.

  6. Track Awesome List

    Track Awesome List monitors 500+ GitHub awesome lists and delivers daily or weekly digests of what's been added. Solves the problem of awesome lists growing without you noticing — subscribe by RSS or newsletter.

  7. System Design Primer

    Donnemartin's system-design-primer is the most starred GitHub repository for learning how to design large-scale systems — covers scalability, caching, databases, load balancing, and common interview patterns. The Anki flashcard deck makes it unusually retention-friendly.

  8. grep.app — Fast Code Search Across GitHub

    grep.app is a fast regex code search engine across public GitHub repositories — half a million repos indexed, results in milliseconds. Useful for finding real-world usage examples of APIs, patterns, and idioms that GitHub's own search can't handle.

  9. Awesome GitHub Profile README Templates

    A curated collection of GitHub profile README templates — saved when GitHub profile READMEs launched in mid-2020. Reference gallery for designing a developer profile page with stats, badges, and custom layouts.

  10. GitHub Gist via mkdown.com

    A GitHub Gist (ID 8485599) rendered via mkdown.com — a service that rendered Gists as clean Markdown pages. Content unrecoverable; mkdown.com is no longer active.

  11. GitHub Archive: Daily Repo Reports

    GitHub Archive's daily repo reports newsletter from 2012 — an early attempt to surface trending repositories and developer activity from the GitHub firehose. A predecessor to the modern 'GitHub trending' feature and developer discovery tools.

All bookmarks