I am modifying a Magento theme. And want to add a js file into the theme /js folder. I have added the following code:
/js
I believe if you change:
skin_jsjs/custom-script.js
to
skin_jsskin/frontend/{Theme Package Name}/{Theme Name}/js/custom-script.js
that should allow you to access theme specific javascript file.