Design Patterns

🌐Community
by florianbruniaux · vlatest · Repository

Helps with design, patterns as part of building frontend UIs and user experiences workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add florianbruniaux-design-patterns npx -- -y @trustedskills/florianbruniaux-design-patterns
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "florianbruniaux-design-patterns": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/florianbruniaux-design-patterns"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides explanations and code examples of common design patterns. It helps developers understand the intent behind these patterns, allowing them to apply them effectively in their own projects. The skill focuses on providing clear descriptions and practical implementations for various software design approaches.

When to use it

  • When needing a refresher on specific design patterns like Singleton or Observer.
  • To understand the best practices for structuring code in a maintainable way.
  • During architectural discussions when considering different solutions to recurring problems.
  • For learning how to apply proven techniques to improve software flexibility and extensibility.

Key capabilities

  • Explanations of design pattern intent.
  • Code examples demonstrating implementation.
  • Coverage of common patterns (specific patterns not listed in source).

Example prompts

  • "Explain the Singleton design pattern."
  • "Show me an example of the Observer pattern in JavaScript."
  • "What is the purpose of the Factory method?"

Tips & gotchas

The skill assumes a basic understanding of object-oriented programming concepts. While it provides code examples, familiarity with the underlying language (likely JavaScript based on the source) will enhance comprehension.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
florianbruniaux
Installs
25

🌐 Community

Passed automated security scans.