mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-13 07:52:39 +00:00
Compare commits
49 Commits
noahz/noti
...
stats
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1a096eceb | ||
|
|
5e77d98041 | ||
|
|
c343df0cdf | ||
|
|
cde31f50cb | ||
|
|
8a81f53094 | ||
|
|
20c9fd8540 | ||
|
|
1ba54234f9 | ||
|
|
2b57881c09 | ||
|
|
7d90163047 | ||
|
|
fc7f033652 | ||
|
|
58a5219e31 | ||
|
|
ba10b230d0 | ||
|
|
2fe2678a5e | ||
|
|
eaac337884 | ||
|
|
da2eb275a2 | ||
|
|
b3ee4e93cd | ||
|
|
c1d532858c | ||
|
|
f17c9e85ae | ||
|
|
b91aaa0224 | ||
|
|
d863f504a2 | ||
|
|
d9844ec79a | ||
|
|
5fdcbfb8da | ||
|
|
9c18e1b623 | ||
|
|
30e6b4b362 | ||
|
|
3effad31d2 | ||
|
|
2d394bab06 | ||
|
|
bd4023a604 | ||
|
|
6ce63e54bf | ||
|
|
18bfc52a5a | ||
|
|
054777320c | ||
|
|
268fd2955f | ||
|
|
99cadcad37 | ||
|
|
e9ed0cf94e | ||
|
|
85fd4098d1 | ||
|
|
d64fd57717 | ||
|
|
ae4733c338 | ||
|
|
9c7b7d2f63 | ||
|
|
92291f7a06 | ||
|
|
cb99c3d3d4 | ||
|
|
f3f60a275d | ||
|
|
2f22d73c38 | ||
|
|
635b4956dc | ||
|
|
240a41e5f4 | ||
|
|
9a28cbd4dc | ||
|
|
aec57190c9 | ||
|
|
be3c6b3588 | ||
|
|
e979f6717d | ||
|
|
7f9eb7930d | ||
|
|
ab2b6d0cad |
@@ -214,11 +214,14 @@
|
||||
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear"
|
||||
},
|
||||
{
|
||||
"name": "notion",
|
||||
"name": "Notion",
|
||||
"description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.",
|
||||
"category": "productivity",
|
||||
"source": "./external_plugins/notion",
|
||||
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/notion"
|
||||
"source": {
|
||||
"source": "url",
|
||||
"url": "https://github.com/makenotion/claude-code-notion-plugin.git"
|
||||
},
|
||||
"homepage": "https://github.com/makenotion/claude-code-notion-plugin"
|
||||
},
|
||||
{
|
||||
"name": "gitlab",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"linear": {
|
||||
"type": "sse",
|
||||
"url": "https://mcp.linear.app/sse"
|
||||
"type": "http",
|
||||
"url": "https://mcp.linear.app/mcp"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "notion",
|
||||
"description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.",
|
||||
"author": {
|
||||
"name": "Notion"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"notion": {
|
||||
"type": "sse",
|
||||
"url": "https://mcp.notion.com/sse"
|
||||
}
|
||||
}
|
||||
1701
stats/plugin-installs.json
Normal file
1701
stats/plugin-installs.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user