The agent skill

This reference, packaged for your coding agent: install it once and the agent picks the right keyboard attributes — and dodges the documented traps — every time it writes a form.

What's inside

  • Ready-to-use configurations for the common jobs — the same verdicts as the recipes, with exact markup.
  • The documented traps, so the agent avoids what the pages warn about.
  • A bundled reference of every documented configuration and attribute value, with the honest verification scope.

Install (Claude Code)

mkdir -p ~/.claude/skills/input-type
curl -fsSL https://inputtype.dev/skill/SKILL.md -o ~/.claude/skills/input-type/SKILL.md
curl -fsSL https://inputtype.dev/skill/reference.md -o ~/.claude/skills/input-type/reference.md

Re-run the same commands to update — both files are regenerated from the dataset on every site build. For a shared project, install to.claude/skills/input-type/ inside the repo instead.

Read it first

SKILL.md·reference.md— plain markdown with name/descriptionfrontmatter, the convention other agent runtimes read too; point yours at the raw files.