Taras
Community@tarastsavolyk · Ukraine, Ternopil
Front-End dev
Agent Skills by Taras
Showing 17 vetted skills indexed across 1 GitHub repositories.
install
Installs Claude Code frontend kit with automatic framework detection and adaptation into a repository.
update
Update Claude Code kits to the latest release while preserving CLAUDE.md configuration.
perf-audit
Audit Vue.js frontend performance against a predefined baseline.
verify
Run linting, testing, and type checking before code commit.
upgrade-deps
Audit dependencies for vulnerabilities, review changelogs, and update in small batches.
code-review
Review Vue 3 code changes for architecture, state, styling, types, and readability.
wizard
Detect and sync Claude Code configurations for project frameworks.
add-tests
Generate unit and component tests for JavaScript web applications using Vitest, Vue Test Utils, and Playwright.
release
Automate software releases with version bumping and GitHub Actions tagging.
scaffold-component
Create Vue 3 components with typed props, emits, design tokens, and unit tests.
from-figma
Converts Figma designs into project components using design tokens and shared primitives.
security-audit
Scan frontend code for OWASP Top 10:2025 vulnerabilities and dependency issues.
prune
Remove specified kit capabilities and reconcile broken references in project files.
a11y-audit
Audit web UI components against WCAG 2.2 AA standards using axe and manual checks.
debug-frontend
Diagnose frontend bugs through reproduction, code inspection, and test confirmation.
scaffold-feature
Create Vue feature modules with predefined folder structures for components, composables, store, API, types, and routes.
refactor
Refactor Vue components by splitting, extracting composables, and deduplicating code.