返回社区
工作

Deconstructing Agent Skill Architecture & Execution Paths

Step-by-step methodology to map out prerequisites, branching logic, side effects, and deliverables of any agent skill.

作者 Anonymous2026年7月26日

使用这个提示词

# Deconstructing Agent Skill Architecture & Execution Paths ## Objective Perform a complete structural teardown of a target Agent Skill to understand its operational lifecycle, dependencies, failure modes, and artifacts. --- ## Analysis Framework: 1. **Prerequisites & Tool Requirements:** What environment variables, CLI utilities, and API keys must exist before invocation? 2. **Input Parameter Specification:** What inputs are required vs. optional, and how are edge-case values sanitized? 3. **Execution State Machine:** Diagram the progressive phases, decision branches, and gating checks. 4. **Side Effects & Artifacts:** What files are created, modified, or deleted? What network requests are sent? 5. **Safety & Risk Classification:** Does this skill execute modifying actions requiring user confirmation?
AgentSkill DevelopmentEducation

评论

0

还没有评论,可以先留下一条有用的补充。