malinovskiy-makar avatar

malinovskiy-makar

Community

@malinovskiy-makar

0Followers
|
1Public Repos
|
21Published Skills

A skill registry covering UI/UX design and accessibility auditing, Django security, GDPR compliance, Playwright testing, LLM evaluation, and safe database migrations.

Skills Distribution
DomainUI/UX & Crea...UI/UX & Creative M.. (35%)Cybersecurity & Co.. (25%)Developer Tooling .. (20%)AI Models & Machin.. (10%)

Agent Skills by malinovskiy-makar

Showing 21 vetted skills indexed across 1 GitHub repositories.

malinovskiy-makarmalinovskiy-makar

django-security

Implements Django security practices for authentication, authorization, CSRF, XSS, and SQL injection prevention.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

playwright-best-practices

Guides writing, debugging, and maintaining Playwright tests across E2E, API, and component scenarios.

Community
Advanced
malinovskiy-makarmalinovskiy-makar

llm-evaluation

Implement evaluation frameworks for LLM applications using automated metrics, LLM-as-judge, and A/B testing.

Community
Advanced
malinovskiy-makarmalinovskiy-makar

production-audit

Audits repository evidence to score production readiness before launch or deployment.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

weco-security-boundary-review

Reviews access control boundaries in views, API endpoints, forms, and models with negative tests.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

eval-harness

Defines and runs capability and regression evals for Claude Code workflows using pass@k metrics.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

impeccable

Designs, audits, and refines production-grade frontend interfaces through structured sub-commands.

Community
Advanced
malinovskiy-makarmalinovskiy-makar

cost-aware-llm-pipeline

Implements model routing, budget tracking, retry logic, and prompt caching for LLM API cost control.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

web-design-guidelines

Review UI code files against Vercel Web Interface Guidelines and report findings.

Community
Basic
malinovskiy-makarmalinovskiy-makar

gdpr-data-handling

Implement GDPR-compliant consent management, data subject rights, and privacy controls.

Community
Advanced
malinovskiy-makarmalinovskiy-makar

auditing-wcag

Audit WCAG 2.2 A/AA conformance and report Pass/Fail/NT/NA per success criterion with evidence.

Community
Advanced
malinovskiy-makarmalinovskiy-makar

database-migrations

Write safe, reversible database schema and data migrations across PostgreSQL and common ORMs.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

ai-regression-testing

Write sandbox-mode Vitest regression tests that catch AI-introduced API bugs.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

browser-qa

Automates visual testing and UI interaction verification on deployed web pages using browser automation.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

reviewing-a11y

Review web pages, code, and designs for WCAG 2.2 accessibility issues.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

weco-content-integrity

Enforces reversible, verifiable bulk operations on a 31,000-item task bank.

Community
Advanced
malinovskiy-makarmalinovskiy-makar

accessibility

Implements and audits WCAG 2.2 Level AA accessibility for Web, iOS, and Android interfaces.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

design-system

Generates design tokens and audits UI visual consistency across ten dimensions.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

weco-migration-safety

Validates Django model and migration changes for safe deployment on fresh and existing databases.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

security-requirement-extraction

Derive security requirements, user stories, and test cases from threat models.

Community
Intermediate
malinovskiy-makarmalinovskiy-makar

interface-design

Designs product interfaces with domain-driven visual systems, hierarchy, tokens, and motion rules.

Community
Advanced

Frequently Asked Questions About malinovskiy-makar

FAQPage Schema
What tasks can I accomplish with malinovskiy-makar's skills?

You can audit UI accessibility against WCAG 2.2, design and critique product interfaces and design systems, harden Django authentication and CSRF/XSS defenses, write and debug Playwright E2E tests, evaluate LLM applications, control LLM API spend, run GDPR compliance reviews, and plan safe database migrations with rollbacks.

Who are these skills designed for?

Frontend engineers and designers auditing accessibility and visual craft, Django backend developers reviewing security boundaries and migration safety, QA engineers fixing flaky Playwright tests, and ML engineers building LLM evaluation frameworks or reducing model API costs through routing and prompt caching.

How do the accessibility auditing skills work in practice?

The auditing-wcag skill takes a URL or file path and performs a formal WCAG 2.2 A/AA conformance audit, assigning Pass/Fail/NT/NA per criterion with evidence, using Playwright browser navigation and snapshots. The reviewing-a11y skill instead delivers severity-ranked issue reports for pages, code, mockups, or Figma files.

Are these skills open source and what licenses apply?

Licensing varies per skill: playwright-best-practices is MIT-licensed (by currents.dev), impeccable is Apache 2.0, and web-design-guidelines is authored by Vercel. Other skills list ECC or community origins without explicit licenses, so check each skill's frontmatter before redistribution.

What prerequisites or dependencies do these skills require?

Accessibility and browser-QA skills require Playwright browser tooling (navigation, snapshots, clicks). The impeccable skill invokes its CLI via Bash (npx impeccable). Django-focused skills assume a Django codebase with models, views, and migrations, while database-migrations targets PostgreSQL or MySQL with ORMs like Prisma, Drizzle, or Django.