From backend-factory
Export the current factory architecture as JSON, HTML snapshot, or Mermaid diagram
npx claudepluginhub randyquaye/backend-come-alive --plugin backend-factoryThis skill is limited to using the following tools:
Export the current architecture data or a standalone visualization snapshot.
Triggers research for existing libraries, tools, and patterns before coding new features. Searches npm, PyPI, MCP/skills, GitHub; evaluates matches and decides adopt/extend/build.
Audits cross-stack repos (C++/Android/iOS/Web), classifies files as project/third-party/artifacts, detects embedded libraries, assigns module verdicts, generates interactive HTML reports.
Reorganizes X and LinkedIn networks: review-first pruning of low-value follows, priority-based add/follow recommendations, and drafts warm outreach in user's voice.
Share bugs, ideas, or general feedback.
Export the current architecture data or a standalone visualization snapshot.
If $ARGUMENTS is empty or "json":
curl -s http://localhost:7777/api/architecture | jq '.' > ./factory-architecture.json
Tell the user: "Architecture exported to ./factory-architecture.json"
If $ARGUMENTS contains "html":
${CLAUDE_PLUGIN_ROOT}/visualization/ (index.html, factory.js, characters.js, styles.css)./factory-snapshot.htmlTell the user: "Standalone factory snapshot exported to ./factory-snapshot.html — open it in any browser."
If $ARGUMENTS contains "mermaid":
curl -s http://localhost:7777/api/export/mermaid > ./factory-architecture.mmd
Tell the user: "Mermaid diagram exported to ./factory-architecture.mmd — paste into any Mermaid renderer or GitHub markdown."
Note: You can also use the "EXPORT MERMAID" button in the visualization UI to copy the diagram to clipboard.