modify skill and plugin

This commit is contained in:
NINI
2026-05-13 22:27:48 +09:00
parent d414338780
commit 2d59191df2
24 changed files with 2051 additions and 1 deletions
@@ -0,0 +1,42 @@
{
"name": "agents-md-management",
"version": "1.0.0-codex.1",
"description": "Tools to maintain Codex AGENTS.md guidance: audit quality, capture session learnings, and keep project instructions current.",
"author": {
"name": "Anthropic, converted for Codex locally",
"email": "support@anthropic.com",
"url": "https://github.com/anthropics/claude-plugins-official"
},
"homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management",
"repository": "https://github.com/anthropics/claude-plugins-official",
"license": "Apache-2.0",
"keywords": [
"agents-md",
"codex",
"instructions",
"project-memory",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "AGENTS.md Management",
"shortDescription": "Audit and update Codex AGENTS.md guidance",
"longDescription": "A Codex conversion of Anthropic's CLAUDE.md management plugin. It provides skills for auditing AGENTS.md quality and capturing useful session learnings into Codex project instructions.",
"developerName": "Anthropic / local Codex conversion",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management",
"privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
"defaultPrompt": [
"Audit my AGENTS.md files",
"Revise AGENTS.md with this session's learnings"
],
"brandColor": "#10A37F",
"screenshots": []
}
}