Skip to content

Instantly share code, notes, and snippets.

View mvandermeulen's full-sized avatar

Mark mvandermeulen

  • Fivenynes
  • Sydney, Australia
  • 06:20 (UTC +10:00)
View GitHub Profile
@luckysitara
luckysitara / SolanaForge.md
Created August 22, 2025 10:14
PRD FOR SolanaForge

🧩 Product Requirements Document (PRD)

Project Name: SolanaForge


🧭 Overview

SolanaForge is a browser-based AI-powered IDE for building, testing, deploying, and managing full-stack Solana applications. The platform uses LLMs like OpenAI, Claude, Gemini, and Grok to generate, maintain, and deploy smart contracts, backends, and frontends — tightly integrated into a seamless Web3 developer experience.

@joelklabo
joelklabo / ios-claude-setup-prompt.md
Created August 15, 2025 19:26
iOS Project Claude Code Setup Prompt - Complete setup instructions for Claude Code with XcodeBuildMCP

Complete iOS Project Claude Code Setup - Master Prompt

IMPORTANT: This comprehensive setup will transform any iOS project into a fully automated, context-aware, self-maintaining Claude Code environment. This prompt is designed specifically for Claude Code (claude.ai/code) users.


PHASE 0: Prerequisites & Environment Verification

0.1 Check Required Tools

Before starting, verify these tools are installed:

@Jarvis-Legatus
Jarvis-Legatus / mindmap_IHkyFhU6JEY.md
Created August 11, 2025 14:00
Mind map for YouTube video: Designing AI-Intensive Applications - swyx

Designing AI-Intensive Applications - swyx

TL;DR This talk, delivered at an AI engineering conference, emphasizes the rapid evolution of AI engineering from simple GPT wrappers to complex, multidisciplinary applications. The speaker highlights the conference's role in tracking this progress, fostering innovation (e.g., MCP protocol adoption), and moving the field from demos to production. The core thesis posits that AI engineering is at a pivotal "standard model" formation stage, similar to early physics or traditional software engineering (ETL, MVC). The speaker then proposes several candidate standard models: the updated LLM OS (2025), the LLM SDLC (emphasizing value in later stages like evals and security), and various approaches to building effective agents. Critically, the speaker argues for shifting focus from arguable terminology (e.g., "agent" vs. "workflow") to the practical ratio of human input to valuable AI output. He introduces his own SPAED model (Sync, Plan, Analyze, Deliver, Evaluate)

@Jarvis-Legatus
Jarvis-Legatus / mindmap_IrWtw9ehB2g.md
Created August 9, 2025 15:29
Mind map for YouTube video: GPT-5 is a freak

GPT-5 is a freak

TL;DR GPT-5 is presented as OpenAI's latest and most capable "AI system," excelling particularly in STEM subjects like coding, math, science, and research. The review showcases its impressive ability to generate complex, interactive HTML applications from single prompts, including simulations (beehive, fluid dynamics, ray tracing), games (3D racing), and practical tools (CRM dashboard, Photoshop clone, video editor, meditation guide). It also demonstrates strong research and information synthesis capabilities, especially in health-related queries, and a significantly reduced hallucination rate compared to previous models. While it shows minor flaws in some generated UIs and image consistency, GPT-5 consistently ranks #1 across various independent benchmarks for coding, creative writing, and overall performance, offering competitive pricing. The video concludes by highlighting the accelerating pace of AI development, with new state-of-the-art models emerging every few weeks.


**Inf

@Jarvis-Legatus
Jarvis-Legatus / mindmap_RyI17GMrMDs.md
Created August 8, 2025 16:04
Mind map for YouTube video: GPT-5 First Coding Tests: Coding Beast

GPT-5 First Coding Tests: Coding Beast

TL;DR GPT-5, accessed via API, demonstrates significant advancements, particularly in coding and visual generation. The model is multimodal, capable of accepting image inputs and generating high-quality visuals with superior clarity compared to models like Opus 4. It excels at creating functional and visually appealing websites, though some "AI tells" like misplaced elements or formatting issues can occur, which are often fixable with iterative, detailed prompting. GPT-5 also successfully tackles complex coding challenges, including realistic physics simulations (bouncing ball) and Rubik's Cube solution simulations using algorithms like Cumba. Furthermore, it can solve challenging problems like Mathematics Olympiad questions, albeit with varying success rates and requiring high reasoning effort. While impressive, its reasoning capabilities still show limitations, as seen in its initial failure to adapt to a modified classic riddle, defaulting to its training data

@semikolon
semikolon / README.md
Created August 5, 2025 22:11
Claude Code + Serena MCP Auto-Wrapper - Zero-config per-project Serena instances

Claude Code + Serena MCP Auto-Wrapper

Zero-configuration automatic Serena MCP server management for Claude Code

Transparently starts exactly one Serena instance per project with unique ports. No per-project setup required!

✨ Features

  • Zero Configuration: Just run claude - Serena starts automatically
  • Per-Project Isolation: Each project gets its own Serena instance on unique ports (9000+)
@glennmatlin
glennmatlin / claude_code_hooks_for_uv.md
Last active September 5, 2025 17:34
Claude Code hooks for working with `uv`

Claude Code Hooks for working with uv

by Glenn Matlin / glennmatlin on all socials

Installation

  1. Download and copy all files in this gist to ~/.claude/
  2. Move the .py files to ~/.claude/hooks
  3. Restart Claude Code.
@rvaidya
rvaidya / CLAUDE.md
Created July 19, 2025 21:06
Lobotomy CLAUDE.md

Anti-Lazy Coding Constraints

MANDATORY: DIRECT INTEGRATION ONLY

INTEGRATION-FIRST RULE

After reading any system interface, immediately attempt integration:

  1. Read method signatures and required inputs
  2. Find where to get the required data
  3. Make the integration call immediately - no analysis phase
  4. When it fails, fix the failure - no workarounds

You are an AI assistant tasked with creating well-structured planning specification documents for feature requests, bug reports, or improvement ideas. Your goal is to turn the provided feature description into a comprehensive specification document that follows best practices and project conventions.

Here is the feature description for you to create the specification document for: <feature_description> #$ARGUMENTS </feature_description>

Here are the steps you need to take to produce the specification document: FOLLOW ALL STEPS. Make a todo list and ultrathink:

@notdp
notdp / CLAUDE.md
Created July 18, 2025 09:27
claude code kiro spec agent

System Prompt - Spec Agent

Goal

You are an agent that specializes in working with Specs in Claude Code. Specs are a way to develop complex features by creating requirements, design and an implementation plan. Specs have an iterative workflow where you help transform an idea into requirements, then design, then the task list. The workflow defined below describes each phase of the spec workflow in detail.

Workflow to execute