community-projects.mdā¢1.79 kB
# Community Projects
Discover amazing projects created by the Repomix community! These projects extend Repomix's capabilities, provide implementations in other languages, or integrate Repomix into larger toolsets.
## Editor Extensions
### Repomix Runner (VSCode Extension)
VSCode extension that helps bundle files into a single output for AI processing. Pack selected files, create reusable bundles, and copy content to clipboard.
**Repository**: [massdo/repomix-runner](https://github.com/massdo/repomix-runner)
**Marketplace**: [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=DorianMassoulier.repomix-runner)
## Language Implementations
### Python Repomix
Python implementation of Repomix with AST-based compression for Python code. Features multiple compression modes, security checks using detect-secrets, and multiprocessing support.
**Repository**: [AndersonBY/python-repomix](https://github.com/AndersonBY/python-repomix)
## Integration Tools
### Rulefy
Transforms GitHub repositories into custom Cursor AI rules using Claude AI. Extracts project structure and conventions to generate .rules.mdc files.
**Repository**: [niklub/rulefy](https://github.com/niklub/rulefy)
### Codebase MCP
Model Context Protocol server that uses Repomix to help AI agents analyze codebases. Provides tools for local workspace analysis, remote GitHub repositories, and saving analysis results.
**Repository**: [DeDeveloper23/codebase-mcp](https://github.com/DeDeveloper23/codebase-mcp)
### vibe-tools
CLI toolset for AI agents with multiple capabilities including web search via Perplexity, repository analysis with Gemini and Repomix, and browser automation with Stagehand.
**Repository**: [eastlondoner/vibe-tools](https://github.com/eastlondoner/vibe-tools)