AgentStack
SKILL verified MIT Self-run

Forms

skill-pixelcrafts-app-agent-skills-forms · by pixelcrafts-app

Apply when building mobile forms — field anatomy, keyboard types, autofill, validation timing, error display, focus, submission, multi-step, state preservation. Auto-invoke when writing form screens.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-pixelcrafts-app-agent-skills-forms

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Forms? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Forms

Field anatomy

Label (visible, above — never placeholder-only) → required/optional marker (with Semantics) → input → helper text → error text (replaces helper in the same position, never stacked).

  • Labels above, start-aligned, concise, sentence case. Required fields get a visible indicator; mark "Optional" in long forms.
  • Placeholders show a format example, not the label; 3 steps), review step before final submit.
  • Date/time → pickers (never free text). Dropdowns: <7 → segmented/radio, ≥7 → searchable sheet. Checkboxes wrap a tappable label. Password show/hide + strength on signup only.
  • Preserve state across tabs (PageStorageKey), rotation, backgrounding; debounced autosave for long forms; prompt save/discard on navigate-away — never lose silently.
  • Destructive ("Delete account"): two-step (confirm dialog requiring typed word or password); safe action is the dialog's primary button.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.