Claude Code Plugins

Community-maintained marketplace

Feedback

Common architectural patterns and design best practices. Use when designing system architecture, choosing design patterns, or creating technical designs.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Architecture Patterns
description Common architectural patterns and design best practices. Use when designing system architecture, choosing design patterns, or creating technical designs.

Architecture Patterns

CRITICAL: The description field above controls when Claude auto-loads this skill.

Instructions

  1. Provide templates and patterns for this skill
  2. Execute helper scripts when needed
  3. Reference documentation and examples

Available Scripts

  • validate-mermaid.sh - Validates Mermaid diagram syntax in architecture documents
  • extract-components.sh - Extracts list of architecture components from document

Templates

Templates ready in templates/ directory for code patterns and configurations.

Requirements

  • Scripts should be mechanical helpers (deterministic operations)
  • Templates should provide reusable patterns
  • Documentation should be clear and actionable