Instructions file
Instructions for pekral/cursor-rules, covering claude.md, 1. think before coding, 2. simplicity first, 3. surgical changes and 4. goal-driven execution.
Instructions file
Instructions for pekral/cursor-rules, covering claude.md, 1. think before coding, 2. simplicity first, 3. surgical changes and 4. goal-driven execution.
Cursor rule
API design standards — treat the API as a consumer-facing contract. Apply when designing, reviewing, or changing HTTP endpoints, routes, controllers, request/response payloads, and API resources.
Cursor rule
Architecture rules for projects using pekral/arch-app-services package. Apply only when this package is present in vendor.
Cursor rule
Laravel DynamoDB query safety — scan prevention and Tinker-based verification.
Cursor rule
Filament-specific rules and conventions.
Cursor rule
Core Laravel architecture and coding conventions.
Cursor rule
Livewire-specific rules and conventions.
Cursor rule
Laravel queue debouncing rules for safe job design, urgency separation, and replaceable work.
Cursor rule
Project context, AI behavior, and unified coding standards for PHP/Laravel projects.
Cursor rule
Criteria and selection process for choosing a Composer dependency from Packagist or a GitHub-hosted VCS repository.
Cursor rule
SQL query optimization, index design, schema standards, and advanced SQL patterns for MySQL/MariaDB.
Skill Claude CodeCodex
Use when structured problem analysis for debugging, root cause identification, and breaking down complex issues before proposing solutions.
Skill Claude CodeCodex
Use when reviewing HTTP API design in a PR or change set — endpoints, routes, HTTP methods, status codes, idempotency, and input validation. Treats the API as a consumer-facing contract and flags resource-orientation, method-semantics, status-code, and trust-boundary violations. Read-only.
Skill Claude CodeCodex
Use when writing articles, guides, blog posts, tutorials, newsletter issues, or other long-form content longer than a paragraph, especially when voice consistency, structure, and credibility matter. Produces polished prose in a distinctive voice derived from supplied examples or a default operator voice.
Skill Claude CodeCodex
Use when checking that the pull request implementation actually fulfills the business requirements stated in the linked issue or task. Returns a plain-language markdown block that is the Functional review half of the two-part CR output (@rules/code-review/general.mdc Two-part CR output — Technical & Functional…
Skill Claude CodeCodex
Use when you need an evidence-first, read-only inventory of every automation in this repo (GitHub Actions, Claude Code hooks/settings, MCP servers, composer scripts, the bundled CLI installer, the skills catalog, scheduler/cron) before changing any of them, classifying each as live, broken, or redundant and…
Skill Claude CodeCodex
Use when choosing how to run Claude Code autonomously on this project — from a single sequential pipeline to multi-agent DAG orchestration. A reference catalog of loop patterns anchored to this repo's real tooling (resolve-issue, autoresolve-oldest-github-issue, code-review-github, process-code-review…
Skill Claude CodeCodex
Use when autonomously resolving the oldest open GitHub issue end-to-end. Picks the oldest open issue (optionally filtered by label, default ResolvebyAI), delegates resolution to resolve-issue, then runs code-review-github, process-code-review, and merge-github-pr on the resulting pull request. Stops and reports any…
Skill Claude CodeCodex
Use when a goal is vague speed ("make it faster", "reduce p95", "cut query time") and you need a bounded, measured loop that promotes only verified, correctness-preserving wins instead of guessed micro-tweaks.
Skill Claude CodeCodex
Use when measuring performance baselines or detecting regressions before and after a change in a Laravel app — page Core Web Vitals, API latency percentiles, build/test velocity, and DB query timing, stored as git-tracked baselines for team comparison.
Skill Claude CodeCodex
Use when a single objective is too large for one pull request and must span multiple sessions or PRs. Turns the objective into a sequenced construction plan of 3-12 one-PR steps, each with a cold-start context brief, dependency edges, and exit criteria, then reviews it adversarially and registers it as Markdown.
Skill Claude CodeCodex
Use when refactor PHP classes to improve structure, readability, and maintainability while preserving behavior.
Skill Claude CodeCodex
Use when cleaning up local Git branches after origin pruning. Deletes local branches whose upstream was deleted on origin (marked gone) and local branches with no origin counterpart that have been inactive for more than six months, while always protecting the current branch and the default branches. Previews every…
Skill Claude CodeCodex
Use when run code review for a Bugsnag error and publish results to the linked GitHub PR and the Bugsnag error.