Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions apps/web/server/marketplace-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,29 @@
"enabled": true,
"priority": 2
},
{
"name": "anthropic-agent-skills",
"description": "Anthropic example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
"url": "https://raw.githubusercontent.com/anthropics/skills/main/.claude-plugin/marketplace.json",
"repo": "anthropics/skills",
"enabled": true,
"priority": 3
},
{
"name": "claude-code-workflows",
"description": "Production-ready workflow orchestration with 62 focused plugins, 84 specialized agents, and 42 tools - optimized for granular installation and minimal token usage",
"url": "https://raw.githubusercontent.com/wshobson/agents/main/.claude-plugin/marketplace.json",
"repo": "wshobson/agents",
"enabled": true,
"priority": 3
"priority": 4
},
{
"name": "claude-code-templates",
"description": "Ready-to-use Claude Code templates organized by workflow",
"url": "https://raw.githubusercontent.com/davila7/claude-code-templates/main/.claude-plugin/marketplace.json",
"repo": "davila7/claude-code-templates",
"enabled": true,
"priority": 4
"priority": 5
}
]
}
Loading