plugin.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "name": "claude-mods",
  3. "version": "1.3.0",
  4. "description": "Custom commands, skills, and agents for Claude Code - session continuity, 23 expert agents, 30 skills, 4 rules, 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/commit-style.md",
  90. "rules/naming-conventions.md",
  91. "rules/thinking.md"
  92. ],
  93. "output-styles": [
  94. "output-styles/vesper.md"
  95. ]
  96. },
  97. "categories": [
  98. "productivity",
  99. "development",
  100. "workflow"
  101. ]
  102. }