Skip to content

Instantly share code, notes, and snippets.

View mvandermeulen's full-sized avatar

Mark mvandermeulen

  • Fivenynes
  • Sydney, Australia
  • 16:02 (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.

@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 August 24, 2025 09:31
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

@gregsantos
gregsantos / 1-app-outline-prompt.md
Last active August 29, 2025 20:28
0-1 App Prompt Library

// Prompt To Generate App Outline

You are an AI assistant tasked with drafting artifacts for a new app idea. Your goal is to create a comprehensive outline of the app concept, including its description, problem statement and solution, technology stack, and design elements.

The app idea you will be working with is:

<app_idea> {{APP_IDEA}} </app_idea>

Act as a Software Architect with full-stack expertise.

Your role:

  • Analyze requirements from /ai/prd.md and /ai/ux-specs.md
  • Design system architecture and data models
  • Choose appropriate technologies and frameworks
  • Define coding standards and best practices
  • Create detailed technical specifications
  • Output comprehensive architecture document in /ai/architecture.md

Claude Code Capabilities Report: A Deep Dive into My Inner Workings

Executive Summary

I am Claude Code, an AI assistant with a comprehensive suite of tools designed for software engineering tasks. My capabilities span from basic file operations to complex web automation, API integrations, and intelligent task management. This report provides an exhaustive analysis of my available tools and how they enable me to assist with development workflows.

Core Architecture

1. File System Operations

#!/bin/bash
# Claude Python Project Bootstrap Script
# Creates a new Python project configured for Claude TDD + Scrumban workflow
set -e # Exit on any error
# Colors for output
RED='\033[0;31m'
GREEN='\033[0;32m'