ai

rmaloneycvg/ai
★ 1 stars TypeScript AI/LLM Updated 2d ago
Several useful agents, skills, steering, mcp servers and hooks for kiro-cli including sdlc flow and ADT resume optimization
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai": {
      "command": "npx",
      "args": [
        "-y",
        "rmaloneycvg/ai"
      ]
    }
  }
}