plugins.lock.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "_readme": "Pinned versions for reproducible installs. Update versions deliberately, then run install-plugins.sh.",
  3. "rtk": {
  4. "source": "https://github.com/rtk-ai/rtk",
  5. "version": "v0.34.3",
  6. "note": "Check latest at https://github.com/rtk-ai/rtk/releases before updating"
  7. },
  8. "gsd": {
  9. "source": "npm:gsd-pi",
  10. "version": "2.64.0",
  11. "note": "Check latest at https://www.npmjs.com/package/gsd-pi before updating. GSD v2 is a standalone CLI (Pi SDK), not a Claude Code plugin. Run 'gsd' in terminal, not '/gsd' in Claude Code."
  12. },
  13. "gstack": {
  14. "source": "https://github.com/garrytan/gstack.git",
  15. "managed_by": "git submodule",
  16. "note": "Version controlled by submodule pointer in .gitmodules. Update: git submodule update --remote"
  17. },
  18. "ruflo": {
  19. "source": "npm:ruflo",
  20. "version": "3.5.58",
  21. "note": "Enterprise multi-agent orchestration CLI (formerly claude-flow). Standalone CLI, not an MCP server. Check latest at https://www.npmjs.com/package/ruflo before updating."
  22. },
  23. "ctx7": {
  24. "source": "npm:ctx7",
  25. "version": "latest",
  26. "note": "Context7 CLI — doc lookup for fast-evolving libs. Standalone CLI, not an MCP server. Install: npm install -g ctx7. Standalone: ctx7 docs /vercel/next.js \"middleware\"."
  27. },
  28. "graphifyy": {
  29. "source": "pypi:graphifyy",
  30. "version": "latest",
  31. "managed_by": "pipx",
  32. "note": "Codebase knowledge graph. CLI is 'graphify'. Install: pipx install graphifyy && graphify install && graphify claude install. Adds PreToolUse hook for Glob/Grep."
  33. },
  34. "emil-design-eng": {
  35. "source": "https://github.com/emilkowalski/skill",
  36. "path": "skills/emil-design-eng/SKILL.md",
  37. "managed_by": "curl",
  38. "note": "Emil Kowalski's design engineering skill — UI polish, animations, component craft. Downloaded to skills-external/emil-design-eng/, symlinked by link.sh."
  39. }
  40. }