dart_node
Build full-stack Node.js, React, and mobile apps in Dart
All Skills in This Repository (8)
Pure Emerald Level Indicatorstest
Execute Dart unit tests and coverage analysis across monorepo packages.
website
Build, test, and clean the dart_node documentation website with Eleventy and Playwright.
setup
Install and configure Claude Code CLI or Playwright with Chromium for development.
release
Automate Dart package versioning, dependency updates, and publishing to pub.dev.
build-extension
Build, test, and package VSCode extensions with Dart and Node.js tooling.
pub-get
Install Dart and npm dependencies in tiered monorepo order.
taskflow
Build and run a full-stack demo with Express.js, React, and React Native.
create-pr
Create pull requests using the dart_node PR template and conventions.
Frequently Asked Questions
FAQPage SchemaHow to install dart_node?โผ
Run `npx skills add MelbourneDeveloper/dart_node --all -g -y` in your terminal to install all skills in this suite globally.
Can I write a full-stack app entirely in Dart?โผ
Yes. dart_node provides typed Dart bindings for Express backends, React web frontends, React Native mobile apps, WebSockets, and SQLite, so your whole stack stays in one language.
How does dart_node handle testing and coverage?โผ
The test skill automatically detects which packages changed, runs only the affected tests, and enforces an 80% minimum coverage threshold per package.
Does dart_node work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and the repo includes CLAUDE.md and AGENTS.md, so it works with Claude Code, Codex, Cursor, Windsurf, and similar coding agents.
How are dart_node packages released to pub.dev?โผ
The release skill validates changelogs and tests, then publishes packages in three dependency tiers via git tags, with versions stamped in CI so source files never change.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core