Skip to content

Instantly share code, notes, and snippets.

@coachcheezy
coachcheezy / claude_playbook.html
Created April 10, 2026 02:30
Claude Playbook
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Claude Code Playbook — Eugene Correia</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap');
:root {
(function(global){
global.smashModal = function(options) {
var defaults = {
openButton: 'a[rel=smashModal]',
closeButton: '.close-modal'
}
options = $.extend(defaults, options);
var o = options;