بنقرة واحدة
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.