Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

argon-router氩气路由器

Agent Skill

argon-router 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

242

周安装

10

GitHub Stars

2

下载量

79
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:argon-router(氩气路由器)
来源仓库:https://github.com/aiko-atami/effectorjs-skills
仓库路径:skills/argon-router
安装命令:
npx skills add https://github.com/aiko-atami/effectorjs-skills --skill argon-router
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/aiko-atami/effectorjs-skills --skill argon-router

简介

argon-router 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 用于在 React 应用中实现 argon-router,结合 Effector 实现可预测数据流和类型化路径。
  • 支持路由 setup、UI 集成、React Native 适配、查询状态跟踪和 SSR 安全初始化。
  • 安装命令为 npx skills add https://github.com/aiko-atami/effectorjs-skills --skill argon-router。
  • 涉及路由和状态管理,应确认项目已集成 Effector 并配置好类型定义。

SKILL.md

Argon Router

Use this skill to implement argon-router in React web apps with predictable Effector dataflow and typed paths.

Workflow

  1. Classify the task:
  • setup: create route map, router, and controls.
  • ui: connect router to React views, links, and outlet.
  • native: integrate argon-router with React Navigation in React Native.
  • query: track URL query state and sync enter/exit flows.
  • composition: build derived/protected/virtual routes.
  • adapters: pick and configure history/query/custom adapter.
  • ssr: scope-safe initialization with memory history and allSettled.
  • hooks: route activity and router access hooks in React.
  • debug: validate path/router wiring and route lifecycle.
  1. Load only required references:
  • Always start with references/core-routing.md.
  • Add references/react-web.md for any React integration task.
  • Add references/react-native.md for React Native stack/tabs integration.
  • Add references/paths-dsl.md when working with route path syntax or parsing/building URLs.
  • Add references/query-tracking.md when query params or filters are involved.
  • Add references/route-composition.md when using auth guards, grouped states, or virtual routes.
  • Add references/adapters-ssr.md for historyAdapter/queryAdapter, adapter selection, SSR bootstrap.
  • Add references/react-navigation-apis.md for Link, useRouter, useRouterContext, useIsOpened, useOpenedViews.
  • Add references/lazy-layout.md for createLazyRouteView and withLayout.
  • Add references/examples.md for copyable happy-path scaffolds.
  • End with references/checklist.md before final output.
  1. Resolve source of truth before implementation:
  • Prefer ../argon-router/packages/*/lib/*.ts and package lib/index.ts exports.
  • Use docs as explanatory context and examples.
  • If docs and code differ, follow code behavior and note mismatch briefly.
  1. Build in this order:
  • Define route units with explicit paths and params.
  • Create router controls and initialize history adapter.
  • Create router with known routes, optional base, and explicit pathless mapping ({path, route}) when needed.
  • Create React route views and wire RouterProvider + createRoutesView (add otherwise when fallback behavior is required).
  • Add link/navigation actions via route open and Link first.
  • Use useLink only for custom interaction surfaces.
  • Add dynamic registration (router.registerRoute(...)) only if runtime extension is required.
  • Add query trackers only when URL query behavior is required.
  • Add route composition (chainRoute, group) after baseline routing works.
  • Add lazy/layout organization (createLazyRouteView, withLayout) when route tree is stable.
  1. Produce output contract:
  • Router topology: routes, router, controls, view mapping.
  • Wiring snippets for navigation and query flows.
  • Notes for params/path DSL used by each route.
  • Notes on adapter/SSR decisions when relevant.
  • Validation checklist with expected lifecycle behavior.

Defaults

  • Target React web only (@argon-router/react).
  • Switch to React Native patterns only when task explicitly targets mobile/native stack.
  • Use happy-path integration patterns.
  • Keep route graph explicit and small before adding composition.
  • Prefer declarative Effector links (sample, attach) over imperative glue code.
  • Prefer Link over useLink unless custom interaction requires manual handlers.

Guardrails

  • Initialize controls with setHistory before expecting route activation from URL changes.
  • Pass router adapters to setHistory (historyAdapter(...) or queryAdapter(...)), not raw history objects.
  • Ensure every route used by useLink is registered in createRouter({routes}).
  • Keep route paths deterministic; avoid ambiguous wildcard-heavy patterns unless required.
  • Model query state through trackQuery, not ad-hoc parsing in components.
  • Keep view rendering centralized in createRoutesView and Outlet composition.
  • Add createRoutesView({otherwise}) when no-match fallback is part of requirements.
  • Use historyAdapter for pathname routing and queryAdapter for secondary/modal/tab routing.
  • For SSR/testing, initialize router in scope with allSettled(router.setHistory, {params: historyAdapter(createMemoryHistory(...))}).

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.14%
按下载量换算27

Claude

29.05%
按下载量换算23

Cursor

19.46%
按下载量换算15

Gemini CLI

9.73%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills