shared-patterns

Reusable patterns and templates for skill and hook development.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "shared-patterns" with this command: npx skills add athola/claude-night-market/athola-claude-night-market-shared-patterns

Shared Patterns

Reusable patterns and templates for skill and hook development.

Purpose

This skill provides shared patterns that are referenced by other skills in the abstract plugin. It follows DRY principles by centralizing common patterns.

Pattern Categories

Validation Patterns

See modules/validation-patterns.md for:

  • Input validation templates

  • Schema validation patterns

  • Error reporting formats

Error Handling

See modules/error-handling.md for:

  • Exception hierarchies

  • Error message formatting

  • Recovery strategies

Testing Templates

See modules/testing-templates.md for:

  • Unit test scaffolding

  • Integration test patterns

  • Mock fixtures

Workflow Patterns

See modules/workflow-patterns.md for:

  • Checklist templates

  • Feedback loop patterns

  • Progressive disclosure structures

Usage

Reference these patterns from other skills:

For validation patterns, see the shared-patterns skill's validation-patterns module.

Verification: Run the command with --help flag to verify availability.

Troubleshooting

Common Issues

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-quality-principles

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-refinement

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python-packaging

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mcp-code-execution

No summary provided by upstream source.

Repository SourceNeeds Review