Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kemiljk/skills

Personal agent skills distilled from Karl Koch's writing on design engineering, fluid interfaces, semantic HTML, and AI judgement.

Install selectively. Compose deliberately.

Install

List available skills:

npx skills add kemiljk/skills --list

Install specific skills:

npx skills add kemiljk/skills \
  --skill fluid-design \
  --skill modern-css-html \
  --skill ai-output-judgement

Skills

Skill Use when
fluid-design Interfaces need physical motion, gestures, layout continuity
modern-css-html Writing/reviewing CSS & HTML with current platform features
semantic-html-first Building controls, forms, disclosure, dialogs
interface-affordances Discoverability and perceptible interaction cues matter
write-first-design Decisions should be written before pixels or code
design-engineering Bridging design intent and production implementation
product-delight Adding polish without confusing novelty for care
subtractive-design Removing noise and requiring purpose
ai-output-judgement Reviewing generated drafts before shipping
prototype-to-production Hardening happy-path prototypes for real use

Composition / precedence

Skills overlap on purpose. Use this order when several activate:

  1. Intentwrite-first-design, subtractive-design
  2. Platformsemantic-html-first, modern-css-html
  3. Feelfluid-design, interface-affordances, product-delight
  4. Shippingai-output-judgement, prototype-to-production

When motion taste and CSS purity disagree:

  • fluid-design decides how the interaction should feel
  • modern-css-html chooses the most native implementation that can deliver it
  • JavaScript/Motion/SwiftUI remain appropriate for interruption, velocity, and gesture continuity CSS cannot express

Migration

fluid-design and modern-css-html previously lived in standalone repositories:

Those names are preserved here with tighter activation files, clearer checklists, and on-demand references. New installs should use this collection.

Source writing

These skills compress lessons from essays such as:

Validation

Each skill should stay:

  • trigger-precise in frontmatter description
  • compact in activated SKILL.md
  • actionable via prefer/reject rules and checklists
  • progressively disclosed when examples are long enough for references/

License

MIT

About

Personal agent skills for design engineering, fluid UI, modern CSS/HTML, and AI judgement

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors