.agent/skills/patterns/SKILL.md
Check .agent/memory/patterns/ for known solutions to recurring design problems before inventing a new approach. Triggered when facing code, architecture, process, testing, or agent infrastructure decisions.
npx skillsauth add oaknational/oak-open-curriculum-ecosystem patternsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When you identify a design problem -- whether it involves type-safety, system boundaries, engineering workflows, test design, or agent infrastructure -- check .agent/memory/patterns/ for known solutions before inventing a new approach.
as cast or type assertion.agent/memory/patterns/README.md to discover available patterns.use_this_when field.This skill is not always-active. It triggers when an engineer or agent encounters a design problem across any of the five pattern categories (code, architecture, process, testing, agent). It is a discovery mechanism, not a mandate.
tools
When and how to use git worktrees for isolated work.
documentation
TSDoc and documentation workflow for canonical source comments, README updates, and ADR touchpoints.
development
Structured debugging workflow: reproduce, isolate, hypothesise, verify, fix, regression test.
data-ai
Load the shared thorough start-right workflow from `.agent/skills/start-right-thorough/shared/start-right-thorough.md`.