Skip to content

Instantly share code, notes, and snippets.

@feimacode8
feimacode8 / propose-review-moderate-apply.flow.yaml
Created July 4, 2026 13:05
Propose-Review-Moderate-Apply — Refine a proposal through iterative cycles of proposal, review, and moderation,
name: "Propose-Review-Moderate-Apply"
description: "Refine a proposal through iterative cycles of proposal, review, and moderation, then apply the final result to the workspace."
category: "software-development"
difficulty: "advanced"
tags: ["iterative", "propose-review", "moderation", "code-review", "task-refinement", "code-application"]
version: "1.0.0"
author: "generated"
tools:
- copilot_readFile
- copilot_findTextInFiles
@subfuzion
subfuzion / curl.md
Last active July 2, 2026 16:37
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@staltz
staltz / introrx.md
Last active June 23, 2026 21:33
The introduction to Reactive Programming you've been missing