pekral

60 mods across 1 repository, 6 stars between them.

pekral/cursor-rules

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.

6 7d ago A 627 tokens original MIT

general

02

pekral/cursor-rules

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.

6 7d ago A 2,185 tokens original MIT

architecture

03

pekral/cursor-rules

Cursor rule

Architecture rules for projects using pekral/arch-app-services package. Apply only when this package is present in vendor.

6 7d ago A 0 tokens original MIT

dynamodb

04

pekral/cursor-rules

Cursor rule

Laravel DynamoDB query safety — scan prevention and Tinker-based verification.

6 7d ago A 0 tokens original MIT

laravel

06

pekral/cursor-rules

Cursor rule

Core Laravel architecture and coding conventions.

6 7d ago A 4,121 tokens original MIT

queue-debouncing

08

pekral/cursor-rules

Cursor rule

Laravel queue debouncing rules for safe job design, urgency separation, and replaceable work.

6 7d ago A 0 tokens original MIT

core-standards

09

pekral/cursor-rules

Cursor rule

Project context, AI behavior, and unified coding standards for PHP/Laravel projects.

6 7d ago A 4,516 tokens original MIT

pekral/cursor-rules

Cursor rule

Criteria and selection process for choosing a Composer dependency from Packagist or a GitHub-hosted VCS repository.

6 7d ago A 22 tokens original MIT

optimalize

11

pekral/cursor-rules

Cursor rule

SQL query optimization, index design, schema standards, and advanced SQL patterns for MySQL/MariaDB.

6 7d ago A 7,339 tokens original MIT

analyze-problem

12

pekral/cursor-rules

Skill Claude CodeCodex

Use when structured problem analysis for debugging, root cause identification, and breaking down complex issues before proposing solutions.

6 7d ago C 25 tokens original MIT

api-review

13

pekral/cursor-rules

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.

6 7d ago A 66 tokens original MIT

article-writing

14

pekral/cursor-rules

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.

6 7d ago A 57 tokens original MIT

pekral/cursor-rules

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…

6 7d ago A 135 tokens original MIT

pekral/cursor-rules

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…

6 7d ago A 78 tokens original MIT

autonomous-loops

17

pekral/cursor-rules

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…

6 7d ago A 89 tokens original MIT

pekral/cursor-rules

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…

6 7d ago A 103 tokens original MIT

pekral/cursor-rules

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.

6 7d ago A 52 tokens original MIT

benchmark

20

pekral/cursor-rules

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.

6 7d ago A 53 tokens original MIT

blueprint

21

pekral/cursor-rules

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.

6 7d ago A 70 tokens original MIT

class-refactoring

22

pekral/cursor-rules

Skill Claude CodeCodex

Use when refactor PHP classes to improve structure, readability, and maintainability while preserving behavior.

6 7d ago A 22 tokens original MIT

pekral/cursor-rules

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…

6 7d ago A 65 tokens original MIT

code-review-bugsnag

24

pekral/cursor-rules

Skill Claude CodeCodex

Use when run code review for a Bugsnag error and publish results to the linked GitHub PR and the Bugsnag error.

6 7d ago A 30 tokens original MIT