一键导入
development-workflow
Use for multi-step implementation work that needs exploration, edits, and verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for multi-step implementation work that needs exploration, edits, and verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when a coding task needs default agent behavior: inspect first, keep edits scoped, and verify before reporting done.
Use when a failing test or runtime error needs a tight reproduce, diagnose, patch, and rerun loop.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Replace with description of the skill and when Claude should use it.
Guide for building NexAU agents from scratch. This skill should be used when implementing a new NexAU agent — including YAML configuration, system prompt, tool definitions, tool bindings, entry point scripts.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
| name | development-workflow |
| description | Use for multi-step implementation work that needs exploration, edits, and verification. |
Delegate read-only research to the explore sub-agent. Delegate a bounded patch
to the worker sub-agent when the write scope is clear.