development

Automate axhub app feature development using natural language and the ax-hub SDK.

1|1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/jocoding-ax-partners/axhub --skill development-jocoding-ax-partners
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development
Source: https://github.com/jocoding-ax-partners/axhub/tree/main/plugins/axhub/skills/development
Command: npx skills add https://github.com/jocoding-ax-partners/axhub --skill development-jocoding-ax-partners

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ax-hub/sdk, ax-hub/mcp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the development of features in existing axhub apps using natural language, significantly reducing the need for manual coding and speeding up the development process.

Core Features & Use Cases

  • Feature Code Generation: Automatically generate code to add or modify features in axhub apps, such as dashboards, user lists, search functionality, forms, and CRUD operations.
  • Data-Driven Development: Utilize real data from connectors and tables to create interactive and functional app components.
  • Use Case: For instance, you can say "Create a dashboard from my connector data" or "Add a search function to the user list page" to automate the development of these features.

Quick Start

Use the development skill to add a search function to your user list page.

Frequently Asked Questions about development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate app feature development using natural language?

Automate app feature development by instructing the system in natural language to generate code for features like dashboards, user lists, and CRUD operations within axhub apps. It reduces manual coding by using the ax-hub SDK and MCP for data access.

Can I generate CRUD operations and forms from existing connector data?

Yes, you can generate CRUD operations and forms from existing connector data. The Skill utilizes real data from your axhub tables and connectors to automatically generate the necessary code for interactive and functional app components.

Do I need the ax-hub SDK and MCP to add a search function to my app?

Yes, the ax-hub SDK and MCP are required dependencies. They provide the necessary data access and manipulation interfaces to connect your real table data with the automatically generated search functionality and other app features.

What is the best way to create a dashboard from axhub connector data?

The best way to create a dashboard from axhub connector data is using natural language automation. Simply request a dashboard from your connector data, and the Skill generates the required code automatically, bypassing manual development.

What are the limitations of natural language code generation for axhub apps?

Natural language code generation for axhub apps requires real data from configured connectors and tables to function. It is limited to automating features like dashboards, user lists, search functionality, forms, and CRUD operations within the axhub environment.