author-workspace-app
星标9
分支1
更新时间2026年7月1日 05:19
Create or complete a third-party workspace app package under ~/daat-locus-workspace/apps/.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create or complete a third-party workspace app package under ~/daat-locus-workspace/apps/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Author, validate, and safely test a Lua workflow that orchestrates isolated Daat Locus agent workers.
Ask focused clarifying questions when missing information blocks safe progress.
Stage, commit, and push local repository changes to a remote.
Understand a local project's layout, conventions, and relevant files before editing or explaining.
Check Git repository branch, working-tree cleanliness, and upstream state before modifying or committing.
Apply minimal coherent changes to a local project using semantic coding tools.
| name | author-workspace-app |
| description | Create or complete a third-party workspace app package under ~/daat-locus-workspace/apps/. |
~/daat-locus-workspace/apps/<app_id_snake_case>/.app.toml, runtime/app.lua, and prompt/docs.md.App.~/daat-locus-workspace/apps/<app_id_snake_case>/ already exists and decide whether to create it or complete an existing package.app.toml points to runtime/app.lua.runtime/app.lua, covering at least the state/render path and the tool call or notice/poll path actually needed by the task.prompt/docs.md as plain markdown that explains the app capability boundary and how to operate the app's namespaced tools, without mixing workflow content into app prompts.appid__get_state surface; fix package structure or schema issues as needed.docs.md clearly defines app semantics and operation without mixing in SOP content.