1
0

plugin.json 784 B

12345678910111213141516171819202122232425262728
  1. {
  2. "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  3. "name": "claude-mods",
  4. "version": "3.2.0",
  5. "description": "Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows",
  6. "author": {
  7. "name": "0xDarkMatter"
  8. },
  9. "repository": "https://github.com/0xDarkMatter/claude-mods",
  10. "homepage": "https://github.com/0xDarkMatter/claude-mods#readme",
  11. "license": "MIT",
  12. "keywords": [
  13. "claude-code",
  14. "plugin",
  15. "agents",
  16. "commands",
  17. "skills",
  18. "hooks",
  19. "rules",
  20. "session-management",
  21. "cli-tools",
  22. "output-styles",
  23. "supply-chain-security",
  24. "prompt-injection-defense",
  25. "devops",
  26. "testing"
  27. ]
  28. }