Code Review
Request and perform code reviews. Guidelines for reviewing code quality, finding bugs, and ensuring best practices.
Vercel Cli
Deploy and manage Vercel projects. Use for deployments, environment variables, logs, domains, and cron jobs.
Lighthouse Audit
Run Lighthouse performance audits on deployed websites. Checks Performance, Accessibility, Best Practices, and SEO scores.
Awesome Claude Skills
Curated collection of skills for Claude Code — deploy, test, review, and automate from your terminal
Agent Browser
Automate browser interactions using agent-browser CLI. Use for taking screenshots, testing deployed sites, checking mobile views, form testing, or browser automation tasks.
Git Workflow
Git workflows, conventional commits, branching strategies, and PR management. Use for commits, branches, merges, rebases, and PR workflows.
Testing
Testing with Vitest, Jest, and Playwright. Use for unit tests, integration tests, E2E tests, and coverage reports.
Changelog Generator
Generate user-friendly changelogs from git commits. Transforms technical commits into clear release notes.
Xcode Mcp App Testing
MCP-first testing workflow for Xcode apps (iOS, iPadOS, macOS). Use when the user asks to build, test, run, or verify an Xcode project — including UI checks, smoke tests, regression tests, or simulator launches. Prefers Xcode MCP tools via mcpbridge; falls back to xcodebuild/simctl CLI when MCP is unavailable.
Database Cli
Database management with Prisma ORM. Use for migrations, schema management, seeding, and database queries.
Docker Cli
Docker and Docker Compose commands for containerization. Use for building images, running containers, managing volumes, and orchestrating services.
Github Actions
GitHub Actions for CI/CD workflows. Use for automated testing, building, and deployment pipelines.
Apple Docs
Look up Apple Developer Documentation (Swift, SwiftUI, HealthKit, UIKit, etc.) and WWDC session transcripts using the sosumi CLI tool. Use when working with Swift/iOS code and need to check API signatures, find documentation, or understand Apple frameworks.