Skip to content

Instantly share code, notes, and snippets.

View patleeman's full-sized avatar
🤷‍♂️

Patrick Lee patleeman

🤷‍♂️
View GitHub Profile
@patleeman
patleeman / SKILL.md
Created June 26, 2026 22:53 — forked from fofr/SKILL.md
An agent skill for writing in the GOV.UK style
name govuk-style
description Write and edit in GOV.UK / GDS house style — plain English, active voice, front-loaded content, sentence case, and no bold or italics for emphasis. Use when writing or editing reports, research write-ups, guidance, documentation, summaries, or any prose where clarity and accessibility matter.
user-invokable true
args
name description required
target
The document or text to write or rewrite in GOV.UK style (optional)
false
@patleeman
patleeman / Slimdown.md
Created June 28, 2017 12:22 — forked from jbroadway/Slimdown.md
Slimdown - A simple regex-based Markdown parser.

Slimdown

A very basic regex-based Markdown parser. Supports the following elements (and can be extended via Slimdown::add_rule()):

  • Headers
  • Links
  • Bold
  • Emphasis
  • Deletions