Haibaraaiaptx Frontend Openapi Skills
haibaraaiaptx-frontend-openapi-skills is a Claude Code plugin for the Build phase that generates type-safe TypeScript models and API clients from OpenAPI or Swagger specifications.
Generate type-safe TypeScript models and API clients from OpenAPI or Swagger specs without hand-maintaining fetch wrappers.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install haibaraaiaptx-frontend-openapi-skills@HaibaraAiAPTX/frontend-openapi-skillsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:HaibaraAiAPTX/frontend-openapi-skills") and the paste-ready config with skillselion.get_install_config("plugin:HaibaraAiAPTX/frontend-openapi-skills").
What it does
haibaraaiaptx-frontend-openapi-skills is a focused Claude Code plugin collection from HaibaraAiAPTX with a single plugin oriented around OpenAPI and Swagger specifications. Solo builders and small frontend teams install it when they have a REST or OpenAPI contract and need consistent TypeScript types and client code instead of copying paths by hand or running one-off codegen CLIs outside the agent loop. The skill set emphasizes generating models, handling spec files including download steps, and staying type-safe as APIs evolve—ideal for SaaS dashboards, internal tools, and any product where the agent should implement features against a documented API. It does not replace API design or backend implementation; it accelerates the glue layer once the spec is authoritative. Pair it with your existing review and test practices in Ship when contracts change frequently.
Highlights
- Claude Code skill(s) for OpenAPI/Swagger-driven TypeScript generation
- Type-safe models and API clients aligned to your spec
- Workflow support for downloading spec files and working from local OpenAPI documents
- Reduces drift between backend contract and frontend calls
Why builders use it
Hand-written fetch code and ad hoc types fall out of sync with OpenAPI specs and slow solo builders shipping TypeScript frontends.
After adding the plugin, Claude can generate and refresh TypeScript clients and models from your OpenAPI/Swagger source inside the coding workflow.
At a glance
- Type - Plugin in Frontend & UI.
- Adoption - 0 installs, 1 stars, 0 votes.
FAQ
Who is haibaraaiaptx-frontend-openapi-skills for?
Frontend-focused solo builders and small teams using Claude Code who maintain TypeScript apps against OpenAPI or Swagger APIs.
When should I use haibaraaiaptx-frontend-openapi-skills?
Use it during Build when you have a spec URL or file and need typed clients or models before implementing UI features or data hooks.
How do I add haibaraaiaptx-frontend-openapi-skills to my agent?
Register the HaibaraAiAPTX/frontend-openapi-skills repo as a Claude Code plugin, enable the OpenAPI skill, and point the agent at your Swagger/OpenAPI document or download step per the skill instructions.
Comments
Share how you use haibaraaiaptx-frontend-openapi-skills, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.