From backend-factory
Deep-zoom into a specific component for a detailed 'day in the life' view
npx claudepluginhub randyquaye/backend-come-alive --plugin backend-factoryThis skill is limited to using the following tools:
Deep-zoom into a single component (node) in the factory for a detailed station profile, upstream/downstream map, activity log, and first-person narration.
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.
Deep-zoom into a single component (node) in the factory for a detailed station profile, upstream/downstream map, activity log, and first-person narration.
$ARGUMENTS should contain a component identifier. Match strategy priority:
id fieldtype (auth, database, queue, cache, cron, worker)namemetadata.stationLabelIf $ARGUMENTS is empty, list all available nodes and ask the user to pick one.
curl -s http://localhost:7777/api/architecture > /tmp/factory-focus-arch.json
If the server is not running, inform the user to run /backend-factory:start first.
Search all actions for flows that pass through the target node.
If the target node has metadata.filePath, read the source file and up to 5 related files.
[Upstream Components] → [THIS COMPONENT] → [Downstream Components]
A first-person narrative (3-5 paragraphs) from this station's worker, grounded in real code details.
POST a focus mode overlay to highlight this component.
Present the complete focus report and suggest:
/backend-factory:trace <flow_name> to trace any passing flow/backend-factory:focus <upstream_component> to zoom into a connected station