스킬 정리 및 리팩토링
This commit is contained in:
14
.agents/skills/dev-refactor-polish/agents/openai.yaml
Normal file
14
.agents/skills/dev-refactor-polish/agents/openai.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
interface:
|
||||
display_name: "Dev Refactor Polish"
|
||||
short_description: "Refactor code for readability and performance"
|
||||
default_prompt: "Use $dev-refactor-polish to improve readability, data flow, and small UX polish."
|
||||
dependencies:
|
||||
tools:
|
||||
- type: "mcp"
|
||||
value: "context7"
|
||||
description: "Official docs for framework-safe refactors"
|
||||
- type: "mcp"
|
||||
value: "sequential-thinking"
|
||||
description: "Dependency impact reasoning before file moves"
|
||||
policy:
|
||||
allow_implicit_invocation: false
|
||||
Reference in New Issue
Block a user