Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".
Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.
Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
GPT-5-tuned fork of `grill-with-docs` that stress-tests a plan against the codebase, terminology, and documented decisions with a structured, one-question-at-a-time review flow. Use when user wants to stress-test a plan against their project's language and documented decisions on a GPT-5-family model.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A personal adapted fork of Matt Pocock's skills repository, adjusted for my own local agent setup. The original upstream README is preserved in README.upstream.md.
main tracks the upstream repository as closely as possible.adapted contains my local adaptations and is the default branch.This fork exists to keep a stable, versioned copy of the upstream skills while allowing small local changes without losing the ability to sync from upstream.
Typical changes may include:
Install the upstream skills first, then overlay the modifications from this fork:
npx skills@latest add mattpocock/skills
npx skills@latest add ai2ys/matt-pocock-skills-ai2ys
Skills that differ from upstream. Only these are registered in .claude-plugin/plugin.json.
GPT-5-tuned skills are informed by OpenAI's Prompt Guidance for GPT-5.4 and GPT-5.5, including bounded context gathering, explicit interaction contracts, and structured prompt sections.
Skills I use daily for code work.
| Skill | Description |
|---|---|
| ai2ys-stress-test-docs | GPT-5-tuned fork of grill-with-docs that stress-tests a plan against the codebase, terminology, and documented decisions, applying the official GPT-5 prompting guide (inverted eagerness, bounded context-gathering, _spec XML sections). Recommended model: GPT-5.5 for its interactive collaboration style (recommended starting point, not required — usable across the GPT-5 family). Recommended reasoning_effort: low or medium (default medium when quality matters) — high would add latency to each interactive turn. On GPT-5.5, if outputs become mechanical, consider trimming process detail while preserving the one-question-at-a-time contract. Set model and reasoning_effort at the API/harness level, not in the skill body. |
| ai2ys-to-prd | Fork of to-prd that turns the current conversation context into a PRD and publishes it to the project issue tracker. |
| ai2ys-to-prd-gpt5 | GPT-5-tuned variant of ai2ys-to-prd: bounded context gathering, one bounded seam checkpoint (ask + wait), and _spec XML structure. Recommended model: GPT-5.4 (recommended starting point, not required — usable across the GPT-5 family). Recommended reasoning_effort: medium. Set model and reasoning_effort at the API/harness level, not in the skill body. |
handoff that writes handoff documents only to an absolute OS temp path, using timestamp, topic, and random suffix.grill-me with a structured, one-question-at-a-time review flow.Original repository: github.com/mattpocock/skills
Original portions remain copyright Matt Pocock and are licensed under the MIT License. Modifications in this fork are copyright @ai2ys and are also licensed under the MIT License. See LICENSE.
npx claudepluginhub ai2ys/matt-pocock-skills-ai2ysUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.