Agent Plugins Marketplace
← All plugins

design-patterns

v0.1.2

실제 설계 힘과 보장에 근거해 디자인 패턴을 선택하거나 기존 패턴 사용을 검토합니다.

CodexClaude Code2 Skills

By sonsu2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install design-patterns for Codex and Claude Code

Installs for the current user
codex plugin marketplace add sonsu-lee/sonsu-marketplace
codex plugin marketplace upgrade sonsu-marketplace
codex plugin add design-patterns@sonsu-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the sonsu-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “design-patterns” remain stable.

  • Codex: design-patterns@agent-plugin-marketplace → design-patterns@sonsu-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/sonsu-lee/sonsu-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/design-patterns/.

Plugin files

plugins/design-patterns/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/review-pattern-usage/SKILL.md
└── skills/select-design-patterns/SKILL.md

Included Skills2

review-pattern-usageskills/review-pattern-usage/SKILL.md

사용자가 기존 코드, diff 또는 설계에서 named design pattern의 적용·오용·불필요한 복잡성을 읽기 전용으로 검토해 달라고 명시적으로 요청할 때 사용한다. 일반 코드 리뷰나 자동 수정에는 사용하지 않는다.

select-design-patternsskills/select-design-patterns/SKILL.md

실제 코드나 설계에서 반복 문제, 충돌하는 forces와 필요한 보장이 확인되어 named design pattern 선택이 필요한 경우에 사용한다. 일반 구현, 사소한 분기, 단순 리팩터링과 원칙 설명에는 사용하지 않는다.

Plugin manifests2

plugins/design-patterns/.codex-plugin/plugin.json
{
  "name": "design-patterns",
  "version": "0.1.2",
  "description": "실제 설계 힘과 보장에 근거해 디자인 패턴을 선택하거나 기존 패턴 사용을 검토합니다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "keywords": [
    "design-patterns",
    "software-architecture",
    "pattern-selection",
    "code-review"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Design Patterns",
    "shortDescription": "설계 힘에 맞는 패턴을 선택하고 오용을 검토합니다.",
    "longDescription": "12개 주요 패턴 계열을 점진적으로 탐색하고, 반복 문제·요구 보장·기본 해법의 한계를 확인한 경우에만 정규화된 패턴을 추천합니다. 패턴이 필요 없는 경우도 명시적인 설계 결정으로 다룹니다.",
    "developerName": "sonsu",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "defaultPrompt": [
      "이 설계 문제에 $select-design-patterns로 필요한 패턴만 골라 줘.",
      "현재 구조에서 패턴이 필요한지 비용과 반례까지 판단해 줘.",
      "이 diff의 패턴 사용을 $review-pattern-usage로 수정 없이 검토해 줘."
    ]
  }
}
plugins/design-patterns/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "design-patterns",
  "displayName": "Design Patterns",
  "version": "0.1.2",
  "description": "실제 설계 힘과 보장에 근거해 디자인 패턴을 선택하거나 기존 패턴 사용을 검토합니다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "keywords": [
    "design-patterns",
    "software-architecture",
    "pattern-selection",
    "code-review"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[design-patterns on Agent Plugins Marketplace](https://pluginsmp.com/plugins/design-patterns)