-
Notifications
You must be signed in to change notification settings - Fork 296
Expand file tree
/
Copy pathsymphony-registry.json
More file actions
126 lines (126 loc) · 4.36 KB
/
symphony-registry.json
File metadata and controls
126 lines (126 loc) · 4.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"schemaVersion": "1.0",
"lastUpdated": "2026-03-24T00:00:00Z",
"repositories": [
{
"slug": "RunMaestro/Maestro",
"name": "Maestro",
"description": "Desktop app for managing multiple AI agents with a keyboard-first interface.",
"url": "https://github.com/RunMaestro/Maestro",
"category": "ai-ml",
"tags": ["electron", "ai", "productivity", "typescript"],
"maintainer": {
"name": "Pedram Amini",
"url": "https://github.com/pedramamini"
},
"isActive": true,
"featured": true,
"addedAt": "2025-01-01"
},
{
"slug": "pedramamini/Podsidian",
"name": "Podsidian",
"description": "An MCP-capable intelligent Apple podcast transcription and summarization to markdown tool.",
"url": "https://github.com/pedramamini/Podsidian",
"category": "productivity",
"tags": ["mcp", "podcasts", "obsidian", "markdown", "transcription", "python"],
"maintainer": {
"name": "Pedram Amini",
"url": "https://github.com/pedramamini"
},
"isActive": true,
"featured": false,
"addedAt": "2026-02-14"
},
{
"slug": "pedramamini/RSSidian",
"name": "RSSidian",
"description": "An MCP-capable intelligent RSS feed ingestion and summarization to markdown tool.",
"url": "https://github.com/pedramamini/RSSidian",
"category": "productivity",
"tags": ["mcp", "rss", "obsidian", "markdown", "summarization", "python"],
"maintainer": {
"name": "Pedram Amini",
"url": "https://github.com/pedramamini"
},
"isActive": true,
"featured": false,
"addedAt": "2026-02-14"
},
{
"slug": "thedotmack/claude-mem",
"name": "claude-mem",
"description": "A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI, and injects relevant context back into future sessions.",
"url": "https://github.com/thedotmack/claude-mem",
"category": "ai-ml",
"tags": ["claude-code", "memory", "ai-agents", "plugin", "typescript"],
"maintainer": {
"name": "thedotmack",
"url": "https://github.com/thedotmack"
},
"isActive": true,
"featured": false,
"addedAt": "2026-02-14"
},
{
"slug": "danielmiessler/Personal_AI_Infrastructure",
"name": "Personal AI Infrastructure",
"description": "A guide and framework for building your own personal AI infrastructure, including patterns for AI agents, workflows, and automation.",
"url": "https://github.com/danielmiessler/Personal_AI_Infrastructure",
"category": "ai-ml",
"tags": ["ai", "infrastructure", "agents", "automation", "guide"],
"maintainer": {
"name": "Daniel Miessler",
"url": "https://github.com/danielmiessler"
},
"isActive": true,
"featured": false,
"addedAt": "2026-02-25"
},
{
"slug": "danielmiessler/fabric",
"name": "fabric",
"description": "An open-source framework for augmenting humans using AI, providing a modular system for solving specific problems with crowdsourced AI prompts.",
"url": "https://github.com/danielmiessler/fabric",
"category": "productivity",
"tags": ["ai", "prompts", "automation", "cli", "go"],
"maintainer": {
"name": "Daniel Miessler",
"url": "https://github.com/danielmiessler"
},
"isActive": true,
"featured": false,
"addedAt": "2026-02-25"
},
{
"slug": "volvoxllc/volvox-bot",
"name": "volvox-bot",
"description": "An AI-powered Discord bot used for managing servers that includes interaction, question answering, full memory of users, interaction, games, and much more.",
"url": "https://github.com/VolvoxLLC/volvox-bot",
"category": "ai-ml",
"tags": ["discord-bot", "claude-sdk", "moderation", "discord.js", "typescript"],
"maintainer": {
"name": "BillChirico",
"url": "https://github.com/BillChirico"
},
"isActive": true,
"featured": false,
"addedAt": "2026-02-28"
},
{
"slug": "needmorecowbell/drawfinity",
"name": "Drawfinity",
"description": "Infinite canvas drawing app with pressure-sensitive brushes, real-time collaboration via WebSocket/Yjs CRDT sync, and a WebGL2 rendering pipeline, built on Tauri.",
"url": "https://github.com/needmorecowbell/drawfinity",
"category": "desktop",
"tags": ["drawing", "collaboration", "creative-tools", "tauri"],
"maintainer": {
"name": "needmorecowbell",
"url": "https://github.com/needmorecowbell"
},
"isActive": true,
"featured": false,
"addedAt": "2026-03-24"
}
]
}