awesome-persona-distill-skills (MCP Server)

GitHub

Curated list of Agent Skills centered on people, relationships, commemorative scenes, and methodological perspectives

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-persona-distill-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-persona-distill-skills"
      ]
    }
  }
}