extra-apps | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / extra-apps

extra-apps

maintained by yanivprusman

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

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.ts Incorrect: ~/coding/cad/src/file.ts

Using the extraApps path prevents redundant permission requests and maintains workspace context. The user has granted permission for the automateLinux workspace, 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.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 5 months ago
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
notebooklm
chevron_right
google-cloud
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.