一键导入
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: