AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
pekral avatar

pekral

50 listings · 0 installs

Open-source publisher. Listings imported from github.com/pekral — credited to the original author with their license.

↗ github.com/pekral
50+ results
Self-run
SKILL

Rewrite Tests Pest

Use when rewriting existing tests to Pest syntax. Preserve behavior, follow project testing conventions, reduce duplication where helpful, and verify rewritten tests are deterministic and passing.

0
11
Free
Self-run
SKILL

Mysql Patterns

Use when designing MySQL schema features or applying advanced MySQL patterns in Laravel — upserts, JSON columns, full-text search, partitioning, replication/read-write splitting, and deadlock handling — beyond the query tuning already in the SQL rules.

0
10
Free
Self-run
SKILL

Process Code Review

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.

0
9
Free
Self-run
SKILL

Assignment Compliance Check

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 listing only Critical functional gaps **only when at least one gap exists**; when the implementation satisfies every stated requirement the skill returns a skip status and the calling CR wrapper embeds nothing. The block (wh…

0
12
Free
Self-run
SKILL

Autoresolve Oldest Github Issue

Use when autonomously resolving the oldest open GitHub issue end-to-end. Picks the oldest open issue (optionally filtered by label, default `Resolve_by_AI`), 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 blocker (merge conflict, failing CI, unresolved Critical/Moderate find…

0
8
Free
Self-run
SKILL

Code Review Jira

Use when run code review for JIRA issues and publish results to

0
11
Free
Self-run
SKILL

Git Workflow

Use when choosing a Git branching strategy or handling merge vs rebase, conflicts, stashing, undoing mistakes, and release tagging — complementing the commit/PR conventions in the git rules.

0
5
Free
Self-run
SKILL

Class Refactoring

Use when refactor PHP classes to improve structure, readability,

0
12
Free
Self-run
SKILL

Frontend A11y

Use when building or reviewing accessible UI in a Laravel app — semantic Blade markup, accessible forms, keyboard navigation with Alpine, focus and live-region management for Livewire updates, contrast, and Filament accessibility.

0
12
Free
Self-run
SKILL

Production Audit

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.

0
12
Free
Self-run
SKILL

Refresh Claude Md

Use when the project's CLAUDE.md is stale or missing and must be regenerated from the current codebase — re-detect tech stack, commands, conventions, and structure, then update CLAUDE.md while preserving every human-authored customization. Adapted from the ECC codebase-onboarding skill.

0
11
Free
Self-run
SKILL

Article Writing

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.

0
11
Free
Self-run
SKILL

Merge Github Pr

Use when safely merge GitHub pull requests that are ready

0
13
Free
Self-run
SKILL

Composer Update

Use when analyze composer update results, detect conflicts, and

0
12
Free
Self-run
SKILL

Code Review Bugsnag

Use when run code review for a Bugsnag error and publish results to

0
11
Free
Self-run
SKILL

Redis Patterns

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.

0
13
Free
Self-run
SKILL

Create Issues From Text

Use when break down assignment into multiple structured issues

0
10
Free
Self-run
SKILL

Prepare Issue Context

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 end-to-end, and reports any gap that would force the implementing agent to hallucinate.

0
12
Free
Self-run
SKILL

Benchmark

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.

0
12
Free
Self-run
SKILL

Pr Summary

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).

0
11
Free
Self-run
SKILL

Automation Audit Ops

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 recommending keep/merge/cut/fix.

0
9
Free
Self-run
SKILL

Readme Generator

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 asks. Adapted from the VoltAgent readme-generator subagent.

0
10
Free
Self-run
SKILL

Blueprint

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.

0
8
Free
Self-run
SKILL

Record Project Memory

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, never recording trivia, secrets, or PII.

0
12
Free
Self-run
SKILL

Design System

Use when generating, auditing, or reviewing the visual design system of a Laravel app — Tailwind tokens, Filament theming, Blade/Livewire component consistency, and visual-polish audits.

0
10
Free
Self-run
SKILL

Refactor Entry Point To Action

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

0
8
Free
Self-run
SKILL

Analyze Problem

Use when structured problem analysis for debugging, root cause

0
13
Free
Self-run
SKILL

Create Test

Use when create or update tests to ensure full coverage for current changes

0
10
Free
Self-run
SKILL

Postgres Patterns

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.

0
12
Free
Self-run
SKILL

Product Capability

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.

0
10
Free
Self-run
SKILL

Create Missing Tests In Pr

Reads your pull request code review, verifies that all

0
12
Free
Self-run
SKILL

Autonomous Loops

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, merge-github-pr, /loop), with composer build / composer skill-check as the quality gate between…

0
11
Free
Self-run
SKILL

Code Review

Use when senior PHP code review focused on architecture, business

0
12
Free
Self-run
SKILL

Code Review Github

Use when perform code review for GitHub pull requests and post

0
8
Free
Self-run
SKILL

Penetration Tester

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 remediation report. Does not run on a normal code-review, security-review, or resolve-i…

0
9
Free
Self-run
SKILL

E2e Testing

Use when writing or stabilizing Playwright end-to-end browser tests against a Laravel app — but only when the project already has Playwright; otherwise defer to manual testing or Pest/Dusk.

0
12
Free
Self-run
SKILL

Create Issue

Use when create a single issue from provided text without modifying its content

0
9
Free
Self-run
SKILL

Laravel Security

Use when building, configuring, or hardening security-sensitive Laravel features — authentication, authorization, Eloquent safety, CSRF/XSS, API security, file uploads, secrets, and production configuration. Provides condensed, copy-ready secure defaults for Laravel 11 / PHP 8.3.

0
12
Free
Self-run
SKILL

Laravel Telescope

Use when analyzing Laravel Telescope requests from URL and DB. Loads Telescope entries, matches the same request in database tables, and proposes practical optimizations.

0
10
Free
Self-run
SKILL

Frontend Design Direction

Use when the work is not just making UI function but making it feel purposeful and polished — choosing a deliberate design direction for a Laravel/Blade/Livewire/Filament interface.

0
9
Free
Self-run
SKILL

Mysql Problem Solver

Use when analyze real MySQL query and schema problems using code

0
9
Free
Self-run
SKILL

Frontend Patterns

Use when building Livewire/Blade/Alpine UI in a Laravel app — component composition, state placement, performance, forms, and loading/empty/error states.

0
10
Free
Self-run
SKILL

Api Review

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.

0
10
Free
Self-run
SKILL

Docker Patterns

Use when writing or reviewing Docker and docker-compose setups for a Laravel application — multi-stage PHP-FPM images, services (nginx, MySQL, Redis, queue worker, scheduler, Vite build), healthchecks, secrets, and image hardening.

0
11
Free
Self-run
SKILL

Benchmark Optimization Loop

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.

0
9
Free
Self-run
SKILL

Frontend Slides

Use when building standalone HTML/CSS/JS presentation slide decks — self-contained single-file decks with viewport-fit layout, keyboard navigation, and browser Print-to-PDF export.

0
11
Free
Self-run
SKILL

Resolve Issue

Use when resolving an issue from any supported tracker (GitHub, JIRA, Bugsnag). Detects the source automatically from the provided link or ID, implements a safe fix or feature, validates with tests, and creates a pull request.

0
8
Free
Self-run
SKILL

Cleanup Local Branches

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 deletion before running it.

0
12
Free
Self-run
SKILL

Latency Critical Systems

Use when working on latency-sensitive Laravel paths — realtime dashboards, streaming, queues, caches, or execution gateways — where p95 latency and data freshness matter.

0
9
Free
Self-run
SKILL

Laravel Authorization Review

Use when reviewing authorization / access control in a Laravel project — find IDOR / broken object-level authorization (BOLA), audit which routes are unprotected, check policy / gate coverage, or sanity-check a new endpoint in a PR. Walks the authorization chain of every HTTP route (middleware → authorize/policy/gate → query scoping → API Resource output), anchors every finding to real `php artis…

0
10
Free