Skip to content

Instantly share code, notes, and snippets.

View mvilrokx's full-sized avatar

Mark Vilrokx mvilrokx

View GitHub Profile
@odigity
odigity / knex.js
Last active February 2, 2021 14:34
Wrapping a unit test in a transaction for easy cleanup with Knex.js
#!/usr/bin/node
const Promise = require('bluebird')
const config = require('./config.json')
const knex = require('./lib/knex')(config.database).connection()
const mock = () => ({ user_id: Math.floor(Math.random() * 999) + 1, payload_type: 'foo', attributes: JSON.stringify({}) })
const before = (t) => {
@alexedwards
alexedwards / Makefile
Last active April 21, 2026 10:31
Boilerplate Makefile for Go projects
# Change these variables as necessary.
main_package_path = ./cmd/example
binary_name = example
# ==================================================================================== #
# HELPERS
# ==================================================================================== #
## help: print this help message
.PHONY: help
@orneryd
orneryd / claudette-agent.installation.md
Last active August 13, 2026 02:18
Claudette coding agent (System Prompt, Preamble, Chatmode, etc…) built especially for free-tier models like chatGPT-3/4/5+ to behave more similar to Claude. Claudette-auto.md is the most structured and focuses on autonomy. *Condensed* nearly the same but smaller token cost for smaller contexts, *Compact* is for mini contexts. Memories file suppo…
@burkeholland
burkeholland / Research.agent.md
Created November 1, 2025 15:43
Research Agent
description Researches topics in depth with comprehensive source analysis and synthesis
argument-hint What topic or question would you like researched?
tools
search
new
Azure MCP/search
github/search_code
github/search_issues
github/search_repositories
youtube/*
runSubagent
usages
vscodeAPI
problems
changes
testFailure
fetch
githubRepo
handoffs
label agent prompt
Save Research
agent
Save the research findings to a markdown file, as is