用于新增、修改或审查 AUTO-MAS 插件模块,包括插件管理/市场 UI、插件页面扩展、插件声明与实例、声明式 HTTP/WS、Script Adapter、动态 Schema 表单及插件运行链。
Source text: Chinese
Menu
SkillsMP has collected 6 skills from AUTO-MAS-Project/skills. Open a skill to review its source and details.
Showing 6 of 6 collected skills.
用于新增、修改或审查 AUTO-MAS 插件模块,包括插件管理/市场 UI、插件页面扩展、插件声明与实例、声明式 HTTP/WS、Script Adapter、动态 Schema 表单及插件运行链。
Source text: Chinese
Master entrypoint for MAS engineering standards and code conventions. Use when a task needs consistent conventions across code standards, schema naming, module boundaries, function design, API contracts, or data modeling, and route the work to one or more MAS…
Guide specialized AUTO-MAS integration by script frontend architecture (MAA / SRC / MXU-line like MaaEnd / MFAA-line like M9A / ok-script like Okww). Before coding: run script-architecture intake (prefer repo URL). Surfaces first, then backend. Code norms:…
Source text: Chinese
Define backend API contract standards for FastAPI services. Use when adding or refactoring HTTP/WebSocket endpoints in app/api, designing request/response schemas in app/models/schema.py, standardizing status/error contracts, and maintaining backward…
Apply AUTO-MAS code standards derived from representative DLmaster_361 commits on dev. Use when editing modules mainly authored by DLmaster_361, especially frontend/electron/services, frontend/electron/ipc, initialization UI code, or when the user asks to…
Use when adding, refactoring, or reviewing AUTO-MAS plan schedule types, including backend PlanConfig registration, plan API/schema contracts, plan combobox consumers, frontend plan type registry, and per-plan table integration.