Files
gh-danielrosehill-claude-co…/.claude-plugin/plugin.json
2025-11-29 18:17:25 +08:00

19 lines
428 B
JSON

{
"name": "context-toolkit",
"description": "Implements the CONTEXT.md workflow system for managing human-authored context and agent-ready briefings in Claude Code",
"version": "1.0.0",
"author": {
"name": "Daniel Rosehill",
"email": "public@danielrosehill.com",
"url": "https://danielrosehill.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}