A collection of AI agent skills for alova. designed to enhance the capabilities of AI agents by providing a variety of functionalities. These skills can be easily integrated into your Alova Agent projects to enable features such as natural language processing, data analysis, and more. These skills enhance AI coding assistants with expert knowledge for alova integration and best practices.
Best practices for alova v3 in browser/client-side/SSR applications.
npx skills add alovajs/skills --skill alova-client-usageBest practices for alova v3 in server-side environments.
npx skills add alovajs/skills --skill alova-server-usageGuide for integrating alova with OpenAPI/Swagger specs via @alova/wormhole.
npx skills add alovajs/skills --skill alova-wormhole-usageWorma is the re-designed and optimized evolution of @alova/wormhole, and it is recommended for new projects. These guidelines cover OpenAPI code generation, configuration, templates, plugins, CLI workflows, and migration guidance. Visit worma official website for more details.
npx skills add alovajs/skills --skill worma-guidelinesSkills are automatically triggered when:
| Skill | Trigger Keywords |
|---|---|
| alova-client-usage | API requests, fetch data, alova client setup, alova/client imports, pagination, forms |
| alova-server-usage | Server-side requests, BFF, API gateway, Node.js/Bun/Deno, alova/server imports, Redis caching |
| alova-wormhole-usage | OpenAPI, Swagger, @alova/wormhole, API code generation, alova gen, alova init |
| worma-guidelines | worma config, OpenAPI/Swagger integration, CLI commands, templates, plugins, migration from @alova/wormhole, axios, or ky |
MIT