plugin.json 587 B

1234567891011121314151617181920
  1. {
  2. "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  3. "name": "claude-mods",
  4. "version": "2.10.1",
  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. "license": "MIT",
  11. "keywords": [
  12. "claude-code",
  13. "agents",
  14. "commands",
  15. "skills",
  16. "session-management",
  17. "cli-tools",
  18. "output-styles"
  19. ]
  20. }