Skip to content

Instantly share code, notes, and snippets.

View dealloc's full-sized avatar

Wannes Gennar dealloc

View GitHub Profile
@dealloc
dealloc / macro.js
Created February 23, 2023 09:35
Foundry Skill Check Macro
const skills = [
{ label: 'Perception', value: 'perception' },
{ label: 'Acrobatics', value: 'acrobatics' },
{ label: 'Deception', value: 'deception' },
{ label: 'Intimidation', value: 'intimidation' },
{ label: 'Nature', value: 'nature' },
{ label: 'Performance', value: 'performance' },
{ label: 'Society', value: 'society' },
{ label: 'Survival', value: 'survival' },
{ label: 'Arcana', value: 'arcana' },
@dealloc
dealloc / responsive_layout.dart
Last active February 16, 2026 19:25
A simple widget that selects the approperiate layout depending on the application width
import 'package:flutter/material.dart';
/// The ResponsiveLayout widget handles showing the correct widget based on
/// screen sizes.
///
/// Similar to UI libraries like TailwindCSS it chooses the layout on width.
///
/// Breakpoints:
/// - Mobile: 0px - 959px (default)
/// - Tablet: 960px - 1439px
@dealloc
dealloc / module.json
Last active December 27, 2024 22:38
foundry-vtt-preset
{
"id": "deallocs-preset",
"title": "dealloc's preset",
"version": "1.0.0",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"requires": [
@dealloc
dealloc / SKILL.md
Last active July 13, 2026 13:07
Plan & Task skill
name plan-and-tasks
description Draft an implementation plan as a repo-local, gitignored markdown file, then optionally decompose it into self-contained per-task files for incremental, resumable, tool-agnostic execution. Use in place of default Plan Mode for planning non-trivial work — when the user asks to plan a feature/change, says "plan this out", or wants a plan that survives across sessions or can be picked up by another AI coding tool.
model opus
effort high
allowed-tools Read Write Edit Agent

Plan and Tasks