스킬 정리 및 리팩토링
This commit is contained in:
17
.agents/skills/dev-plan-writer/agents/openai.yaml
Normal file
17
.agents/skills/dev-plan-writer/agents/openai.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
interface:
|
||||
display_name: "Dev Plan Writer"
|
||||
short_description: "Write implementation plans with checks"
|
||||
default_prompt: "Use $dev-plan-writer to create a tracked implementation plan file."
|
||||
dependencies:
|
||||
tools:
|
||||
- type: "mcp"
|
||||
value: "next-devtools"
|
||||
description: "Next.js runtime and route diagnostics"
|
||||
- type: "mcp"
|
||||
value: "context7"
|
||||
description: "Official library documentation lookup"
|
||||
- type: "mcp"
|
||||
value: "sequential-thinking"
|
||||
description: "Step-by-step reasoning for complex planning"
|
||||
policy:
|
||||
allow_implicit_invocation: false
|
||||
Reference in New Issue
Block a user