Skip to content

Instantly share code, notes, and snippets.

View RichardHightower's full-sized avatar

Richard Hightower RichardHightower

View GitHub Profile

Video 6 show notes

  • Link to this page: https://bit.ly/rickScalaClojureB62
  • Link to related video

Tags

#clojure #functionalprogramming #scala #base62 
@RichardHightower
RichardHightower / 1_readme-log4j-scan.md
Last active May 5, 2023 20:47
github scan for log4j

install github command line

  1. This command will run a script called install-github-cli.sh.

  2. The script will install the GitHub command line interface (CLI) onto the user's computer.

  3. The CLI will allow the user to interact with the GitHub repository from the command line.

  4. The script will download the latest version of the CLI from GitHub and install it on the user's computer.

@RichardHightower
RichardHightower / artcile.md
Last active December 18, 2025 05:02
Claude Code Agents to OpenCode Agents

Migrating AI Agents: A Systematic Approach to Cross-Platform Architecture

How systematic methodology and architectural understanding enabled the successful migration of 12 specialized AI agents between platforms, creating reusable patterns for future migrations


The Migration Challenge

Migrating AI agents between platforms isn't just a technical exercise—it's an architectural transformation. When you port agents from one system to another, you're not simply copying code; you're translating between different philosophies of agent interaction, tool management, and capability expression.