Skip to content

Repository files navigation

Skills

AI agent skills created by Luke.

Available skills

  • 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 - Loads plain-lang when 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 - Loads natural-tech-lang when 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.

Install

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/"
done

Start 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.

License

MIT

About

Public AI agent skills by me, Luke, @lc0rp

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages