fromContext
Builds an AssetSkillSource that reads skills from the APK's assets/ directory using context.applicationContext.assets. Using the application context avoids Activity leaks.
Parameters
context
any Context; the application context is used internally.
skillsBaseDir
the asset path that contains skill directories. May be "" to indicate that skills live directly under the assets root.