bestcarly

4 mods across 1 repository, 7 stars between them.

mcp

01

bestcarly/opc-coding-guide

Cursor rule

Configuration guidance for MCP, a protocol that lets coding agents connect to external tools and services. It covers server settings, filesystem access, and a memory bank.

7 5mo ago B 1,663 tokens original MIT

multi-model-review

02

bestcarly/opc-coding-guide

Cursor rule

A set of rules for reviewing important code with several AI models and a security scanner. It covers code quality, correctness, performance, security, maintainability, tests, and documentation.

7 5mo ago A 1,858 tokens original MIT

testing

04

bestcarly/opc-coding-guide

Cursor rule

// ✅ 正确:AAA 模式 describe("UserService", () => { describe("createUser", () => { it("should throw ValidationError when email is invalid", async () => { // Arrange const invalidInput = { email: "not-an-email", password: "validPassword123!" }.

7 5mo ago A 1,890 tokens original MIT