Skip to main content
AratKruglik
GitHub creator profile

AratKruglik

Repository-level view of 102 collected skills across 5 GitHub repositories.

skills collected
102
repositories
5
updated
Aug 4, 2026
repository explorer

Repositories and representative skills

batch-pipeline
software-developers

Parallel SDLC batch runner. Analyzes a list of independent task descriptions, groups them by heuristic file-conflict prediction, dispatches one worktree-isolated background agent per task (each running the full pipeline-orchestrator: BA → Dev → QA → Sec →…

Aug 4, 2026
pipeline-orchestrator
software-developers

Universal SDLC pipeline orchestrator with stack provider auto-discovery. Reads stack.md profiles from installed plugins, picks the highest-priority match, executes a 5-phase pipeline (BA → Dev → QA → Sec → Docs) plus stack-defined extra phases. Use when: -…

Aug 4, 2026
sqlalchemy-patterns
software-developers

FastAPI-specific delta on top of python-foundation:sqlalchemy-patterns: async engine and AsyncSession lifecycle, get_db dependency injection, async-safe lazy loading rules, async Alembic env.py wiring. Used by fastapi-architect (model definitions) and…

Jul 20, 2026
sqlalchemy-patterns
software-developers

Flask-specific delta on top of python-foundation:sqlalchemy-patterns: Flask-SQLAlchemy extension setup, db.Model declarative models (3.x Mapped style and 2.x legacy db.Column), synchronous db.session lifecycle bound to the app context, Flask-Migrate…

Jul 20, 2026
sqlalchemy-patterns
software-developers

Framework-agnostic SQLAlchemy 2.0 core shared by fastapi-plugin and flask-plugin: declarative mapped classes with Mapped/mapped_column, column type selection, relationships with explicit lazy loading and cascades, 2.0-style select() querying,…

Jul 20, 2026
architect-conventions
software-developers

Shared conventions for every SDLC development-phase architect agent: hard rules, code quality bar, workflow steps (superpowers invocation, spec reading, codebase exploration, verification), and the report/compact-summary contract. Architects load this skill…

Jul 20, 2026
django-conventions
software-developers

Django web framework conventions: app layout, settings split (base/local/production), URLconf with app namespacing, CBV and DRF ViewSets, DRF serializers and permissions, form validation, signals, Django admin registration, and middleware. Activated…

Jun 12, 2026
django-orm-patterns
software-developers

Django ORM patterns: model definitions, field types, model managers, custom QuerySet methods, select_related/prefetch_related for N+1 prevention, transactions, F/Q expressions, Meta indexes and constraints. For django-architect (model definitions) and…

Jun 12, 2026
Showing 8 of 64 collected skills.
database-optimizer
software-developers

Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution. Українською: Оптимізуй базу, повільний…

Apr 19, 2026
laravel-actions-patterns
software-developers

Use when working with lorisleiva/laravel-actions package - AsController, AsJob, AsObject, AsListener patterns, handle() signatures, and deciding which trait combination to use for a given Action class.

Apr 19, 2026
octane-frankenphp-gotchas
software-developers

Use when debugging unexpected behavior in Laravel Octane with FrankenPHP - stale data between requests, memory leaks, singleton contamination, static property state, or anything that "works once then breaks".

Apr 19, 2026
laravel-architecture
software-developers

Generates a Laravel architecture based on best practices for modern Laravel

Apr 2, 2026
architect-review
software-developers

Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY…

Mar 14, 2026
architecture-designer
software-developers

Use when designing new system architecture, reviewing existing designs, or making architectural decisions. Invoke for system design, architecture review, design patterns, ADRs, scalability planning. Українською: Проєктуй архітектуру, системний дизайн,…

Mar 14, 2026
brainstorming
software-developers

Use before creative or constructive work (features, architecture, behavior). Transforms vague ideas into validated designs through disciplined reasoning and collaboration. Українською: брейнсторм, мозковий штурм, генерація ідей, аналіз варіантів, підходи до…

Mar 14, 2026
code-reviewer
software-quality-assurance-analysts-and-testers

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices.…

Mar 14, 2026
Showing 8 of 23 collected skills.
laravel-pdf
software-developers

Generate PDFs from Blade views or HTML using spatie/laravel-pdf. Covers creating, formatting, saving, downloading, and testing PDFs with the Browsershot, Cloudflare, or DOMPDF driver.

Mar 22, 2026
react-inertia
software-developers

React + Inertia.js v2 patterns for Laravel full-stack applications. Covers page components, form handling, layouts, navigation, shared data, and typed props. Trigger words — EN: React component, Inertia page, TypeScript component, form handling, useForm,…

Mar 22, 2026
tailwind-variants
web-developers

Tailwind Variants (tv()) patterns for component styling with variants, slots, compound variants, and responsive design. Tailwind CSS 4 compatible. Trigger words — EN: component styles, Tailwind variants, tv(), slots, responsive variants, compound variants,…

Mar 22, 2026
laravel-architecture
software-developers

Generates a Laravel architecture based on best practices for modern Laravel

Mar 22, 2026
laravel-coder
software-developers

Generates modern maintainable Laravel applications code with a focus on

Mar 22, 2026
laravel-specialist
software-developers

Use when building Laravel 13+ applications requiring Eloquent ORM, API

Mar 22, 2026
postgres-best-practices
database-architects

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations. Українською: Кращі практики Postgres, оптимізуй базу, продуктивність…

Mar 22, 2026
postgresql-optimization
database-administrators

PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management. Українською: Оптимізуй PostgreSQL, тюнінг запитів, стратегії індексації, аналіз продуктивності, EXPLAIN ANALYZE, план…

Mar 22, 2026
Showing 5 of 5 repositories
All repositories loaded