← all publishers

stuartshields

@stuartshields source repo

15 published skills

  1. Figma · stuartshields
    Figma-to-code workflow using MCP tools. Fetches design context, screenshots, variables, and Code Connect mappings before implementation.
    0
    installs
  2. Handoff · stuartshields
    Write or update a handoff document so the next agent with fresh context can continue this work.
    0
    installs
  3. Debug Wp · stuartshields
    Starts a structured interview to diagnose WordPress issues, then proposes a ranked list of solutions.
    0
    installs
  4. QA Check · stuartshields
    Auto-detects the project's tech stack, then audits for Accessibility, Performance, and Code Quality. Works across WordPress/PHP, Python, Node/JS, and static web projects.
    0
    installs
  5. Debugging · stuartshields
    Structured debugging protocol. Use when investigating a bug, failing test, regression, unexpected behavior, or any scenario where code is not doing what it should. Trigger phrases include "broken", "not working", "bug", "error", "it worked before", "still broken", "why is this failing", "trace", or "/trace".
    0
    installs
  6. Test Plan · stuartshields
    Skill: test-plan
    0
    installs
  7. Vibe User · stuartshields
    Open an app in Playwright and explore it as a real user with no prior knowledge. Report UX findings per page, test core flows, and suggest improvements.
    0
    installs
  8. Playwright · stuartshields
    Playwright MCP browser automation workflow. Snapshot-first approach for page interaction, visual verification, form filling, and debugging.
    0
    installs
  9. Tool Usage · stuartshields
    Recovery protocol for tool failures and search budgets. Use when Edit fails repeatedly on the same target, when hooks may have modified file contents between operations, or when WebSearch/WebFetch is not converging on an answer.
    0
    installs
  10. Debug Rules · stuartshields
    Diagnose which rules loaded, which didn't, and why. Reads the InstructionsLoaded audit log and compares against expected rules.
    0
    installs
  11. Block Journey · stuartshields
    Discover all files for a block or component, trace the editorial and front-end user journeys, and write a journey document to docs/journeys/.
    0
    installs
  12. Review Memory · stuartshields
    Review auto-memory for the current project. Shows accumulated learnings, identifies noise, and helps promote permanent patterns to CLAUDE.md, rules, or skills.
    0
    installs
  13. Clean Worktrees · stuartshields
    Remove stale agent worktree directories and their orphaned branches. Run after parallel agent work or when .claude/worktrees/ accumulates cruft.
    0
    installs
  14. Module Depth Review · stuartshields bundle
    Use when reviewing whether module boundaries earn their keep — finding shallow modules that should be consolidated into deep ones. Triggers on phrases like "is this over-modularised?", "should these be one module?", "too many small files doing related work", "interface feels as complex as implementation", "review the architecture of X", or when a folder has many tiny files that mostly call each other. Read-only audit; pairs with audit-vs-fix-discipline. Not a substitute for `simplify` (which works inside functions) or `cleanup` (which removes dead code).
    0
    installs
  15. Swift Concurrency Review · stuartshields
    Use when reviewing Swift 5.5+ code containing `await`, `actor`, `Task { }`, `@MainActor`, `@unchecked Sendable`, cancellable timer/deadline handles, or long-lived `for await` AsyncStream consumers — especially diffs extending existing actors with new methods. Catches post-`await` state-overwrite races, TOCTOU around Task spawn, cancellation-not-honoured, terminal-state clobber, and consumer-Task-ownership bugs that hang Swift Testing at exit.
    0
    installs