Initial commit

This commit is contained in:
ada
2026-05-25 05:47:28 +00:00
commit 4d6495ffda
97 changed files with 13403 additions and 0 deletions
+10
View File
@@ -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.
+13
View File
@@ -0,0 +1,13 @@
{
"mcpServers": {
"effect": {
"command": "npx",
"args": [
"-y",
"@effect/mcp-server",
"--layer",
"src/layers.ts:AppLayer"
]
}
}
}