A builder, not just a researcher. Agent skills that turn top-grossing app patterns into native-quality mobile screens.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"appllama-skills": {
"command": "npx",
"args": [
"-y",
"Appllama/appllama-skills"
]
}
}
}
Run in terminal:
claude mcp add appllama-skills npx -y Appllama/appllama-skills
Add to .cursor/mcp.json:
{
"mcpServers": {
"appllama-skills": {
"command": "npx",
"args": [
"-y",
"Appllama/appllama-skills"
]
}
}
}