Agent skill
pub-get
Install all Dart and npm dependencies in dependency order
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/pub-get
SKILL.md
Install Dependencies
Run the dependency installer that handles the tiered monorepo structure.
./tools/pub_get.sh
What it does
Installs dart pub get and npm install across all packages and examples in dependency order:
- Tier 1 (Core):
dart_logging,dart_node_coverage,dart_node_core,reflux - Tier 2 (Packages):
dart_jsx,dart_node_express,dart_node_ws,dart_node_better_sqlite3,dart_node_mcp,dart_node_react,dart_node_react_native - Tier 3 (Examples):
frontend,markdown_editor,reflux_demo/web_counter,too_many_cooks,backend,mobile,jsx_demo
Order matters because Tier 2 depends on Tier 1, and Tier 3 depends on both.
After running
Report any failures. If a package fails, it's usually because:
- A dependency in an earlier tier hasn't been published yet (use
dart run tools/switch_deps.dart localfor local dev) - npm packages need
npm installin a subdirectory (e.g.,examples/mobile/rn/)
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?