Skip to content

Instantly share code, notes, and snippets.

View mvandermeulen's full-sized avatar

Mark mvandermeulen

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

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 October 9, 2025 12:14
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