Back to list
mnthe

scripts-path-usage

by mnthe

Hardwork plugin for Claude Code (ultrawork / teamwork)

2🍴 0📅 Jan 21, 2026

SKILL.md


name: scripts-path-usage description: | This skill provides guidance for teamwork agents on using SCRIPTS_PATH and accessing project data via scripts. Required knowledge for all teamwork agents (orchestrator, workers, verifiers).

Scripts Path Usage

What is SCRIPTS_PATH?

SCRIPTS_PATH is the expanded absolute path of ${CLAUDE_PLUGIN_ROOT}/src/scripts.

Your prompt includes it like this:

SCRIPTS_PATH: /Users/name/.claude/plugins/cache/teamwork/0.20.0/src/scripts

Use this path to call Bun scripts.

Core Rules

  1. JSON via scripts, Markdown via Read - Use project-get.js, task-get.js for JSON access
  2. Always pass --project and --team - Required for all teamwork scripts

Quick Reference

DataAccess Method
project.jsonbun "{SCRIPTS_PATH}/project-get.js" --project {PROJECT} --team {TEAM}
tasks/*.jsonbun "{SCRIPTS_PATH}/task-get.js" --project {PROJECT} --team {TEAM} --id 1
waves.jsonbun "{SCRIPTS_PATH}/wave-status.js" --project {PROJECT} --team {TEAM}

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon