一键导入
dandy-style
Use Dandy Code / dandy-style to improve and review PHP/Laravel code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use Dandy Code / dandy-style to improve and review PHP/Laravel code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | dandy-style |
| description | Use Dandy Code / dandy-style to improve and review PHP/Laravel code. |
Dandy Style is a way of thinking: first understand the project and the real task, then find weak spots in the code, and only then use Dandy Code recipes as tools.
Use the recipes, but do not limit yourself to them.
Do not look for code to fit a recipe.
First find a real problem in the project, diff, file, or code fragment. Then choose the smallest set of recipes that helps solve that problem.
Workflow:
Use this mode when the user invokes /dandy-style or asks to improve the project without naming a file, module, or diff.
Start with a shallow project scan:
README.md, AGENTS.md, composer.json, package.json, test, formatter, and static analysis configs;This is not a full audit. The goal is to find 3-5 likely improvement areas.
Return:
If the best next step is obvious, suggest it. If several options are equally useful, ask the user where to start.
Use this mode when Dandy Style is mentioned inside another task or when the user provides a specific code fragment.
Use recipe-map.md only after finding concrete signs of a problem in the code.
Do not load all recipes “just in case”.
Dandy Style is not limited to these recipes. The recipes highlight frequent problems and common fixes. If another best-practice recipe fits better, suggest it.
For a broad review:
1. What I understood about the project
2. Main improvement points
3. Why they matter
4. What I suggest doing first
5. Which Dandy Code recipes may help
For a contextual task:
1. Solution for the main task
2. What was considered from Dandy Code
3. Trade-offs
4. Next safe step
Project first. Pain second. Recipe third. Small safe action last.