DXv-3/gitreverse-hub — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a local TypeScript app that turns GitHub repos into reusable “abilities” for an AI agent.

I want to paste or request a GitHub repo or describe an ability like “web scraper” and have the app search or score candidate repos, extract useful capability info, generate a callable TypeScript wrapper with an LLM, and save it into a permanent registry. It should also have a simple live dashboard where I can see the registry, activity logs, scores, and what abilities are hot, stale, or need replacing.

Please include a small REST API and live updates for the dashboard. Add a seed command that can pull from my starred GitHub repos, and a Hermes style maintenance command that audits registered abilities, promotes the best ones, reacquires weak ones, and prunes stale entries.

Use environment variables for GitHub and LLM credentials, keep setup simple with npm scripts, and include clear README instructions. Look up current docs online if you need to.

Want more depth? Deep Reverse