diff --git a/pi/files/agent/mcp.json b/pi/files/agent/mcp.json new file mode 100644 index 0000000..6e82250 --- /dev/null +++ b/pi/files/agent/mcp.json @@ -0,0 +1,6 @@ +{ + "settings": { + "idleTimeout": 10 + }, + "mcpServers": {} +} diff --git a/pi/files/agent/settings.json b/pi/files/agent/settings.json index 83599fc..a55eb45 100644 --- a/pi/files/agent/settings.json +++ b/pi/files/agent/settings.json @@ -3,5 +3,8 @@ "defaultProvider": "openrouter", "defaultModel": "z-ai/glm-5", "defaultThinkingLevel": "medium", - "theme": "matugen" + "theme": "matugen", + "packages": [ + "npm:pi-mcp-adapter" + ] } \ No newline at end of file diff --git a/pi/files/agent/skills/ripple/SKILL.md b/pi/files/agent/skills/ripple/SKILL.md index 217a802..8fbcfee 100644 --- a/pi/files/agent/skills/ripple/SKILL.md +++ b/pi/files/agent/skills/ripple/SKILL.md @@ -1,3 +1,8 @@ +--- +name: ripple +description: Work with Ripple TS framework projects. Use when working with .ripple files or projects using the ripple or @ripple-ts/* packages. +--- + # Ripple TS Framework Skill Use this skill when working on Ripple TS projects. Ripple is a TypeScript UI framework combining the best parts of React, Solid, and Svelte.