Agent Skills
Freeby MCP Community
Multi-host AIDesigner MCP bootstrap and local helper CLI.
v0.1.4Added Apr 12, 2026
aidesignerclaude-codecodexcursormcp
Agent Skills MCP Server
Multi-host AIDesigner MCP bootstrap and local helper CLI.
Installation
Reviews
Installation
Quick install
npx -y @aidesigner/agent-skills
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-skills": {
"command": "npx",
"args": ["-y", "@aidesigner/agent-skills"]
}
}
}