plugin.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "claude-mods",
  3. "version": "1.0.0",
  4. "description": "Custom commands, skills, and agents for Claude Code - session continuity, expert agents, 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. ],
  16. "components": {
  17. "commands": [
  18. "commands/sync.md",
  19. "commands/plan.md",
  20. "commands/review.md",
  21. "commands/testgen.md",
  22. "commands/explain.md",
  23. "commands/spawn.md",
  24. "commands/delegate.md",
  25. "commands/setperms.md",
  26. "commands/pulse.md"
  27. ],
  28. "agents": [
  29. "agents/astro-expert.md",
  30. "agents/asus-router-expert.md",
  31. "agents/aws-fargate-ecs-expert.md",
  32. "agents/bash-expert.md",
  33. "agents/claude-architect.md",
  34. "agents/cloudflare-expert.md",
  35. "agents/craftcms-expert.md",
  36. "agents/cypress-expert.md",
  37. "agents/firecrawl-expert.md",
  38. "agents/javascript-expert.md",
  39. "agents/laravel-expert.md",
  40. "agents/payloadcms-expert.md",
  41. "agents/playwright-roulette-expert.md",
  42. "agents/postgres-expert.md",
  43. "agents/project-organizer.md",
  44. "agents/python-expert.md",
  45. "agents/react-expert.md",
  46. "agents/sql-expert.md",
  47. "agents/typescript-expert.md",
  48. "agents/vue-expert.md",
  49. "agents/wrangler-expert.md"
  50. ],
  51. "skills": [
  52. "skills/code-stats",
  53. "skills/data-processing",
  54. "skills/file-search",
  55. "skills/find-replace",
  56. "skills/git-workflow",
  57. "skills/mcp-patterns",
  58. "skills/project-docs",
  59. "skills/project-planner",
  60. "skills/python-env",
  61. "skills/rest-patterns",
  62. "skills/safe-file-reader",
  63. "skills/sql-patterns",
  64. "skills/sqlite-ops",
  65. "skills/structural-search",
  66. "skills/tailwind-patterns",
  67. "skills/task-runner",
  68. "skills/tool-discovery"
  69. ],
  70. "rules": [
  71. "rules/cli-tools.md"
  72. ]
  73. },
  74. "categories": [
  75. "productivity",
  76. "development",
  77. "workflow"
  78. ]
  79. }