AI agent skills created by Luke.
plain-lang- Creates a plain-language copy aligned with ISO 24495-1. It leaves the original unchanged and checks the copy for factual, structural, and visual accuracy.iso-24495-1-lang- Loadsplain-langwhen a request refers to ISO 24495-1.natural-tech-lang- Rewrites technical content in ASD-STE100-aligned controlled language while protecting terminology, safety information, and compliance boundaries.asd-ste100-lang- Loadsnatural-tech-langwhen a request refers to ASD-STE100.ios-ux-design- Helps design and review native iOS interfaces using Apple patterns, SwiftUI guidance, accessibility checks, and screenshot-based iteration.android-ux-design- Helps design and review native Android interfaces using Material 3, Jetpack Compose, adaptive layouts, accessibility checks, and screenshot-based iteration.ios-simulator-screenshot- Takes viewport or stitched full-page screenshots from a booted iOS Simulator with the included helper.
If your AI agent supports skills, ask it to install one from its GitHub URL:
Install the AI agent skill at https://github.com/lc0rp/agent-skills/tree/main/plain-lang
You can also clone the repository and copy a skill folder yourself. This example installs plain-lang in Codex's default skills directory. Use the appropriate destination for another agent:
git clone https://github.com/lc0rp/agent-skills.git
cd agent-skills
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R plain-lang "${CODEX_HOME:-$HOME/.codex}/skills/"To copy every skill:
for skill in \
plain-lang \
iso-24495-1-lang \
natural-tech-lang \
asd-ste100-lang \
ios-ux-design \
android-ux-design \
ios-simulator-screenshot
do
cp -R "$skill" "${CODEX_HOME:-$HOME/.codex}/skills/"
doneStart a new agent session after installation, then invoke a skill by name:
Use $plain-lang to create a clearer copy of this document while preserving the original.