Agent skill
taskflow
Build and run the full TaskFlow demo stack (Express backend + React frontend + mobile)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/taskflow
SKILL.md
TaskFlow Demo
Build and run the full-stack demo that showcases dart_node's capabilities.
Run it
sh examples/run_taskflow.sh
This:
- Kills any existing processes on ports 3000 and 8080
- Builds backend, mobile, and frontend from Dart to JS
- Starts the Express backend on http://localhost:3000
- Starts the frontend dev server on http://localhost:8080/web/
- Traps Ctrl+C for clean shutdown
Ports
| Service | Port | How |
|---|---|---|
| Backend API (Express) | 3000 | node examples/backend/build/server.js |
| Frontend (static) | 8080 | python3 -m http.server 8080 |
| Mobile (Expo) | — | cd examples/mobile/rn && npm run ios or npm run android |
Prerequisites
Dependencies must be installed first. If the build fails, run:
./tools/pub_get.sh
Or use the Dev Container which runs post-create.sh automatically.
Manual start (individual services)
Backend only:
dart run tools/build/build.dart backend && node examples/backend/build/server.js
Frontend only:
cd examples/frontend && bash build.sh && python3 -m http.server 8080
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?