materal-enum-adapter
✓Fetches Materal Framework enum data from API for TypeScript enum generation. Use when: (1) Working with Materal Framework OpenAPI specs, (2) Need real enum values from API (not schema-only), (3) Generating TypeScript enums with Chinese-to-English translations via AI.
Installation
SKILL.md
Detects Materal Framework's enum endpoints and fetches real enum data from the API for efficient enum generation.
| Endpoint Pattern | Detected Namespace | API URL Example |
| /MainAPI/Enums/GetAllRole | /MainAPI | {base-url}/MainAPI/Enums/GetAllRole | | /GatewayAPI/Enums/GetAllStatus | /GatewayAPI | {base-url}/GatewayAPI/Enums/GetAllStatus | | /Enums/GetAllType | (empty) | {base-url}/Enums/GetAllType |
Fetches Materal Framework enum data from API for TypeScript enum generation. Use when: (1) Working with Materal Framework OpenAPI specs, (2) Need real enum values from API (not schema-only), (3) Generating TypeScript enums with Chinese-to-English translations via AI. 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 materal-enum-adapter- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-06
- Updated
- 2026-02-18
Quick answers
What is materal-enum-adapter?
Fetches Materal Framework enum data from API for TypeScript enum generation. Use when: (1) Working with Materal Framework OpenAPI specs, (2) Need real enum values from API (not schema-only), (3) Generating TypeScript enums with Chinese-to-English translations via AI. Source: haibaraaiaptx/frontend-openapi-skills.
How do I install materal-enum-adapter?
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 materal-enum-adapter Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/haibaraaiaptx/frontend-openapi-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-06