jsui-dev
Installation
SKILL.md
JSUI Agent Developer Guide
This guide provides independent and comprehensive context for AI agents developing JSUI applications. It includes project structure, SFC .ink support specifications, and standard API references, designed to help Large Language Models (LLMs) generate accurate JSUI pages and logic code.
1. Project Structure
A standard JSUI application project typically contains the following core files:
AGENTS.md: The agent manifest, defining the agent's identity and capabilities.app.json: Global configuration, including page routes, window settings, etc.app.js: Application lifecycle and global logic.pages/: Page directory containing the application's pages, primarily using the Single File Component (SFC).inkformat.assets/: Directory for storing static resources like images and audio.
1.1 Agent Manifest (AGENTS.md)
The manifest file defines the agent's basic information and required permissions/skills: