plugins/abstract/skills/shared-patterns/SKILL.md
Provide reusable patterns for validation, error handling, scaffolding. Use for skill consistency.
npx skillsauth add athola/claude-night-market shared-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.
Reusable patterns and templates for skill and hook development.
abstract:skill-authoring)This skill provides shared patterns that are referenced by other skills in the abstract plugin. It follows DRY principles by centralizing common patterns.
See modules/validation-patterns.md for:
See modules/error-handling.md for:
See modules/testing-templates.md for:
See modules/workflow-patterns.md for:
Reference these patterns from other skills:
For validation patterns, see the `shared-patterns` skill's
[validation-patterns](../shared-patterns/modules/validation-patterns.md) module.
Verification: Run the command with --help flag to verify availability.
validation-patterns.md, error-handling.md,
testing-templates.md, workflow-patterns.md) exists under
plugins/abstract/skills/shared-patterns/modules/.../shared-patterns/modules/ and resolves to an existing file on disk.skills/shared/modules/
directory pattern; such references are surfaced as broken links.data-ai
Models a business in its own language. Use when the domain has real business rules to capture.
research
Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
development
Generates and self-executes a diff-derived test plan for a PR. Use when validating PR changes before merge. Do not use for code review; use sanctum:pr-review.
development
Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship.