qfei
Official@qfeius
qfei provides a 15-skill registry for building, deploying, and securing Make platform applications spanning DSL modeling, React UI, Service APIs, permissions, and OCR integration.
Agent Skills by qfei
Showing 15 vetted skills indexed across 1 GitHub repositories.
make-env-setup
Installs and verifies the Node, pnpm, git, and makecli toolchain for Make App development.
makeui
Generates and refactors Make App React frontend UI with componentized layouts and field-type adapters.
makedsl
Generates Make platform DSL YAML defining apps, entities, fields, and relations.
make-app-service
Designs and implements Make App Service APIs, adapters, and UI-Service contracts.
make-app-permission
Enforces Make App single-app IAM permissions across Service proxy, routes, fields, and record operations.
make-app-actions
Implements Make CanvasTable record selection actions, permission prechecks, and batch editing.
make-integration
Recognize invoices and vouchers through Make Integration OCR via makecli.
makecli
Manages Make platform apps, entities, relations, records, and deployments via the makecli CLI.
make-app-group
Implements Make App record-list grouping with Entity Preset persistence and CanvasTable grouped rendering.
make-app-sort
Implements Make App record-list sorting with drag-and-drop priority, Entity Preset persistence, and CanvasTable header linkage.
make-app-runtime
Validates Make App workspace manifests, build artifacts, and Service runtime entry contracts.
make-app-filter
Integrates package-backed advanced filtering with CanvasTable header linkage and CEL expression payloads for Make record lists.
canvas-table-integration
Integrates the @qfei-design/canvas-table package into consumer apps with schema-driven columns and cell editing.
make-ai-assistant
Integrates the Make AI assistant package with Artifact rendering and SSE transport.
make-app-auth
Integrate unified login and authenticated Make API requests into Make Apps.
Frequently Asked Questions About qfei
FAQPage SchemaWhat tasks can I accomplish with qfei's Make platform skills?▼
You can design DSL schemas, generate React app UI, implement Service record CRUD APIs, add list filtering/sorting/grouping, enforce field-level permissions, configure unified login, package runtime builds, deploy apps via makecli, and run invoice OCR through Make Integration.
Who are these Make platform skills designed for?▼
They target developers building applications on the Make platform: frontend engineers working with React and @qfei-design/canvas-table, backend engineers implementing Service APIs and permission contracts, and platform engineers handling DSL modeling, deployment, and runtime packaging.
How do I set up and run a Make app development environment?▼
Use the make-env-setup skill to prepare or update the local Make development environment before coding. Then model resources with makedsl, build UI with makeui, implement services with make-app-service, and deploy or inspect resources using makecli commands.
Are qfei's Make platform skills free to use?▼
The skills are published openly on the public GitHub repository qfeius/make-platform-skills with versioned releases. No licensing fee or paid tier is indicated in the manifest; consult the repository for exact license terms before commercial redistribution.
What prerequisites and dependencies do these skills require?▼
Skills depend on the Make platform ecosystem: @qfei-design packages (canvas-table, make-app-filter/sort/group/actions, make-ai-assistant), @qfeius/make-app-auth, the makecli command line, apps/ui and apps/service workspace structure, and Docker/K8s entrypoints for runtime packaging.