mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-23 00:23:07 +00:00
Compare commits
5 Commits
kenshiro/a
...
claude/rem
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
751491da6f | ||
|
|
3729578434 | ||
|
|
452c387569 | ||
|
|
587fa33f31 | ||
|
|
ff736a6da8 |
@@ -427,6 +427,17 @@
|
|||||||
"category": "productivity",
|
"category": "productivity",
|
||||||
"homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management"
|
"homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "skill-creator",
|
||||||
|
"description": "Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.",
|
||||||
|
"author": {
|
||||||
|
"name": "Anthropic",
|
||||||
|
"email": "support@anthropic.com"
|
||||||
|
},
|
||||||
|
"source": "./plugins/skill-creator",
|
||||||
|
"category": "development",
|
||||||
|
"homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/skill-creator"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "greptile",
|
"name": "greptile",
|
||||||
"description": "AI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.",
|
"description": "AI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.",
|
||||||
@@ -649,6 +660,16 @@
|
|||||||
"url": "https://github.com/firecrawl/firecrawl-claude-plugin.git"
|
"url": "https://github.com/firecrawl/firecrawl-claude-plugin.git"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/firecrawl/firecrawl-claude-plugin.git"
|
"homepage": "https://github.com/firecrawl/firecrawl-claude-plugin.git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "semgrep",
|
||||||
|
"description": "Semgrep catches security vulnerabilities in real-time and guides Claude to write secure code from the start.",
|
||||||
|
"category": "security",
|
||||||
|
"source": {
|
||||||
|
"source": "url",
|
||||||
|
"url": "https://github.com/semgrep/mcp-marketplace.git"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/semgrep/mcp-marketplace.git"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user