스킬 정리 및 리팩토링
This commit is contained in:
23
.agents/skills/dev-mcp-implementation/agents/openai.yaml
Normal file
23
.agents/skills/dev-mcp-implementation/agents/openai.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
interface:
|
||||
display_name: "Dev MCP Implementation"
|
||||
short_description: "Implement features with MCP workflows"
|
||||
default_prompt: "Use $dev-mcp-implementation to build code using MCP-first verification."
|
||||
dependencies:
|
||||
tools:
|
||||
- type: "mcp"
|
||||
value: "next-devtools"
|
||||
description: "Next.js route and runtime diagnostics"
|
||||
- type: "mcp"
|
||||
value: "context7"
|
||||
description: "Official framework and library docs"
|
||||
- type: "mcp"
|
||||
value: "supabase-mcp-server"
|
||||
description: "Supabase SQL and function operations"
|
||||
- type: "mcp"
|
||||
value: "playwright"
|
||||
description: "Browser smoke verification"
|
||||
- type: "mcp"
|
||||
value: "kis-code-assistant-mcp"
|
||||
description: "KIS API lookup and source references"
|
||||
policy:
|
||||
allow_implicit_invocation: false
|
||||
Reference in New Issue
Block a user