byiusztinpaul· 46 skills
Harness-agnostic version of /implement. Drives a single workshop ticket through the SWE→Tester loop in ONE conversation, with the role prompts bundled as agents/software-engineer.md and agents/tester.md instead of being launched as subagents. Resolves the ticket from implement_yourself/tasks/, creates an implementing/from-scratch branch (a fixed default — not derived from the ticket; subsequent tickets stack on top), adopts the software-engineer role to implement, then switches to the tester role to verify (logic tickets only). Loops on FAIL up to 3 times, moves the file to tasks/done/, then commits directly with git commit -m. Stops after one ticket. Trigger when the user types /implement-universal, asks to "implement task NNN without subagents", or is running in a harness (Cursor, Windsurf, plain Claude API client, etc.) that doesn't support Claude Code's Task tool.
$npx -y skills add iusztinpaul/designing-real-world-ai-agents-workshop --skill implement-universalInstalls into the current project.
Run `npx skills use "https://github.com/iusztinpaul/designing-real-world-ai-agents-workshop" --skill "iusztinpaul/designing-real-world-ai-agents-workshop/implement-universal"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/iusztinpaul/designing-real-world-ai-agents-workshop" that are relevant to the current task. Run `npx skills add "https://github.com/iusztinpaul/designing-real-world-ai-agents-workshop"` and select the relevant skills, then follow their instructions.