Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: effect-expert
|
||||
description: Teaches the AI agent about Effect best practices using the Effect MCP server
|
||||
---
|
||||
|
||||
# Effect Expert
|
||||
|
||||
This skill activates the Effect MCP Server. It provides live, contextual information about the application's structure directly to AI coding agents.
|
||||
|
||||
Use this skill when you need deep context about the application's services, layers, and their types in order to use Effect properly.
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"effect": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@effect/mcp-server",
|
||||
"--layer",
|
||||
"src/layers.ts:AppLayer"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user