Files
Agentic-AI-Template/plugins/cache/local-personal/claude-md-management/1.0.0/.codex-plugin/plugin.json
T
2026-06-10 17:12:23 +09:00

45 lines
1.7 KiB
JSON

{
"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"
]
}
}