From backend-factory
Calculate and visualize service karma scores and dependency debt across the factory
npx claudepluginhub randyquaye/backend-come-alive --plugin backend-factoryThis skill is limited to using the following tools:
Calculate karma scores for every node and map dependency debt across all edges.
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.
Calculate karma scores for every node and map dependency debt across all edges.
ARCH_JSON=$(curl -s http://localhost:7777/api/architecture)
If the server is not running, tell the user to run /backend-factory:start first.
Check for cached agent results:
SECURITY_JSON=$(curl -s http://localhost:7777/api/security 2>/dev/null || echo '{}')
PERFORMANCE_JSON=$(curl -s http://localhost:7777/api/performance 2>/dev/null || echo '{}')
metadata.descriptionauthratelimiterror_handlercachemetadata.scenariometadata.testCoverage| Score | Tier | Visual |
|---|---|---|
| 80-100 | Hero | Gold radiant glow |
| 60-79 | Healthy | Green glow |
| 40-59 | Neutral | No aura |
| 20-39 | At Risk | Amber pulse |
| 0-19 | Critical | Red danger pulse |
Source karma < 40: debt += (40 - sourceKarma) * 1.5 Source karma < 20: debt += 20 additional
Identify Top 3 Heroes, Top 3 At-Risk, Average Karma, and Total Debt.
curl -s -X POST http://localhost:7777/api/karma \
-H "Content-Type: application/json" \
-d "$KARMA_JSON"
Present karma scores with factory-themed narration. If $ARGUMENTS contains "report", output the full detailed text report.