·generate-artifacts
</>

generate-artifacts

Generate generic frontend artifacts from OpenAPI via aptx-ft, including model files and request clients. Use when user wants one standard flow for most frontend projects without framework-specific business adaptation.

15Installs·1Trend·@haibaraaiaptx

Installation

$npx skills add https://github.com/haibaraaiaptx/frontend-openapi-skills --skill generate-artifacts

How to Install generate-artifacts

Quickly install generate-artifacts AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/haibaraaiaptx/frontend-openapi-skills --skill generate-artifacts
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: haibaraaiaptx/frontend-openapi-skills.

SKILL.md

View raw

重要:react-query 和 vue-query 渲染器不会生成 spec/ 端点定义,它们只是引用 functions 渲染器生成的 spec 文件。因此使用 Query 渲染器前必须先运行 aptx functions。

| -i | OpenAPI 文件路径 | ./openapi.json | | -o | 输出目录 | ./src/api | | --model-path | 模型目录(当 --model-mode relative 时) | ./src/domains |

通用技能不处理业务框架特化逻辑,也不处理 Materal 专用枚举语义化。 Materal 等特化枚举流程请使用 adapt-materal-enums。

Generate generic frontend artifacts from OpenAPI via aptx-ft, including model files and request clients. Use when user wants one standard flow for most frontend projects without framework-specific business adaptation. Source: haibaraaiaptx/frontend-openapi-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/haibaraaiaptx/frontend-openapi-skills --skill generate-artifacts
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from haibaraaiaptx/frontend-openapi-skills

Quick answers

What is generate-artifacts?

Generate generic frontend artifacts from OpenAPI via aptx-ft, including model files and request clients. Use when user wants one standard flow for most frontend projects without framework-specific business adaptation. Source: haibaraaiaptx/frontend-openapi-skills.

How do I install generate-artifacts?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/haibaraaiaptx/frontend-openapi-skills --skill generate-artifacts Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/haibaraaiaptx/frontend-openapi-skills