plugin.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "claude-mods",
  3. "version": "1.1.0",
  4. "description": "Custom commands, skills, and agents for Claude Code - session continuity, 23 expert agents, 30 skills, modern CLI tools",
  5. "author": "0xDarkMatter",
  6. "repository": "https://github.com/0xDarkMatter/claude-mods",
  7. "license": "MIT",
  8. "keywords": [
  9. "claude-code",
  10. "agents",
  11. "commands",
  12. "skills",
  13. "session-management",
  14. "cli-tools",
  15. "output-styles"
  16. ],
  17. "components": {
  18. "commands": [
  19. "commands/sync.md",
  20. "commands/plan.md",
  21. "commands/review.md",
  22. "commands/testgen.md",
  23. "commands/explain.md",
  24. "commands/spawn.md",
  25. "commands/conclave.md",
  26. "commands/atomise.md",
  27. "commands/setperms.md",
  28. "commands/pulse.md"
  29. ],
  30. "agents": [
  31. "agents/astro-expert.md",
  32. "agents/asus-router-expert.md",
  33. "agents/aws-fargate-ecs-expert.md",
  34. "agents/bash-expert.md",
  35. "agents/claude-architect.md",
  36. "agents/cloudflare-expert.md",
  37. "agents/craftcms-expert.md",
  38. "agents/cypress-expert.md",
  39. "agents/firecrawl-expert.md",
  40. "agents/go-expert.md",
  41. "agents/javascript-expert.md",
  42. "agents/laravel-expert.md",
  43. "agents/payloadcms-expert.md",
  44. "agents/playwright-roulette-expert.md",
  45. "agents/postgres-expert.md",
  46. "agents/project-organizer.md",
  47. "agents/python-expert.md",
  48. "agents/react-expert.md",
  49. "agents/rust-expert.md",
  50. "agents/sql-expert.md",
  51. "agents/typescript-expert.md",
  52. "agents/vue-expert.md",
  53. "agents/wrangler-expert.md"
  54. ],
  55. "skills": [
  56. "skills/claude-code-debug",
  57. "skills/claude-code-headless",
  58. "skills/claude-code-hooks",
  59. "skills/claude-code-templates",
  60. "skills/code-stats",
  61. "skills/container-orchestration",
  62. "skills/data-processing",
  63. "skills/doc-scanner",
  64. "skills/file-search",
  65. "skills/find-replace",
  66. "skills/git-workflow",
  67. "skills/mcp-patterns",
  68. "skills/project-planner",
  69. "skills/python-async-patterns",
  70. "skills/python-cli-patterns",
  71. "skills/python-database-patterns",
  72. "skills/python-env",
  73. "skills/python-fastapi-patterns",
  74. "skills/python-observability-patterns",
  75. "skills/python-pytest-patterns",
  76. "skills/python-typing-patterns",
  77. "skills/rest-patterns",
  78. "skills/security-patterns",
  79. "skills/sql-patterns",
  80. "skills/sqlite-ops",
  81. "skills/structural-search",
  82. "skills/tailwind-patterns",
  83. "skills/task-runner",
  84. "skills/testing-patterns",
  85. "skills/tool-discovery"
  86. ],
  87. "rules": [
  88. "rules/cli-tools.md",
  89. "rules/thinking.md"
  90. ]
  91. },
  92. "categories": [
  93. "productivity",
  94. "development",
  95. "workflow"
  96. ]
  97. }