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

Fetcher React Hooks

skill-ahoo-wang-skills-fetcher-react-hooks · by Ahoo-Wang

>

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

Install

$ agentstack add skill-ahoo-wang-skills-fetcher-react-hooks

✓ 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-ahoo-wang-skills-fetcher-react-hooks)

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 Fetcher React Hooks? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

fetcher-react-hooks

Use This Skill When

  • The task involves React hooks for Fetcher requests, generic queries, or promise state.
  • The task mentions useFetcher, useQuery, usePromise, useExecutePromise, or PromiseStatus.
  • The task needs AbortController, unmount safety, race prevention, or auto-execute behavior.
  • The task needs storage hooks, event subscriptions, Wow query hooks, or data monitor hooks.

Workflow

  1. Choose the lowest hook layer that matches the task: promise state, generic execution, Fetcher HTTP, or query helpers.
  2. Pass PromiseSupplier functions to execute; do not pass raw promises.
  3. Use setQuery to update query state and execute() to rerun current Fetcher queries.
  4. Keep abort, unmount safety, and stale-result behavior explicit in examples and tests.
  5. Load references/api.md for hook signatures, state machine details, Wow hooks, storage hooks, event hooks, and generated hook helpers.

Key Practices

  • Separate query state from rendering state in reusable components.
  • Use Fetcher-based query variants when the backend endpoint accepts POST query objects.
  • Route UI table/filter work to fetcher-viewer-components when the task is about data presentation rather than fetching state.

References

  • references/api.md: Detailed package API, examples, and edge-case guidance. Load it only when the task needs hook architecture, PromiseStatus transitions, hook signatures, Wow query hooks, utility hooks, storage hooks, event hooks, data monitor hooks, and API hook generation.

Related Skills

  • $fetcher-integration: Use for core Fetcher request configuration.
  • $fetcher-storage: Use for the underlying storage abstraction.
  • $fetcher-eventbus: Use for event bus behavior behind event subscriptions and data monitors.
  • $fetcher-decorator-service: Use for decorator APIs behind generated hook helpers.
  • $fetcher-viewer-components: Use for Ant Design table and filter UI.

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.