Name: Skills
Language: TypeScript
After following the Skill Creation Tutorial, I get to a point where I have to check my Skill manifest but its not in the project.
Your newly created Skill has a basic Skill manifest file provided in the root directory (manifestTemplate.json)
Follow the Typescript Skill creation tutorial.
To have the manifestTemplate.json created in the root directory or somewhere in the project.


I had no problems either creating the Skill or deploying it.
I'm getting the same error over here. No manifest file present.
Hi @jbonet07 , @aschemel . Thanks for contributing!
We fixed the issue of the missing manifestTemplate file in the #1478. Meanwhile, you can use this manifestTemplate file adding it in the src folder.
Related to the Skill Manifest endpoint we are still working on!
Same problem here, but even after adding the manifestTemplate.json in the src or the root of the Skill and running "npm run start again" I get the same error message.
Am I missing something obvious?
Hi @Zack-Strife,
Please, update the version of your generator-botbuilder-assistant in order to have the latest changes:
npm uninstall --global generator-botbuilder-assistant
npm install --global generator-botbuilder-assistant
We fixed this issue in the following PRs: