Skills
Reusable agent workflows I package as Claude skills — the layer I reach for before MCP.
Content & media
Demo Video
Records narrated product-demo and verification videos of any web app by driving a real browser and assembling beat-narrated MP4s.
Blog Writer
Writes bilingual (EN/ES) blog articles end-to-end: structure, frontmatter and translations.
Podcast Publisher
Uploads and publishes podcast episodes to Spotify for Creators via browser automation.
CV Tailor
Adapts a CV and drafts a tailored cover letter for a specific role, exporting to Markdown, DOCX and PDF.
Dev workflow
Feature Dev
Guides new-feature development: architecture planning, implementation and PR creation.
Code Review
Reviews diffs and PRs for correctness, security and performance, with actionable suggestions.
Commit & PR
Creates well-structured commits and pull requests with clear messages and branch handling.
Service Deploy
Tags and deploys a service end-to-end: semver bump, release tag and config-repo update to trigger rollout.
Microservice Lifecycle
Full microservice lifecycle from a spec: scaffolding, implementation, testing and deployment, plus targeted bug-fix cycles against ground truth.
Spec-Driven Development
Turns a requirements doc into a traceable pipeline: spec inventory with stable IDs, gap log, ID-tagged plan/tests/commits, and an evidence-backed review.
Codegen Validation Loop
Validates AI-generated code against a source-of-truth spec: failure taxonomy, fix-vs-regenerate decision tree, and agent-vs-ground-truth checks.
QA & testing
Service Verification
Validates a deployed microservice end-to-end, from infrastructure checks to UI testing and failure troubleshooting.
Environment Probe
Connects to a running environment, authenticates via session and API token, and answers live queries about the deployed build.
Playwright CLI
Automates browser interactions for testing, form filling, screenshots and data extraction.
E2E UI Testing
Drives end-to-end UI test suites with Playwright, debugging visual issues across flows.
QA Design
Turns a spec or feedback doc into a structured per-spec-ID QA plan: pre-conditions, steps, expected results, UX checks and named screenshots.
QA Execution
Executes a QA plan against a live deployment, captures evidence per spec ID, hunts for off-spec bugs, and reports coverage.