How to Refresh APX Skills in Dev Without Reinstalling the Package
Developers editing APX skills in a linked checkout may find external coding tools still reading outdated instructions, because editing source files does not automatically update installed skill directories. APX separates its runtime skills (src/core/runtime-skills/) from its bundled catalog (skills/) distributed to external tools, and changes to one do not propagate to consumers of the other. To push updates to external tools' global skill directories, contributors must explicitly run 'apx skills sync --verbose', which reports created, updated, unchanged, and pruned entries per destination. Using 'apx update' is discouraged for this purpose, as it installs a published release and can overwrite the global link to the working development tree. Developers are advised to confirm which file a given tool actually reads and which operation delivers new content there before assuming a sync or file copy has refreshed an active session.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.



Discussion (0)
Log in to join the discussion and vote.
Log in