Use when the user wants to build, scaffold, or update an Aomi app/plugin from API docs, OpenAPI or Swagger specs, SDK docs, repository examples, endpoint notes, runtime interfaces, or product requirements. Converts specs into Aomi SDK crates with lib.rs, client.rs, and tool.rs, plus tool schemas, preambles, host-interop flows, and validation steps. Prefer real product integrations over docs-only helpers whenever a callable surface exists.
$npx -y skills add aomi-labs/aomi --skill aomi-buildInstalls into the current project.
Run `npx skills use "https://github.com/aomi-labs/aomi" --skill "aomi-labs/aomi/aomi-build"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aomi-labs/aomi" that are relevant to the current task. Run `npx skills add "https://github.com/aomi-labs/aomi"` and select the relevant skills, then follow their instructions.