frontend — for Claude Code frontend, vebetterdao-relayers-dashboard, community, for Claude Code, ide skills, nvm use, turbo.json, enabled, CRITICAL, reference

v0.1.0

このスキルについて

適した場面: Ideal for AI agents that need use this skill for generic frontend development patterns in vechain dapps:. ローカライズされた概要: The central hub for managing and monitoring relayers. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

機能

Use this Skill for generic frontend development patterns in VeChain dApps:
React Query (TanStack Query): query keys, cache invalidation, batch queries, loading states
Turborepo monorepo architecture and conventions
State management (React Query for server state, Zustand for client state)
Chakra UI integration and responsive design

# 主なトピック

vechain vechain
[2]
[2]
更新日: 4/24/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

適した場面: Ideal for AI agents that need use this skill for generic frontend development patterns in vechain dapps:. ローカライズされた概要: The central hub for managing and monitoring relayers. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

このスキルを使用する理由

推奨ポイント: frontend helps agents use this skill for generic frontend development patterns in vechain dapps:. The central hub for managing and monitoring relayers. This AI agent skill supports Claude Code, Cursor, and

おすすめ

適した場面: Ideal for AI agents that need use this skill for generic frontend development patterns in vechain dapps:.

実現可能なユースケース for frontend

ユースケース: Applying Use this Skill for generic frontend development patterns in VeChain dApps:
ユースケース: Applying React Query (TanStack Query): query keys, cache invalidation, batch queries, loading states
ユースケース: Applying Turborepo monorepo architecture and conventions

! セキュリティと制限

  • 制約事項: State management Zustand (client state only) --
  • 制約事項: Apply conditional patterns (Chakra UI, i18n, Zustand) only when the project uses them
  • 制約事項: (c) Web search — only as a last resort, and only for topics NOT covered in the reference files

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs デモ

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ とインストール手順

These questions and steps mirror the structured data on this page for better search understanding.

? よくある質問

frontend とは何ですか?

適した場面: Ideal for AI agents that need use this skill for generic frontend development patterns in vechain dapps:. ローカライズされた概要: The central hub for managing and monitoring relayers. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

frontend はどうやって導入しますか?

次のコマンドを実行してください: npx killer-skills add vechain/vebetterdao-relayers-dashboard。Cursor、Windsurf、VS Code、Claude Code など19以上のIDEで使えます。

frontend の主な用途は?

主な用途は次のとおりです: ユースケース: Applying Use this Skill for generic frontend development patterns in VeChain dApps:, ユースケース: Applying React Query (TanStack Query): query keys, cache invalidation, batch queries, loading states, ユースケース: Applying Turborepo monorepo architecture and conventions。

frontend に対応するIDEは?

このスキルは Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer に対応しています。統一された導入には Killer-Skills CLI を使えます。

frontend に制限はありますか?

制約事項: State management Zustand (client state only) --. 制約事項: Apply conditional patterns (Chakra UI, i18n, Zustand) only when the project uses them. 制約事項: (c) Web search — only as a last resort, and only for topics NOT covered in the reference files.

このスキルの導入方法

  1. 1. ターミナルを開く

    プロジェクトディレクトリでターミナルまたはコマンドラインを開きます。

  2. 2. インストールコマンドを実行

    npx killer-skills add vechain/vebetterdao-relayers-dashboard を実行してください。CLI がIDEまたはエージェントを自動検出し、スキルを設定します。

  3. 3. スキルを使い始める

    このスキルはすぐに有効になります。現在のプロジェクトで frontend をすぐ使えます。

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

frontend

The central hub for managing and monitoring relayers. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Use this Skill for generic

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Frontend Skill

CRITICAL RULES

  1. Read reference files FIRST. When the user's request involves any topic in the reference table below, read those files before doing anything else — before writing code, before making decisions. Briefly mention which files you are reading so the user can confirm the skill is active (e.g., "Reading frontend patterns reference...").
  2. Information priority for VeChain topics: (a) Reference files in this skill — always the primary source. (b) VeChain MCP tools — use @vechain/mcp-server for on-chain data, transaction building, and live network queries; use Kapa AI MCP for VeChain documentation lookups. (c) Web search — only as a last resort, and only for topics NOT covered in the reference files.
  3. Prefer working directly in the main conversation for VeChain tasks. Plan mode and subagents do not inherit skill context and may fall back to web search instead of using reference files.
  4. After compaction or context loss, re-read this SKILL.md to restore awareness of the reference table and operating procedure before continuing work.

Scope

Use this Skill for generic frontend development patterns in VeChain dApps:

  • React Query (TanStack Query): query keys, cache invalidation, batch queries, loading states, anti-patterns
  • Turborepo monorepo architecture and conventions
  • State management (React Query for server state, Zustand for client state)
  • Chakra UI integration and responsive design
  • i18n with react-i18next
  • Transaction UX: loading states, confirmation patterns, error handling
  • Choosing between VeChain Kit and dapp-kit

For package-specific APIs (hooks, components, setup), see the vechain-kit skill. For core VeChain SDK, fee delegation, and multi-clause transactions, see the vechain-core skill.

Default stack

LayerDefaultAlternative
FrontendReact / Next.js (App Router)--
Data fetching@tanstack/react-query--
State managementZustand (client state only)--
UIChakra UI v2--
MonorepoTurborepo--
NodeNode 20 LTS (managed via nvm)--

Operating procedure

1. Check Node version

Before installing dependencies or running any command:

  • Check if .nvmrc exists in the project root. If yes, run nvm use.
  • If .nvmrc does not exist, create one with 20 (Node 20 LTS) and run nvm use.

2. Detect project structure

  • turbo.json present → follow Turborepo conventions (apps/frontend, packages/*)
  • Apply conditional patterns (Chakra UI, i18n, Zustand) only when the project uses them

3. Clarify before implementing

When the user's request is ambiguous or could be solved multiple ways, ask before building. Separate research from implementation.

4. Implement with correctness

  • Use React Query for all server state (contract reads, indexer data)
  • Never duplicate server state in Zustand — let React Query be the source of truth
  • Always use enabled guards on queries with dynamic params
  • Always show skeletons while loading — never render empty/zero states during loads
  • Invalidate affected caches after transactions

5. Verify and deliver

A task is not complete until all applicable gates pass:

  1. Code compiles — no build errors (npm run build or equivalent succeeds)
  2. Tests pass — existing tests still pass; new logic has test coverage
  3. Risk notes documented — any signing, fee, or token-transfer implications are called out

Reference files

Read the matching files BEFORE doing anything else. See Critical Rules above.

TopicFileRead when user mentions...
Frontend patternsreferences/frontend.mdfrontend, React Query, caching, query keys, loading, skeleton, Turborepo, Chakra, i18n, state management, transaction UX, VeChain Kit vs dapp-kit

関連スキル

Looking for an alternative to frontend or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

ローカライズされた概要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

ローカライズされた概要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

ローカライズされた概要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

ローカライズされた概要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
開発者