一键导入
skill-authoring
Use when creating, renaming, or modifying LazyAI skill source files so the canonical source and generated tool-native outputs stay aligned.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating, renaming, or modifying LazyAI skill source files so the canonical source and generated tool-native outputs stay aligned.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when debugging a failing test, broken build, runtime error, or unexpected system behavior. Drives hypothesis-based investigation, root-cause fixes, verification, and reusable learning capture.
Use when a claim, plan, spec, doc, or design must be attacked against source evidence before implementation or approval. Uses write tools, shell execution, and may spawn subagents. Invoke with enable_write_tools=true and enable_subagent_tools=true.
Use when fixing broken behavior and the priority is reproduce, root cause, regression proof, and the smallest safe repair. Uses write tools, shell execution, and may spawn subagents. Invoke with enable_write_tools=true and enable_subagent_tools=true.
Use when reviewing code changes with explicit stage, target, and focus so own-code checks and others’ PR reviews stay distinct but share one contract. Uses write tools, shell execution, and may spawn subagents. Invoke with enable_write_tools=true and enable_subagent_tools=true.
Use when the deliverable is docs or reference material and every claim must stay tied to observed behavior or cited source evidence. Uses write tools, shell execution, and may spawn subagents. Invoke with enable_write_tools=true and enable_subagent_tools=true.
Use when adding or changing product behavior that must ship with explicit purpose, scenarios, and verification. Uses write tools, shell execution, and may spawn subagents. Invoke with enable_write_tools=true and enable_subagent_tools=true.
| name | skill-authoring |
| description | Use when creating, renaming, or modifying LazyAI skill source files so the canonical source and generated tool-native outputs stay aligned. |
Use this skill when creating, renaming, or modifying a shipped skill source. In this repository the active embedded skill library is packages/cli/library/skills/*.md.
For agents, hooks, and workflow-catalog artifacts, use the corresponding authoring skill first.
The current LazyAI embedded skill library is flat markdown source. Treat packages/cli/library/skills/<name>.md as the canonical file and treat generated tool-native skill surfaces as outputs.
After changing a skill source:
lazyai-cli compile plus lazyai-cli doctor in a consuming project, or go test ./packages/cli/... plus go build ./packages/cli/... when changing LazyAI's embedded library or adapters.