원클릭으로
core-skill
模拟完整的技术面试流程,包括提问、追问和总结
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
模拟完整的技术面试流程,包括提问、追问和总结
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Collect, normalize, and validate the minimum actionable requirements needed to create a new agent through dialogue. This skill only gathers and structures requirements for downstream blueprint design, and must not generate repository files, code, or fake capabilities.
Transform structured user requirements into a complete, normalized, and reviewable AgentBlueprint, then save it as the current pending blueprint for confirmation. This skill designs the agent blueprint only and must not create repository files or perform scaffold generation.
Validate whether the pending AgentBlueprint is complete, internally consistent, dependency-closed, and safe to enter the user confirmation and generation stage. This skill only performs blueprint validation and gating; it must not generate repository files or execute scaffold creation.
Compatibility orchestration skill that generates a full runnable agent scaffold only after explicit user confirmation. This skill acts as a gated wrapper over workspace generation, skill generation, tool generation, spec generation, and post-generation validation. It must not bypass confirmation or fabricate created artifacts.
Generate protocol-driven skill packages for the target agent only after explicit confirmation and successful blueprint finalization. This skill is responsible only for rendering and writing skill package artifacts from the blueprint skill plan, and must not fabricate tools, protocol fields, or capabilities that are not declared in the blueprint.
Generate the final spec.py and target-agent __init__.py only after explicit confirmation and successful blueprint finalization. This skill is responsible only for rendering the target agent's spec module and package export file, and must not update global registry exports or fabricate dependencies that are not declared in the blueprint.
| name | core-skill |
| description | 模拟完整的技术面试流程,包括提问、追问和总结 |
| triggers | [] |
| required_tools | [] |
| permissions | [] |
| input_schema | {"type":"object"} |
| output_schema | {"type":"string"} |
| decision_logic | [{"else":"use_declared_tools"}] |
| constraints | [] |
| failure_modes | [] |
| fallback_strategy | [] |
| tool_policy | {} |
| subagent_allowed | false |
| dependencies | [] |
| availability_checks | [] |
| enabled | true |
| metadata | {} |
Use declared tools to complete this capability. When available context is insufficient, explain the limitation and ask for the missing information.