00-global
25Cursor rule Codex
After editing code, if you want to whether your edits broke anything, you can run a quick set of tests using pnpm run check:quick. You do not need to do this at the beginning of your task.
283 that install into Codex. Same mod, same page, whichever agent you run: a URL per tool would split one page into five that compete.
Cursor rule Codex
After editing code, if you want to whether your edits broke anything, you can run a quick set of tests using pnpm run check:quick. You do not need to do this at the beginning of your task.
Cursor rule Codex
Cursor rule "20-typescript" from walletbeat/walletbeat, covering global typescript rules, the typechecker is your friend, eslint is your friend, respect code structure and do not bypass.
Cursor rule Codex
This site deals with Ethereum wallets. The processing pipeline is as follows.
Cursor rule Codex
When the user describes repeatable, multi-step or scheduled AI work (a prompt chain, an automation, a pipeline, "do this every time"), propose authoring it as a Nika workflow instead of ad-hoc scripting — and route to the bundled nika skills, subagents and MCP tools.
Cursor rule Codex
Nika workflow language rules for AI assistance.
Cursor rule Codex
React component architecture for creating composable, accessible components with data attributes. Use when creating/updating composable components, not for higher-level feature/page components.
Cursor rule Codex
Fallback browser automation with persistent Chrome state. Use only when Browser Use is unavailable or blocked.
Cursor rule Codex
React patterns with destructured props, compiler optimization, Effects, and Tailwind v4 syntax. ALWAYS use when using React.
savethepolarbears/google-photos-mcp
Cursor rule Codex
Public Repository Guidelines - STRICT.
Cursor rule Codex
This document defines comprehensive coding standards and best practices for the GoZod validation library. It provides guiding principles for implementing Go code that ensures full compatibility with the TypeScript Zod v4 API while following Go language idioms and performance optimization principles.
Cursor rule Codex
A practical reference for building new schema types inside the GoZod code-base. It targets Cursor AI and human contributors alike: every rule here exists to keep implementations consistent, type-safe and performant.
Cursor rule Codex
A concise and practical guide for building GoZod Schema test files, updated with the latest practices from stringtest.go, objecttest.go, and complextest.go.
Cursor rule Codex
LLM Wiki — base conventions for wiki structure and naming.
Cursor rule Codex
LLM Wiki Agent — TypeScript source code conventions.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
// ✅ 正确:在 fabric.mod.json 中声明的 mod ID private static final String MODID = "examplemod".
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A coding rule for registering items in a Fabric 1.14.4 Minecraft mod. It distinguishes ordinary hand-held items from tools, armor, food, durable items, and items with custom behavior.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
不要编造 ItemEvents / BlockEvents / EntityEvents / PlayerTickEvents / EntityTickEvents / AttackEvents。.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Cloud Agents MUST run git add, git commit, and git push before ending their response when they have made code changes. Do not end your turn without pushing. ALWAYS use Pull Requests instead of pushing directly to main.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Golden rule: import each symbol from the module that defines it. A package index.ts may barrel only its own ./ modules — never another package.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Skim this on every task that touches workers, env, routes, or bindings.
Cursor rule Codex
Project-wide engineering and context rules for {{PROJECTNAME}}.
Cursor rule Codex
Update AGENTS.md when improving solutions; add tests for changes; one problem at a time.
Cursor rule Codex
All work must happen on a dedicated feature branch — never commit directly to main.
Cursor rule Codex
Audit and rewrite content to remove AI writing patterns ("AI-isms"). Activate whenever editing prose-heavy files (Markdown, documentation, blog posts, READMEs, release notes, emails). Cursor port of the avoid-ai-writing skill v3.26.0. See https://github.com/conorbronsdon/avoid-ai-writing.