Design Patterns

🌐Community
by tencentblueking · 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 tencentblueking-design-patterns npx -- -y @trustedskills/tencentblueking-design-patterns
2

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

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

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

About This Skill

The design-patterns skill provides a library of reusable architectural solutions specifically tailored for Tencent BlueKing's CI/CD platform. It enables developers to implement standard software engineering patterns directly within their pipeline configurations and automation workflows.

When to use it

  • Standardizing complex build pipelines across multiple microservices using established architectural templates.
  • Accelerating the setup of new continuous integration environments by leveraging pre-defined pattern structures.
  • Ensuring consistency in error handling and deployment strategies within BlueKing CI/CD projects.
  • Reducing configuration drift when applying similar logic to different application modules.

Key capabilities

  • Access to a curated collection of design patterns compatible with Tencent BlueKing infrastructure.
  • Direct integration into existing bk-ci workflow definitions.
  • Support for modularizing repetitive pipeline tasks through pattern instantiation.
  • Facilitates the adoption of best practices in software delivery automation without manual coding from scratch.

Example prompts

  • "Generate a deployment pipeline using the Factory design pattern for our BlueKing CI environment."
  • "How can I apply the Observer pattern to handle notification events in my Tencent BlueKing build jobs?"
  • "Create a reusable configuration template based on the Singleton pattern for managing shared resources in bk-ci."

Tips & gotchas

Ensure your BlueKing instance is updated to a version that supports the specific design patterns referenced in this library. While these patterns streamline development, always validate them against your organization's security compliance requirements before deploying to production environments.

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
tencentblueking
Installs
48

🌐 Community

Passed automated security scans.