con un clic
pluralsight-author-talk-ai-agents
pluralsight-author-talk-ai-agents contiene 2 skills recopiladas de timothywarner-org, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Orchestrate the test-writer, qa-reviewer, and security-reviewer subagents to cover several user flows of the AI Skill Path Picker app AT ONCE. Use whenever Tim wants to demonstrate parallel subagents on stage, or needs end-to-end Playwright coverage across more than one flow in a single pass. Fans out test-writer across N flows concurrently, pipes each spec to qa-reviewer, and runs security-reviewer against the confirm.js innerHTML landmine in parallel.
Procedural recipe for generating a Playwright end-to-end spec from a described user flow. Use whenever Claude Code is asked to write a Playwright test for the AI Skill Path Picker app — the test-writer subagent invokes this Skill as its working procedure. Produces a single .spec.js file plus an optional Page Object Model, both following the repository's data-testid-only selector rule. Ships with executable helpers under scripts/ and reference docs under reference/.