Several useful agents, skills, steering, mcp servers and hooks for kiro-cli including sdlc flow and ADT resume optimization
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"
]
}
}
}
Run in terminal:
claude mcp add ai npx -y rmaloneycvg/ai
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai": {
"command": "npx",
"args": [
"-y",
"rmaloneycvg/ai"
]
}
}
}