You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://starchart.cc/rainmana/cursorifier)
13
+
14
+
</div>
6
15
7
16
**Supercharge your Cursor AI with codebase-specific intelligence.** Cursorify transforms your GitHub repositories into custom rules that teach Cursor AI how your project works, resulting in more accurate code suggestions, better refactoring, and contextually aware assistance. Now supports multiple LLM providers including Anthropic Claude, OpenAI, and local models like Ollama.
8
17
@@ -25,16 +34,94 @@
25
34
- 📝 Create production-ready .rules.mdc files for immediate use
26
35
- 🔧 Customize analysis with flexible configuration options
27
36
28
-
## Installation
37
+
## 🚀 Installation
38
+
39
+
### Quick Install (Recommended)
29
40
30
41
```bash
31
-
# Install globally
42
+
# Install globally from npm
32
43
npm install -g cursorifier
33
44
34
45
# Or use with npx (no installation required)
35
46
npx cursorifier
36
47
```
37
48
49
+
### Alternative Installation Methods
50
+
51
+
```bash
52
+
# Install from GitHub (latest development version)
| 🏢 **Enterprise Projects**| Anthropic Claude | Best code understanding and analysis |
248
+
| 🚀 **Rapid Prototyping**| OpenAI | Fast and cost-effective |
249
+
| 🔒 **Sensitive Codebases**| Local Models | Complete privacy and control |
250
+
| 🎓 **Learning Projects**| Local Models | Free and educational |
251
+
252
+
</div>
253
+
143
254
### Setting up Local Models
144
255
145
256
#### Ollama
@@ -247,11 +358,37 @@ If you encounter rate limits or ihigh costs, try to minimize the context length
247
358
### Original Project Credits
248
359
This project is based on the excellent work of [niklub](https://github.com/niklub) and their original [rulefy](https://github.com/niklub/rulefy) project. We're grateful for their foundational work that made this enhanced version possible.
249
360
250
-
## Contributing
361
+
## 🤝 Contributing
251
362
252
-
Contributions are welcome! Please feel free to submit a Pull Request.
363
+
We love contributions! Here's how you can help:
253
364
254
-
## Acknowledgements
365
+
- 🐛 **Report bugs** - Found an issue? Open a [GitHub Issue](https://github.com/rainmana/cursorifier/issues)
366
+
- 💡 **Suggest features** - Have an idea? We'd love to hear it!
367
+
- 🔧 **Submit PRs** - Fix bugs or add features
368
+
- 📖 **Improve docs** - Help others learn how to use Cursorifier
0 commit comments