athola/shared-patterns
Provide reusable patterns for validation, error handling, scaffolding. Use for skill consistency.
npx skills add https://github.com/athola/claude-night-market --skill shared-patterns
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.
duplicated from the modules it links.
Take athola/shared-patterns from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.