malinovskiy-makar
Community@malinovskiy-makar
A skill registry covering UI/UX design and accessibility auditing, Django security, GDPR compliance, Playwright testing, LLM evaluation, and safe database migrations.
Agent Skills by malinovskiy-makar
Showing 21 vetted skills indexed across 1 GitHub repositories.
django-security
Implements Django security practices for authentication, authorization, CSRF, XSS, and SQL injection prevention.
playwright-best-practices
Guides writing, debugging, and maintaining Playwright tests across E2E, API, and component scenarios.
llm-evaluation
Implement evaluation frameworks for LLM applications using automated metrics, LLM-as-judge, and A/B testing.
production-audit
Audits repository evidence to score production readiness before launch or deployment.
weco-security-boundary-review
Reviews access control boundaries in views, API endpoints, forms, and models with negative tests.
eval-harness
Defines and runs capability and regression evals for Claude Code workflows using pass@k metrics.
impeccable
Designs, audits, and refines production-grade frontend interfaces through structured sub-commands.
cost-aware-llm-pipeline
Implements model routing, budget tracking, retry logic, and prompt caching for LLM API cost control.
web-design-guidelines
Review UI code files against Vercel Web Interface Guidelines and report findings.
gdpr-data-handling
Implement GDPR-compliant consent management, data subject rights, and privacy controls.
auditing-wcag
Audit WCAG 2.2 A/AA conformance and report Pass/Fail/NT/NA per success criterion with evidence.
database-migrations
Write safe, reversible database schema and data migrations across PostgreSQL and common ORMs.
ai-regression-testing
Write sandbox-mode Vitest regression tests that catch AI-introduced API bugs.
browser-qa
Automates visual testing and UI interaction verification on deployed web pages using browser automation.
reviewing-a11y
Review web pages, code, and designs for WCAG 2.2 accessibility issues.
weco-content-integrity
Enforces reversible, verifiable bulk operations on a 31,000-item task bank.
accessibility
Implements and audits WCAG 2.2 Level AA accessibility for Web, iOS, and Android interfaces.
design-system
Generates design tokens and audits UI visual consistency across ten dimensions.
weco-migration-safety
Validates Django model and migration changes for safe deployment on fresh and existing databases.
security-requirement-extraction
Derive security requirements, user stories, and test cases from threat models.
interface-design
Designs product interfaces with domain-driven visual systems, hierarchy, tokens, and motion rules.
Frequently Asked Questions About malinovskiy-makar
FAQPage SchemaWhat 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.