Battle-tested rules for AI coding agents. 10 skills covering React, Next.js, TypeScript, Express, Python, error handling, testing, security, API design, and performance. Each rule targets specific, concrete behaviors that actually change agent output — not generic best practices. Use when writing, reviewing, or refactoring code in any of these stacks.
Battle-tested rules for AI coding agents. Every rule has been verified to actually change agent output — if a rule didn't produce measurably different code in testing, it's not here.
| Skill | Impact | What It Covers | |-------|--------|----------------| | react-patterns | HIGH | Hooks, composition, memoization, Server Components | | nextjs-app-router | HIGH | App Router, Server Actions, caching, revalidation | | typescript-strict | HIGH | Strict mode patterns, branded types, discriminated unions | | express-api | HIGH | Middleware, error handling, validation, security headers | | python-backend | HIGH | Type hints, async patterns, Pydantic, structured errors | | error-handling | CRITICAL | Error boundaries, recovery, user-facing messages | | security | CRITICAL | Auth, injection prevention, XSS, CSRF, secrets | | testing-patterns | HIGH | Test structure, mocking, coverage, edge cases | | api-design | MEDIUM | REST conventions, validation, versioning, pagination | | performance | HIGH | Lazy loading, caching, bundle size, code splitting |
Use these rules when:
Every rule contains something you can't get from a generic LLM prompt:
npx skills add nedcodes-ok/cursor-rules-collection下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer