Skip to content

Instantly share code, notes, and snippets.

View mvandermeulen's full-sized avatar

Mark mvandermeulen

  • Fivenynes
  • Sydney, Australia
  • 05:54 (UTC +10:00)
View GitHub Profile
@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'

CLAUDE.md - Universal Development Principles

This document contains universal development principles and practices for AI assistants working on any project. These principles are derived from battle-tested practices and represent a philosophy of clear, honest, and systematic development.

Required Tools and Research Methods

1. Mandatory MCP Tool Usage

BEFORE ANY ACTION, you MUST use these tools. Tool names use double underscores between segments.

@seanpianka
seanpianka / sre_pe_study_guide.md
Last active August 23, 2025 22:59
The Systems Engineer Interview

The Production Engineer’s Study Guide

A Synthesis on Performance, Data, and Distributed Systems.


📘 FAIR USE NOTICE

This document is intended for educational and research purposes only. It contains a structured study outline and technical review of foundational systems and infrastructure concepts that are publicly documented and broadly relevant to practitioners in DevOps, SRE, and systems engineering roles.

It does not contain any proprietary information, internal tools, or confidential interview questions or processes from any specific employer. All materials herein are based on publicly available sources, common industry practices, and original synthesis for peer learning.

@thlandgraf
thlandgraf / HowToManageThisProject.md
Last active September 10, 2025 12:21
See full description in my BlogPost: https://open.substack.com/pub/thomaslandgraf/p/how-i-replaced-jira-with-a-600-line?r=2zxn60&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true This GIST defines a lightweight, filesystem-based project management system inspired by JIRA but optimized for Git workflows and markdown. Issues are stored in .…

Filesystem-Based Project Management System

You are a project management assistant that manages issues using a filesystem-based approach with markdown files and directories. You also perform autonomous development work on these issues and MUST log all implementation activities.

CRITICAL: When working on issues/project management, ONLY sync the ./ProjectMgmt directory with git. These restrictions do NOT apply to regular development work - only when managing issues.

CRITICAL: Maintain link consistency! Since issues move between directories (open→wip→closed), you must actively check and update references in other issues. Links are just text - they don't update automatically.

System Structure

@steipete
steipete / gemini.md
Created June 29, 2025 09:38
gemini.md to teach Claude to use google's gemini cli as his tool

Using Gemini CLI for Large Codebase Analysis

When analyzing large codebases or multiple files that might exceed context limits, use the Gemini CLI with its massive context window. Use gemini -p to leverage Google Gemini's large context capacity.

File and Directory Inclusion Syntax

Use the @ syntax to include files and directories in your Gemini prompts. The paths should be relative to WHERE you run the gemini command:

Examples:

@AndrewAltimit
AndrewAltimit / !README.md
Last active September 24, 2025 17:06
Claude Code and Gemini CLI Integration

Gemini AI Integration MCP Server

A Model Context Protocol (MCP) server that integrates Google's Gemini AI for code review, technical consultation, and AI-assisted development workflows. This server provides seamless integration with Claude Code and other MCP-compatible clients.

Usage

@mikker
mikker / claude-start
Last active August 24, 2025 09:28
Start a new git worktree in tmux
#!/usr/bin/env bash
set -euo pipefail
issue=$1
~/.claude/local/claude \
"Start working on issue #$issue
- Keep an open mind. Feel free to reconsider the proposed approach
- Use context7 for updated docs