https://github.com/repowise-dev/.github
https://github.com/repowise-dev/.github
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/repowise-dev/.github
- Owner: repowise-dev
- Created: 2026-04-10T09:51:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-10T09:59:47.000Z (about 2 months ago)
- Last Synced: 2026-04-10T11:34:59.765Z (about 2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repowise
Codebase intelligence for AI coding agents.
Your agent stops guessing. Starts knowing.
repowise.dev ·
pip install repowise ·
Discord ·
---
**Repowise indexes your codebase into four intelligence layers** — dependency graph, git history, auto-generated documentation, and architectural decisions — then exposes them to Claude Code (or any MCP-compatible agent) through precisely designed tools.
The result: your AI agent answers *"why does auth work this way?"* instead of *"here is what auth.ts contains."*
---
### Repos
| Repo | What it does | |
|:-----|:-------------|:-:|
| [**repowise**](https://github.com/repowise-dev/repowise) | Core engine — AST graph, git analytics, wiki generation, dead code detection, 8 MCP tools. `pip install repowise` |  |
| [**claude-code-prompts**](https://github.com/repowise-dev/claude-code-prompts) | Independently authored prompt templates for AI coding agents — system prompts, tool routing, agent delegation, memory, multi-agent coordination |  |
| [**modpack**](https://github.com/repowise-dev/modpack) | 15 Claude Code skills that change how your agent thinks, debugs, and reviews. `npx skills add repowise-dev/modpack` |  |
| [**repowise-bench**](https://github.com/repowise-dev/repowise-bench) | SWE-QA benchmark — 36% cost reduction, 49% fewer tool calls, quality at parity |  |
---
### Quick start
```bash
pip install repowise
cd your-project
repowise init # builds all four layers (~25 min first time)
repowise serve # MCP server + local dashboard
```
---
Built for engineers who got tired of asking "why does this code exist?"
hello@repowise.dev