From abstract
Provides reusable patterns for validation, error handling, test scaffolding, and workflows. Reference to ensure consistency across Claude Code skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/abstract:shared-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reusable patterns and templates for skill and hook development.
Reusable patterns and templates for skill and hook development.
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.
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag
npx claudepluginhub athola/claude-night-market --plugin abstractProvides structure templates for four skill archetypes: CLI reference, methodology, safety/security, and orchestration. Use when creating new Claude Code skills.
Provides standardized error handling patterns: exception hierarchies, message formatting, security audit logging, graceful degradation. Activates for raising exceptions, error handling, validation.
Implements error handling strategies including retry, circuit breaker, and async error patterns for resilient APIs and distributed systems.