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

dhis2-app-developmentdhis2 应用开发

Agent Skill

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

总安装

396

周安装

17

GitHub Stars

1

下载量

139
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/devotta-labs/dhis2-app-skills --skill dhis2-app-development

简介

dhis2-app-development 指导在 DHIS2 健康信息平台内构建定制化 Web 应用程序。

  • 避免误用通用库而忽略其专用框架、组件库与 Web API 的特殊性。
  • 首先判断是否已有 d2.config.js 配置文件确定项目上下文环境。
  • 提供从零开始创建、现有项目扩展及 API 调用规范的全链路开发指引。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

DHIS2 Application Development

You are helping a developer build a custom DHIS2 web application. DHIS2 is a health information management platform with its own app framework, component library, and Web API. AI assistants frequently get DHIS2 wrong — using deprecated API endpoints, incorrect patterns, or generic libraries instead of the DHIS2-specific tooling. This skill exists to prevent that.

First: determine where you are

Before doing anything, figure out whether you're in an existing DHIS2 project or starting fresh.

CheckHowResult
d2.config.js exists in project rootGlob for d2.config.jsExisting project — skip scaffolding
@dhis2/app-runtime in package.jsonRead package.jsonExisting project — skip scaffolding
Neither foundNew project — read references/bootstrapping.md

If it's an existing project, read d2.config.js and package.json to understand what's already configured before making changes.

What does the user need?

Read the references that match the user's task. Most real tasks combine data and UI — read all that apply. When both are needed, read data-fetching.md first so you understand the API shape before building the UI.

ScenarioReferences (read in order)
Create or scaffold a new DHIS2 appreferences/bootstrapping.md
Run, start, or deploy a DHIS2 appreferences/running-your-app.md
Fetch or mutate data without building UI (hooks, scripts, bulk operations)references/data-fetching.md
Build a page that displays data (list, table, detail view)references/data-fetching.mdreferences/ui-patterns.md
Build a form to create or edit a resourcereferences/data-fetching.mdreferences/ui-patterns.md
Add navigation, page layout, or sidebarreferences/routing.mdreferences/ui-patterns/sidebar.md
Build a dashboard or detail page with widgetsreferences/data-fetching.mdreferences/ui-patterns/widget.mdreferences/ui-patterns/dashboards.md
Build or style any UI componentreferences/ui-patterns.md
Handle API differences across DHIS2 versionsreferences/data-fetching.md (§ Feature flags)

Rules

These apply to all DHIS2 work, regardless of which references you read:

  • React 18 only. No Suspense for data fetching, no React 19 APIs (use(), useFormStatus, etc.). Handle loading states explicitly with isLoading and CircularLoader.
  • Always use @dhis2/ui for UI components. Not MUI, Chakra, Ant Design. Only use custom components if the ui library doesn't provide the component you need.
  • Always clone and read source code before writing data-fetching or UI code. Your training data is unreliable for DHIS2 APIs and component props — the source is the contract.
  • Use i18n.t() from @dhis2/d2-i18n for all user-facing strings.
  • Use displayName instead of name for all dhis2 resources (organisation units, data elements, etc.).
  • CSS Modules + DHIS2 design tokens for styling (var(--spacers-dp16), var(--colors-grey900), etc.).
  • Verify after each turn. Run pnpm exec eslint and pnpm exec tsc --noEmit after making changes to catch errors early. Fix any issues before moving on. No output means no errors.

Troubleshooting

Common errors you may encounter when building DHIS2 apps:

SymptomFix
ESLint import/named errors for named exports that work fine at runtime and show no IDE errorsInstall eslint-import-resolver-typescript and configure it in your ESLint config.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.91%
按下载量换算51

Claude

28.38%
按下载量换算39

Cursor

21.21%
按下载量换算29

Gemini CLI

10.03%
按下载量换算14

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills