author-workspace-app
Create or complete a third-party workspace app package under ~/daat-locus-workspace/apps/.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create or complete a third-party workspace app package under ~/daat-locus-workspace/apps/.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| 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.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.