AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Frontend State And Interaction Design

skill-mmccalla-coding-agent-skill-library-frontend-state-and-interaction-design · by mmccalla

Designs predictable states for loading, empty, error, partial, long-running and approval workflows. Use when implementing async UI, agent tasks, or multi-step forms.

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

Install

$ agentstack add skill-mmccalla-coding-agent-skill-library-frontend-state-and-interaction-design

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mmccalla-coding-agent-skill-library-frontend-state-and-interaction-design)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Frontend State And Interaction Design? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Frontend State and Interaction Design

When to use

Use this skill when implementing async flows, long-running jobs, background workflows, forms, dashboards, approval flows, optimistic updates, error recovery, retry actions, partial success states or agent task execution.

Objective

Make frontend behaviour predictable, recoverable and transparent across all meaningful states.

Procedure

  1. Identify all relevant states.
  2. Define state transitions explicitly.
  3. Make the current state visible.
  4. Provide recovery actions for errors where possible.
  5. Preserve user input during recoverable failures.
  6. Distinguish empty, loading, error, denied, partial and complete states.
  7. For long-running jobs, show progress, status, timestamps and next update behaviour.
  8. For destructive or high-risk actions, require confirmation.
  9. For optimistic updates, provide rollback or reconciliation.
  10. Test transitions, not just final rendered output.

Required states

Consider idle, loading, validating, submitting, running, awaiting_approval, success, partial_success, empty, warning, error, denied, cancelled, retrying and stale.

Rules

  • Do not show a spinner with no context for long-running work.
  • Do not collapse policy denial, validation failure and system error into the same message.
  • Do not lose user-entered data on validation failure.
  • Do not use optimistic updates for irreversible or high-risk operations.
  • Do not allow double submission unless the action is idempotent.
  • Do not hide partial success where some records, rules or batches failed.

Optional overlay

For product-specific DataOps/MCP examples, load skills_docs/overlays/mas-dataops-mcp-overlay.md.

References

Verification

  • [ ] States and transitions implemented listed.
  • [ ] Recovery options and high-risk controls documented.
  • [ ] Tests or manual checks performed.
  • [ ] Residual interaction risks stated.

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.