pekral

60 mods across 1 repository, 6 stars between them.

penetration-tester

49

pekral/cursor-rules

Skill Claude CodeCodex

Use when the user explicitly requests a penetration test (pentest, ethical hacking, active exploitation, red-team assessment) against an authorized in-scope target — and only then. Runs a methodology-driven offensive assessment that validates exploitability with safe proofs of concept and delivers a risk-rated…

6 7d ago A 81 tokens original MIT

postgres-patterns

50

pekral/cursor-rules

Skill Claude CodeCodex

Use when designing PostgreSQL schema features or applying advanced Postgres patterns in Laravel — GIN/BRIN/partial/covering indexes, jsonb, ON CONFLICT upserts, SKIP LOCKED queue workers, cursor pagination, RLS, and timestamptz/numeric typing — beyond the query tuning already in the SQL rules.

6 7d ago A 73 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Use when a large pull request should be merged and deployed in safe parts instead of all at once. Analyzes every commit in the PR, groups them into atomic logical units that each ship independently without downtime, orders the units by dependency and rollback risk, proposes squashes for a clean human-readable history…

6 7d ago A 97 tokens original MIT

pr-summary

52

pekral/cursor-rules

Skill Claude CodeCodex

Use when summarizing current PR changes for the development and product team. Analyzes all commits in the current branch, explains the purpose of changes, and produces a clear human-readable report that can be posted either as a GitHub PR comment (Markdown) or as a JIRA comment (Wiki Markup).

6 7d ago A 65 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Use when preparing data and context before /resolve-issue, TDD, or CR runs. Loads the assignment, extracts every concrete user scenario from the task description and acceptance criteria, maps each scenario to the codebase, seeds the development database with the records needed to reproduce the bug or feature…

6 7d ago A 81 tokens original MIT

process-code-review

54

pekral/cursor-rules

Skill Claude CodeCodex

Use when processing pull request code review feedback. Finds the latest PR for a task, resolves review comments, updates review status, and triggers the next review cycle.

6 7d ago A 36 tokens original MIT

product-capability

55

pekral/cursor-rules

Skill Claude CodeCodex

Use when a PRD or product intent is clear but the implementation constraints are not — turns a vague capability ask into an engineering-ready plan that exposes invariants, interfaces, and unresolved decisions before any code is written.

6 7d ago A 47 tokens original MIT

production-audit

56

pekral/cursor-rules

Skill Claude CodeCodex

Use when asked whether a change or app is production-ready, what could break in production, or for a ship/block decision before a release — assess readiness from cheap local git, code, CI, and config evidence and return a scored verdict with specific fixes.

6 7d ago A 55 tokens original MIT

readme-generator

57

pekral/cursor-rules

Skill Claude CodeCodex

Use when a repository needs a maintainer-ready README.md (or sibling root docs like CONTRIBUTING / SECURITY) built from the project's actual code, manifests, scripts, and tests — a zero-hallucination scan that extracts real commands, setup steps, and configuration, with git commit/push only when the user explicitly…

6 7d ago A 82 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Use when a task has converged (end of resolve-issue, process-code-review, or the final orchestrator report) and a durable, reusable lesson was learned. Distils only the lessons that clear a strict promotion bar and appends them — after a dedup/supersede/prune curation pass — to the per-project compound memory file…

6 7d ago A 86 tokens original MIT

redis-patterns

59

pekral/cursor-rules

Skill Claude CodeCodex

Use when using Redis in a Laravel app — caching strategies, atomic/distributed locks, rate limiting, stampede protection, pub/sub, pipelines, and key/TTL design beyond raw query tuning.

6 7d ago A 43 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Use when refactoring controller, job, command, listener, or Livewire entry-point logic into a dedicated Action class while preserving behavior and response contracts.

6 7d ago A 37 tokens original MIT