check
01alexanderop/mcp-server-starter-ts
Command Claude Code
Run both type checking and linting.
alexanderop/mcp-server-starter-ts
Command Claude Code
Run both type checking and linting.
alexanderop/mcp-server-starter-ts
Command Claude Code
Run linting checks.
alexanderop/mcp-server-starter-ts
Command Claude Code
Run TypeScript type checking.
alexanderop/mcp-server-starter-ts
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing postedit_ts.sh. From alexanderop/mcp-server-starter-ts.
alexanderop/mcp-server-starter-ts
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
alexanderop/mcp-server-starter-ts
Instructions file
Claude Code instructions for alexanderop/mcp-server-starter-ts, covering claude.md, essential commands, build & development, code quality and testing.
alexanderop/claude-skill-vue-development
Plugin Claude Code
Vue 3 development skills and best practices for TypeScript-first modern Vue applications.
alexanderop/claude-skill-vue-development
Plugin Claude Code
Modern Vue 3 development with TypeScript, Composition API, defineModel bindings, Testing Library for user-behavior tests, and MSW for API mocking.
alexanderop/claude-skill-vue-development
Skill Claude CodeCodex
Use when planning or implementing Vue 3 projects - helps architect component structure, plan feature implementation, and enforce TypeScript-first patterns with Composition API, defineModel for bindings, Testing Library for user-behavior tests, and MSW for API mocking. Especially useful in planning phase to guide…
alexanderop/nuxt-layer-example
Command Claude Code
Run comprehensive checks on the project.
alexanderop/nuxt-layer-example
Command Claude Code
Create a conventional commit with an AI-generated commit message.
alexanderop/nuxt-layer-example
Command Claude Code
Create a new API endpoint in the server/api/ directory.
alexanderop/nuxt-layer-example
Command Claude Code
Create a new component in the components/ directory with proper TypeScript and explicit imports.
alexanderop/nuxt-layer-example
Command Claude Code
Create a new page in the pages/ directory with proper TypeScript setup and explicit imports.
alexanderop/nuxt-layer-example
Instructions file
Claude Code instructions for alexanderop/nuxt-layer-example, covering layered nuxt 4 e-commerce app standards, standards, project structure, project commands and linting rules.
Instructions file
Claude Code instructions for alexanderop/dotfiles, covering claude.md, commands, individual operations, export current system config back to this repo and architecture.
Agent
Review code for accessibility (a11y) issues and WCAG compliance. Use when asked to check accessibility, review a11y, audit for screen readers, or ensure keyboard navigation. Triggers include "accessibility", "a11y", "screen reader", "keyboard navigation", "WCAG", "ARIA".
Agent
Review code for architecture boundary violations and dependency rules. Use when asked to check architecture, verify feature isolation, review imports, or enforce layering. Triggers include "architecture", "boundaries", "feature isolation", "imports", "dependency", "layering".
Agent
Review code for refactoring opportunities using Martin Fowler's methodology. Use when asked to find code smells, identify refactoring opportunities, review code quality, improve code structure, or reduce technical debt. Triggers include "refactor", "code smells", "clean up code", "improve structure", "technical debt".
Agent
Review tests using Kent C. Dodds' testing philosophy (Testing Trophy, query priority, avoid implementation details). Use when asked to review tests, analyze test quality, check for testing anti-patterns, or improve test confidence.
Agent
Review Vue code for performance issues and optimization opportunities. Use when asked to check performance, find re-renders, optimize reactivity, or reduce bundle size. Triggers include "performance", "slow", "optimize", "re-render", "reactivity", "bundle size", "memory leak".
Agent
Review code for security vulnerabilities and OWASP issues. Use when asked to check security, find vulnerabilities, review for XSS, or audit data handling. Triggers include "security", "vulnerability", "XSS", "injection", "OWASP", "sanitize", "validate".
Agent
An advanced TypeScript code reviewer enforcing strict standards. Detects unsafe types, floating promises, and structural typing flaws. Promotes nominal typing (branding), distinct unions, and deep immutability.
Agent
Review Vue components for readability improvements using Michael Thiessen's design patterns. Use when asked to review, analyze, or improve Vue component code quality.