modify template
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "claude-md-management",
|
||||
"version": "1.0.0",
|
||||
"description": "Audit and improve Claude/Codex project instruction files such as CLAUDE.md and AGENTS.md.",
|
||||
"author": {
|
||||
"name": "Anthropic",
|
||||
"email": "support@anthropic.com",
|
||||
"url": "https://github.com/anthropics"
|
||||
},
|
||||
"homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management",
|
||||
"repository": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
"claude-md",
|
||||
"agents-md",
|
||||
"project-instructions",
|
||||
"memory",
|
||||
"maintenance"
|
||||
],
|
||||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "CLAUDE.md Management",
|
||||
"shortDescription": "Audit and revise project instruction files",
|
||||
"longDescription": "A Codex-compatible port of Anthropic's CLAUDE.md Management plugin. It helps audit and improve CLAUDE.md and AGENTS.md files, then capture useful session learnings as concise project instructions.",
|
||||
"developerName": "Anthropic",
|
||||
"category": "Productivity",
|
||||
"capabilities": [
|
||||
"Read",
|
||||
"Write"
|
||||
],
|
||||
"websiteURL": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management",
|
||||
"privacyPolicyURL": "https://www.anthropic.com/legal/privacy",
|
||||
"termsOfServiceURL": "https://www.anthropic.com/legal/consumer-terms",
|
||||
"defaultPrompt": [
|
||||
"Audit my AGENTS.md and CLAUDE.md files",
|
||||
"Revise project instructions from this session"
|
||||
],
|
||||
"brandColor": "#D97706",
|
||||
"screenshots": [
|
||||
"./assets/claude-md-improver-example.png",
|
||||
"./assets/revise-claude-md-example.png"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user