Hi @houfeng0923, one way to do this is to add a default blueprint to your addon. The default blueprint runs when someone runs ember install ember-cli-mix-build, and it can do things like install other addons. Here is an example:
If ember-cli-mix-build will also want to use the other addon, it can be listed as a peerDependency in ember-cli-mix-build’s package.json.