plugin.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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/saveplan.md",
  21. "commands/loadplan.md",
  22. "commands/showplan.md",
  23. "commands/review.md",
  24. "commands/test.md",
  25. "commands/explain.md",
  26. "commands/agent-genesis.md",
  27. "commands/g-slave.md",
  28. "commands/init-tools.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/fetch-expert.md",
  40. "agents/firecrawl-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/rest-expert.md",
  50. "agents/sql-expert.md",
  51. "agents/tailwind-expert.md",
  52. "agents/typescript-expert.md",
  53. "agents/vue-expert.md",
  54. "agents/wrangler-expert.md"
  55. ],
  56. "skills": [
  57. "skills/agent-discovery",
  58. "skills/code-stats",
  59. "skills/data-processing",
  60. "skills/git-workflow",
  61. "skills/project-docs",
  62. "skills/project-planner",
  63. "skills/python-env",
  64. "skills/safe-file-reader",
  65. "skills/structural-search",
  66. "skills/task-runner",
  67. "skills/tool-discovery"
  68. ],
  69. "rules": [
  70. "rules/cli-tools.md"
  71. ]
  72. },
  73. "categories": [
  74. "productivity",
  75. "development",
  76. "workflow"
  77. ]
  78. }