AI development tools for the DHIS2 ecosystem — published as standalone npm packages from this monorepo.
For guidance on using AI agents to build DHIS2 applications, see the AI-assisted App Development guide on the DHIS2 Developer Portal.
Attribution —
@dhis2/skill-dhis2-appsis based on dhis2-app-skills by Eirik Haugstulen at Devotta Labs.
# All skills (interactive prompt to select)
npx skills add dhis2/ai-devtools
# A specific skill by name
npx skills add dhis2/ai-devtools --skill dhis2-apps
# A specific skill by path
npx skills add https://github.com/dhis2/ai-devtools/tree/main/src/skills/dhis2-appspnpm install # install dependencies
pnpm lint # check formatting
pnpm changeset # record a changeset before opening a PRSee CLAUDE.md for repo structure and release flow details.