Cursor rule Codex
These rules define the core philosophy and mental model for MagicTheOfflining - a personal, offline-first React Native app for managing Magic: The Gathering Commander decks.
Cursor rule Codex
These rules define the core philosophy and mental model for MagicTheOfflining - a personal, offline-first React Native app for managing Magic: The Gathering Commander decks.
Cursor rule Codex
Cursor rule "refactoring-skill" from KaelSensei/MagicAIBuilder, covering refactoring skill, principles, techniques, safety and cursor behavior.
Cursor rule Codex
TDD follows Kent Beck's short feedback loop. With an AI agent, the Green step is more deliberate: do not ask for intentionally dirty code and plan a cleanup pass. Ask for the smallest production-quality implementation that satisfies the test, then reserve deeper design changes for a separate refining refactor.
Cursor rule Codex
Inspired by senior engineering practices.
Cursor rule Codex
These rules guide the AI assistant when generating or modifying code in MagicTheOfflining, a React Native offline MTG deck viewer.
Cursor rule Codex
Cursor rule "us-prioritization" from KaelSensei/MagicAIBuilder, covering set to false so it only applies when relevant, user story prioritization & weighting, story points (planning poker), what it is and why fibonacci?.
Cursor rule Codex
Automatically commit and push changes after completing any feature, bug fix, or significant addition.
Skill Claude CodeCodex
Clean / Hexagonal Architecture adapted to this Next.js 15 App Router + Prisma + React 19 project. Use when designing a new feature, adding a module, debating where code should live, reviewing a PR that crosses layers, or when the domain logic starts leaking into UI / routes.
Skill Claude CodeCodex
Clean Code principles applied to this TypeScript / Next.js / React project, with a strong emphasis on eliminating duplication (DRY). Use before writing new code, during refactors, after Sonar flags duplicatedlines, or when reviewing a PR that adds similar-looking code to existing modules.
Skill Claude CodeCodex
Expert Magic: The Gathering Commander (EDH) deck analysis, optimization, and building assistant. Use this skill whenever the user asks about Commander decks, EDH optimization, power level assessment, bracket placement, mana base construction, card cuts/additions, deck building, commander selection, synergy analysis…
Skill Claude CodeCodex
Magic: The Gathering learning assistant and gameplay guide. Use this skill whenever someone asks how Magic works, wants to learn the game, needs gameplay concepts explained, or is discovering the Commander format. Trigger on: 'how does Magic work', 'explain MTG to me', 'I'm new to Magic', 'what are the phases', 'how…
Skill Claude CodeCodex
Magic: The Gathering comprehensive rules reference and rules engine. Use this skill whenever the user asks about MTG rules, card interactions, game mechanics, timing, priority, layers, state-based actions, combat, stack resolution, or any rules question about Magic: The Gathering. Also trigger on: 'how does X work in…
Skill Claude CodeCodex
Professional TypeScript + React + Next.js coding standards enforcer. Use this skill whenever writing, reviewing, or refactoring TypeScript code in any project — whether it's a new feature, a bug fix, a refactoring pass, or a code review. Trigger on: any TypeScript or TSX file creation/editing, "clean up this code"…
Skill Claude CodeCodex
PageSpeed and Core Web Vitals checklist for web projects. Use when building UI, shipping a page, reviewing front-end code, or running /audit-code or /beautify on a web target.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pre-pr-sonar-gate.sh via bash. From KaelSensei/MagicAIBuilder.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Instructions file CodexOpenCode
Instructions for KaelSensei/MagicAIBuilder, covering magicaibuilder — coding standards, language & runtime, type safety — non-negotiable rules, no type assertions (as) and no non-null assertions (!).
Instructions file
Instructions for KaelSensei/MagicAIBuilder, covering magicaibuilder — project instructions, skills — load these for the right job, project-specific rules (not covered by any skill), branch flow — dev → staging → main and documentation discipline.