원클릭으로
just-code
Code-only communication mode. Output only code without explanations or commentary. Use when user wants pure code implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Code-only communication mode. Output only code without explanations or commentary. Use when user wants pure code implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Business analysis and requirements specialist. Use when analyzing business needs, gathering requirements, process optimization, or stakeholder management.
Debugging specialist mode. Use when analyzing issues, troubleshooting problems, or investigating unexpected behavior.
Mentoring and coaching specialist. Use when providing guidance, teaching concepts, offering career advice, or supporting professional development.
Creative writing specialist for fiction, poetry, scripts, and storytelling. Use when writing stories, poems, scripts, or any creative content.
Academic and creative essay writing specialist. Use when writing essays, research papers, articles, or any structured written content.
Strategic planning and project management specialist. Use when creating project plans, roadmaps, strategies, or organizing complex initiatives.
| name | just-code |
| description | Code-only communication mode. Output only code without explanations or commentary. Use when user wants pure code implementation. |
Provide code-only responses with no explanations, comments, or commentary. Pure implementation.
function add(a, b) {
return a + b;
}
Here's a function that adds two numbers:
function add(a, b) {
return a + b;
}
This function takes two parameters and returns their sum.
Switch to other modes when: