
extra-apps
by yanivprusman
SKILL.md
name: extra-apps description: Instructions for finding and managing extra/external applications like CAD and Public Transportation.
Extra Applications
The AutomateLinux ecosystem integrates several external applications. These are typically stored outside the main automateLinux repository but are linked for easy access.
Locating Applications
The extraApps/ Directory
The primary entry point for finding external apps is the extraApps/ directory in the root of the automateLinux workspace.
ls -l ~/coding/automateLinux/extraApps
This directory contains symlinks to the actual source locations:
cad: Points to~/coding/cad/loom: Points to~/coding/loom/publicTransportation: Points to~/coding/publicTransportation/
Direct Paths
- CAD App:
/home/yaniv/coding/cad - Public Transportation (PT) App:
/home/yaniv/coding/publicTransportation
Port Management
External apps often run local development servers. Their ports are managed centrally by the daemon.
Current Standard Mappings
| App | Mode | Standard Port |
|---|---|---|
| CAD | Production | 3000 |
| CAD | Development | 3001 |
| PT | All | 3002 |
Updating Ports
If you move an app to a different port, update the daemon so macros and proxies continue to work:
d setPort --key pt --value 3005
Editing and Permissions
[!IMPORTANT] Use Symlinks for Access: When accessing or editing files for these external applications, ALWAYS use the symlinks located in
~/coding/automateLinux/extraApps/.Correct:
~/coding/automateLinux/extraApps/cad/src/file.tsIncorrect:~/coding/cad/src/file.tsUsing the
extraAppspath prevents redundant permission requests and maintains workspace context. The user has granted permission for theautomateLinuxworkspace, so staying within its directory structure (via symlinks) is preferred.
Related Commands
d listPorts: See all currently registered app ports.d publicTransportationOpenApp: Opens the PT app in Chrome based on the registered port.d restartLoom: Management for the Loom screen recording integration.
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です