

Matt Pocock skills - Workshop 2
Perth AI: Matt Pocock Skills (Part 2) 🚀
Description
Following up on our highly popular first session, the Perth AI team is back with a deeper dive into Matt Pocock’s agentic engineering skills workflow!
If you want to move past basic "YOLO-mode" prompting and turn your AI coding assistant (like Claude Code) into a disciplined, rigorous engineering collaborator, this session is for you. Rafael and Raj will be walking through practical workflows—covering everything from Socratic design grilling (/grill-me) and TDD enforcement to architecture improvements.
Come ready to code, test, and level up your agentic workflow game.
What to Bring 💻
Your Laptop: Essential for the hands-on components.
Pre-installed AI Coding Agent: Make sure you have your environment set up (e.g., Claude Code or your preferred agent supporting skill invocation).
⚠️ Pre-requisites (Please complete before arriving)
To ensure we can jump straight into building and avoid setup bottlenecks during the workshop, please complete these steps beforehand:
Get the Skills: Install Matt Pocock's skills package into your environment or test repository:
For Claude Code: Run
claude plugins install mattpocock-skills(or via/plugin install mattpocock-skills).Alternative/Universal:
npx skills@latest add mattpocock/skills.
Run the Repo Setup: Open a test repository on your machine and run the setup command to configure your tracking and context files:
Bash
/setup-matt-pocock-skills
(This ensures your workspace is prepped with the correct issue tracking and domain docs layout.)
Review Part 1 (Optional): If you joined our first session, bring your questions or code snippets where you've been experimenting with the skills!