bestcarly/opc-coding-guide

一人公司 AI 编程指南

7Stars on the repository
4Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

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