원클릭으로
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.